documentNodeQueryGetProtocolConfig top-level constant
DocumentNode
const documentNodeQueryGetProtocolConfig
Implementation
const documentNodeQueryGetProtocolConfig = DocumentNode(
definitions: [
OperationDefinitionNode(
type: OperationType.query,
name: NameNode(value: 'GetProtocolConfig'),
variableDefinitions: [],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'protocolConfigs'),
alias: null,
arguments: [],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'protocolVersion'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'configs'),
alias: null,
arguments: [],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'key'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'value'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
],
),
),
FieldNode(
name: NameNode(value: 'featureFlags'),
alias: null,
arguments: [],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'key'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'value'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
],
),
),
],
),
),
],
),
),
],
);