documentNodeQueryisLoginForTargetExist top-level constant
DocumentNode
const documentNodeQueryisLoginForTargetExist
Implementation
const documentNodeQueryisLoginForTargetExist = DocumentNode(definitions: [
OperationDefinitionNode(
type: OperationType.query,
name: NameNode(value: 'isLoginForTargetExist'),
variableDefinitions: [
VariableDefinitionNode(
variable: VariableNode(name: NameNode(value: 'input')),
type: NamedTypeNode(
name: NameNode(value: 'IsLoginForTargetExistInput'),
isNonNull: true,
),
defaultValue: DefaultValueNode(value: null),
directives: [],
)
],
directives: [],
selectionSet: SelectionSetNode(selections: [
FieldNode(
name: NameNode(value: 'isLoginForTargetExist'),
alias: null,
arguments: [
ArgumentNode(
name: NameNode(value: 'input'),
value: VariableNode(name: NameNode(value: 'input')),
)
],
directives: [],
selectionSet: SelectionSetNode(selections: [
FieldNode(
name: NameNode(value: 'exist'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
)
]),
)
]),
),
]);