git-touch-android-ios-app/packages/gql_github/lib/releases.ast.gql.dart

221 lines
7.6 KiB
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
// ignore_for_file: type=lint
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'package:gql/ast.dart' as _i1;
const Releases = _i1.OperationDefinitionNode(
type: _i1.OperationType.query,
name: _i1.NameNode(value: 'Releases'),
variableDefinitions: [
_i1.VariableDefinitionNode(
variable: _i1.VariableNode(name: _i1.NameNode(value: 'name')),
type: _i1.NamedTypeNode(
name: _i1.NameNode(value: 'String'),
isNonNull: true,
),
defaultValue: _i1.DefaultValueNode(value: null),
directives: [],
),
_i1.VariableDefinitionNode(
variable: _i1.VariableNode(name: _i1.NameNode(value: 'owner')),
type: _i1.NamedTypeNode(
name: _i1.NameNode(value: 'String'),
isNonNull: true,
),
defaultValue: _i1.DefaultValueNode(value: null),
directives: [],
),
_i1.VariableDefinitionNode(
variable: _i1.VariableNode(name: _i1.NameNode(value: 'cursor')),
type: _i1.NamedTypeNode(
name: _i1.NameNode(value: 'String'),
isNonNull: false,
),
defaultValue: _i1.DefaultValueNode(value: null),
directives: [],
),
],
directives: [],
selectionSet: _i1.SelectionSetNode(selections: [
_i1.FieldNode(
name: _i1.NameNode(value: 'repository'),
alias: null,
arguments: [
_i1.ArgumentNode(
name: _i1.NameNode(value: 'name'),
value: _i1.VariableNode(name: _i1.NameNode(value: 'name')),
),
_i1.ArgumentNode(
name: _i1.NameNode(value: 'owner'),
value: _i1.VariableNode(name: _i1.NameNode(value: 'owner')),
),
],
directives: [],
selectionSet: _i1.SelectionSetNode(selections: [
_i1.FieldNode(
name: _i1.NameNode(value: 'releases'),
alias: null,
arguments: [
_i1.ArgumentNode(
name: _i1.NameNode(value: 'first'),
value: _i1.IntValueNode(value: '30'),
),
_i1.ArgumentNode(
name: _i1.NameNode(value: 'after'),
value: _i1.VariableNode(name: _i1.NameNode(value: 'cursor')),
),
_i1.ArgumentNode(
name: _i1.NameNode(value: 'orderBy'),
value: _i1.ObjectValueNode(fields: [
_i1.ObjectFieldNode(
name: _i1.NameNode(value: 'field'),
value: _i1.EnumValueNode(
name: _i1.NameNode(value: 'CREATED_AT')),
),
_i1.ObjectFieldNode(
name: _i1.NameNode(value: 'direction'),
value: _i1.EnumValueNode(name: _i1.NameNode(value: 'DESC')),
),
]),
),
],
directives: [],
selectionSet: _i1.SelectionSetNode(selections: [
_i1.FieldNode(
name: _i1.NameNode(value: 'pageInfo'),
alias: null,
arguments: [],
directives: [],
selectionSet: _i1.SelectionSetNode(selections: [
_i1.FieldNode(
name: _i1.NameNode(value: 'hasNextPage'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'endCursor'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
]),
),
_i1.FieldNode(
name: _i1.NameNode(value: 'nodes'),
alias: null,
arguments: [],
directives: [],
selectionSet: _i1.SelectionSetNode(selections: [
_i1.FieldNode(
name: _i1.NameNode(value: 'tagName'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'description'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'name'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'author'),
alias: null,
arguments: [],
directives: [],
selectionSet: _i1.SelectionSetNode(selections: [
_i1.FieldNode(
name: _i1.NameNode(value: 'name'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'avatarUrl'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
]),
),
_i1.FieldNode(
name: _i1.NameNode(value: 'publishedAt'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'url'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'releaseAssets'),
alias: null,
arguments: [
_i1.ArgumentNode(
name: _i1.NameNode(value: 'first'),
value: _i1.IntValueNode(value: '30'),
)
],
directives: [],
selectionSet: _i1.SelectionSetNode(selections: [
_i1.FieldNode(
name: _i1.NameNode(value: 'nodes'),
alias: null,
arguments: [],
directives: [],
selectionSet: _i1.SelectionSetNode(selections: [
_i1.FieldNode(
name: _i1.NameNode(value: 'name'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'downloadUrl'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
_i1.FieldNode(
name: _i1.NameNode(value: 'downloadCount'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
]),
)
]),
),
]),
),
]),
)
]),
)
]),
);
const document = _i1.DocumentNode(definitions: [Releases]);