query property

String query

Implementation

String get query {
  return '''
  query (\$id: Int) {

  $elements
}
  ''';
}