// 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 CommitsRefCommit = _i1.FragmentDefinitionNode( name: _i1.NameNode(value: 'CommitsRefCommit'), typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Commit'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'history'), 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: 'after')), ), ], 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: 'oid'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'messageHeadline'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'committedDate'), 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: 'user'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'login'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'status'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'state'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), ]), ), ]), ) ]), ); const CommitsRef = _i1.FragmentDefinitionNode( name: _i1.NameNode(value: 'CommitsRef'), typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Ref'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'target'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.InlineFragmentNode( typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Commit'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'CommitsRefCommit'), directives: [], ) ]), ) ]), ) ]), ); const Commits = _i1.OperationDefinitionNode( type: _i1.OperationType.query, name: _i1.NameNode(value: 'Commits'), variableDefinitions: [ _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: '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: 'ref')), 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: 'hasRef')), type: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Boolean'), isNonNull: true, ), defaultValue: _i1.DefaultValueNode(value: null), directives: [], ), _i1.VariableDefinitionNode( variable: _i1.VariableNode(name: _i1.NameNode(value: 'after')), 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: 'owner'), value: _i1.VariableNode(name: _i1.NameNode(value: 'owner')), ), _i1.ArgumentNode( name: _i1.NameNode(value: 'name'), value: _i1.VariableNode(name: _i1.NameNode(value: 'name')), ), ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'defaultBranchRef'), alias: null, arguments: [], directives: [ _i1.DirectiveNode( name: _i1.NameNode(value: 'skip'), arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'if'), value: _i1.VariableNode(name: _i1.NameNode(value: 'hasRef')), ) ], ) ], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'CommitsRef'), directives: [], ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'ref'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'qualifiedName'), value: _i1.VariableNode(name: _i1.NameNode(value: 'ref')), ) ], directives: [ _i1.DirectiveNode( name: _i1.NameNode(value: 'include'), arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'if'), value: _i1.VariableNode(name: _i1.NameNode(value: 'hasRef')), ) ], ) ], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'CommitsRef'), directives: [], ) ]), ), ]), ) ]), ); const document = _i1.DocumentNode(definitions: [ CommitsRefCommit, CommitsRef, Commits, ]);