documentNodeMutationSaveEyeGraphUtil_StartOnboardingSession top-level constant
DocumentNode
const documentNodeMutationSaveEyeGraphUtil_StartOnboardingSession
Implementation
const documentNodeMutationSaveEyeGraphUtil_StartOnboardingSession =
DocumentNode(
definitions: [
OperationDefinitionNode(
type: OperationType.mutation,
name: NameNode(value: 'SaveEyeGraphUtil_StartOnboardingSession'),
variableDefinitions: [
VariableDefinitionNode(
variable: VariableNode(name: NameNode(value: 'input')),
type: NamedTypeNode(
name: NameNode(value: 'StartOnboardingSessionInput'),
isNonNull: true,
),
defaultValue: DefaultValueNode(value: null),
directives: [],
),
],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'startPlusDeviceOnboardingSession'),
alias: null,
arguments: [
ArgumentNode(
name: NameNode(value: 'input'),
value: VariableNode(name: NameNode(value: 'input')),
),
],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'id'),
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,
),
],
),
),
],
);