documentNodeQueryGetVersion top-level constant
Implementation
const documentNodeQueryGetVersion = DocumentNode(
definitions: [
OperationDefinitionNode(
type: OperationType.query,
name: NameNode(value: 'GetVersion'),
variableDefinitions: [],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'version'),
alias: null,
arguments: [],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'version'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: '__typename'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
],
),
),
FieldNode(
name: NameNode(value: '__typename'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
],
),
),
],
);