// 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 RepoParts = _i1.FragmentDefinitionNode( name: _i1.NameNode(value: 'RepoParts'), typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Repository'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'owner'), 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: 'avatarUrl'), 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: 'description'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'isPrivate'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'isFork'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'stargazers'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'forks'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'primaryLanguage'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'color'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'name'), alias: null, arguments: [], directives: [], selectionSet: null, ), ]), ), ]), ); const SponsorConnectionParts = _i1.FragmentDefinitionNode( name: _i1.NameNode(value: 'SponsorConnectionParts'), typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'SponsorConnection'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), 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: '__typename'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.InlineFragmentNode( typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'User'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'avatarUrl'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), _i1.InlineFragmentNode( typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Organization'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'avatarUrl'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), ]), ), ]), ); const UserParts = _i1.FragmentDefinitionNode( name: _i1.NameNode(value: 'UserParts'), typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'User'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'login'), 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: 'avatarUrl'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'location'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'createdAt'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'company'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'bio'), 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: 'email'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'websiteUrl'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'twitterUsername'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'viewerCanFollow'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'viewerIsFollowing'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'followers'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'following'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'contributionsCollection'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'contributionCalendar'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'weeks'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'contributionDays'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'color'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ) ]), ) ]), ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'sponsoring'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '3'), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'SponsorConnectionParts'), directives: [], ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'sponsors'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '3'), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'SponsorConnectionParts'), directives: [], ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'organizations'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '3'), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), 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: 'avatarUrl'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'repositories'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '6'), ), _i1.ArgumentNode( name: _i1.NameNode(value: 'ownerAffiliations'), value: _i1.EnumValueNode(name: _i1.NameNode(value: 'OWNER')), ), _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: 'STARGAZERS')), ), _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: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'nodes'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'RepoParts'), directives: [], ) ]), ), ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'starredRepositories'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'gists'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'pinnedItems'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '6'), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'nodes'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.InlineFragmentNode( typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Repository'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'RepoParts'), directives: [], ) ]), ) ]), ) ]), ), ]), ); const Viewer = _i1.OperationDefinitionNode( type: _i1.OperationType.query, name: _i1.NameNode(value: 'Viewer'), variableDefinitions: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'viewer'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'UserParts'), directives: [], ) ]), ) ]), ); const User = _i1.OperationDefinitionNode( type: _i1.OperationType.query, name: _i1.NameNode(value: 'User'), variableDefinitions: [ _i1.VariableDefinitionNode( variable: _i1.VariableNode(name: _i1.NameNode(value: 'login')), type: _i1.NamedTypeNode( name: _i1.NameNode(value: 'String'), isNonNull: true, ), defaultValue: _i1.DefaultValueNode(value: null), directives: [], ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'user'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'login'), value: _i1.VariableNode(name: _i1.NameNode(value: 'login')), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'UserParts'), directives: [], ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'organization'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'login'), value: _i1.VariableNode(name: _i1.NameNode(value: 'login')), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'login'), 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: 'name'), 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: 'description'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'location'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'email'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'websiteUrl'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'twitterUsername'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'createdAt'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'viewerIsFollowing'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'membersWithRole'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'sponsoring'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '3'), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'SponsorConnectionParts'), directives: [], ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'sponsors'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '3'), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'SponsorConnectionParts'), directives: [], ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'pinnedItems'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '6'), ) ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'nodes'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.InlineFragmentNode( typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Repository'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'RepoParts'), directives: [], ) ]), ) ]), ) ]), ), _i1.FieldNode( name: _i1.NameNode(value: 'pinnableItems'), alias: null, arguments: [ _i1.ArgumentNode( name: _i1.NameNode(value: 'first'), value: _i1.IntValueNode(value: '6'), ), _i1.ArgumentNode( name: _i1.NameNode(value: 'types'), value: _i1.ListValueNode(values: [ _i1.EnumValueNode(name: _i1.NameNode(value: 'REPOSITORY')) ]), ), ], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FieldNode( name: _i1.NameNode(value: 'totalCount'), alias: null, arguments: [], directives: [], selectionSet: null, ), _i1.FieldNode( name: _i1.NameNode(value: 'nodes'), alias: null, arguments: [], directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.InlineFragmentNode( typeCondition: _i1.TypeConditionNode( on: _i1.NamedTypeNode( name: _i1.NameNode(value: 'Repository'), isNonNull: false, )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( name: _i1.NameNode(value: 'RepoParts'), directives: [], ) ]), ) ]), ), ]), ), ]), ), ]), ); const document = _i1.DocumentNode(definitions: [ RepoParts, SponsorConnectionParts, UserParts, Viewer, User, ]);