documentNodeQueryGetEpoch top-level constant
DocumentNode
const documentNodeQueryGetEpoch
Implementation
const documentNodeQueryGetEpoch = DocumentNode(
definitions: [
OperationDefinitionNode(
type: OperationType.query,
name: NameNode(value: 'GetEpoch'),
variableDefinitions: [],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'epoch'),
alias: null,
arguments: [],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'epochId'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'referenceGasPrice'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'startTimestamp'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
],
),
),
],
),
),
],
);