documentNodeQuerygetCurrentUserLinkedCorporateAccountByTarget top-level constant
DocumentNode
const documentNodeQuerygetCurrentUserLinkedCorporateAccountByTarget
Implementation
const documentNodeQuerygetCurrentUserLinkedCorporateAccountByTarget =
DocumentNode(definitions: [
OperationDefinitionNode(
type: OperationType.query,
name: NameNode(value: 'getCurrentUserLinkedCorporateAccountByTarget'),
variableDefinitions: [
VariableDefinitionNode(
variable: VariableNode(name: NameNode(value: 'target')),
type: NamedTypeNode(
name: NameNode(value: 'TargetWithoutUserInput'),
isNonNull: true,
),
defaultValue: DefaultValueNode(value: null),
directives: [],
)
],
directives: [],
selectionSet: SelectionSetNode(selections: [
FieldNode(
name: NameNode(value: 'getCurrentUserLinkedCorporateAccountByTarget'),
alias: null,
arguments: [
ArgumentNode(
name: NameNode(value: 'target'),
value: VariableNode(name: NameNode(value: 'target')),
)
],
directives: [],
selectionSet: SelectionSetNode(selections: [
FieldNode(
name: NameNode(value: 'id'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'token'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'status'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'createdAt'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'updatedAt'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
]),
)
]),
),
]);