{ "__schema": { "queryType": { "name": "Query" }, "mutationType": { "name": "Mutation" }, "subscriptionType": null, "types": [ { "kind": "INPUT_OBJECT", "name": "AbortQueuedMigrationsInput", "description": "Autogenerated input type of AbortQueuedMigrations", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the organization that is running the migrations.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AbortQueuedMigrationsPayload", "description": "Autogenerated return type of AbortQueuedMigrations.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Did the operation succeed?", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AbortRepositoryMigrationInput", "description": "Autogenerated input type of AbortRepositoryMigration", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "migrationId", "description": "The ID of the migration to be aborted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AbortRepositoryMigrationPayload", "description": "Autogenerated return type of AbortRepositoryMigration.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Did the operation succeed?", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AcceptEnterpriseAdministratorInvitationInput", "description": "Autogenerated input type of AcceptEnterpriseAdministratorInvitation", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "invitationId", "description": "The id of the invitation being accepted", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AcceptEnterpriseAdministratorInvitationPayload", "description": "Autogenerated return type of AcceptEnterpriseAdministratorInvitation.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitation", "description": "The invitation that was accepted.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of accepting an administrator invitation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AcceptEnterpriseMemberInvitationInput", "description": "Autogenerated input type of AcceptEnterpriseMemberInvitation", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "invitationId", "description": "The id of the invitation being accepted", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AcceptEnterpriseMemberInvitationPayload", "description": "Autogenerated return type of AcceptEnterpriseMemberInvitation.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitation", "description": "The invitation that was accepted.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of accepting an unaffiliated member invitation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AcceptTopicSuggestionInput", "description": "Autogenerated input type of AcceptTopicSuggestion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.\n\n**Upcoming Change on 2024-04-01 UTC**\n**Description:** `repositoryId` will be removed.\n**Reason:** Suggested topics are no longer supported\n", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "name", "description": "The name of the suggested topic.\n\n**Upcoming Change on 2024-04-01 UTC**\n**Description:** `name` will be removed.\n**Reason:** Suggested topics are no longer supported\n", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AcceptTopicSuggestionPayload", "description": "Autogenerated return type of AcceptTopicSuggestion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "topic", "description": "The accepted topic.", "args": [], "type": { "kind": "OBJECT", "name": "Topic", "ofType": null }, "isDeprecated": true, "deprecationReason": "Suggested topics are no longer supported Removal on 2024-04-01 UTC." } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Actor", "description": "Represents an object which can take actions on GitHub. Typically a User or Bot.", "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the actor's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "The username of the actor.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this actor.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this actor.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Bot", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseUserAccount", "ofType": null }, { "kind": "OBJECT", "name": "Mannequin", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "ActorLocation", "description": "Location information for an actor", "fields": [ { "name": "city", "description": "City", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "country", "description": "Country name", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode", "description": "Country code", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "region", "description": "Region name", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "regionCode", "description": "Region or state code", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ActorType", "description": "The actor's type.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "USER", "description": "Indicates a user actor.", "isDeprecated": false, "deprecationReason": null }, { "name": "TEAM", "description": "Indicates a team actor.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddAssigneesToAssignableInput", "description": "Autogenerated input type of AddAssigneesToAssignable", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "assignableId", "description": "The id of the assignable object to add assignees to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "assigneeIds", "description": "The id of users to add as assignees.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddAssigneesToAssignablePayload", "description": "Autogenerated return type of AddAssigneesToAssignable.", "fields": [ { "name": "assignable", "description": "The item that was assigned.", "args": [], "type": { "kind": "INTERFACE", "name": "Assignable", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddCommentInput", "description": "Autogenerated input type of AddComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subjectId", "description": "The Node ID of the subject to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The contents of the comment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddCommentPayload", "description": "Autogenerated return type of AddComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentEdge", "description": "The edge from the subject's comment connection.", "args": [], "type": { "kind": "OBJECT", "name": "IssueCommentEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "The subject", "args": [], "type": { "kind": "INTERFACE", "name": "Node", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "timelineEdge", "description": "The edge from the subject's timeline connection.", "args": [], "type": { "kind": "OBJECT", "name": "IssueTimelineItemEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddDiscussionCommentInput", "description": "Autogenerated input type of AddDiscussionComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "discussionId", "description": "The Node ID of the discussion to comment on.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "replyToId", "description": "The Node ID of the discussion comment within this discussion to reply to.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The contents of the comment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddDiscussionCommentPayload", "description": "Autogenerated return type of AddDiscussionComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": "The newly created discussion comment.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddDiscussionPollVoteInput", "description": "Autogenerated input type of AddDiscussionPollVote", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pollOptionId", "description": "The Node ID of the discussion poll option to vote for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddDiscussionPollVotePayload", "description": "Autogenerated return type of AddDiscussionPollVote.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pollOption", "description": "The poll option that a vote was added to.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionPollOption", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddEnterpriseOrganizationMemberInput", "description": "Autogenerated input type of AddEnterpriseOrganizationMember", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise which owns the organization.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization the users will be added to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "userIds", "description": "The IDs of the enterprise members to add.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null }, { "name": "role", "description": "The role to assign the users in the organization", "type": { "kind": "ENUM", "name": "OrganizationMemberRole", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddEnterpriseOrganizationMemberPayload", "description": "Autogenerated return type of AddEnterpriseOrganizationMember.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "users", "description": "The users who were added to the organization.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddEnterpriseSupportEntitlementInput", "description": "Autogenerated input type of AddEnterpriseSupportEntitlement", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the Enterprise which the admin belongs to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "login", "description": "The login of a member who will receive the support entitlement.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddEnterpriseSupportEntitlementPayload", "description": "Autogenerated return type of AddEnterpriseSupportEntitlement.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of adding the support entitlement.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddLabelsToLabelableInput", "description": "Autogenerated input type of AddLabelsToLabelable", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "labelableId", "description": "The id of the labelable object to add labels to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "labelIds", "description": "The ids of the labels to add.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddLabelsToLabelablePayload", "description": "Autogenerated return type of AddLabelsToLabelable.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelable", "description": "The item that was labeled.", "args": [], "type": { "kind": "INTERFACE", "name": "Labelable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddProjectCardInput", "description": "Autogenerated input type of AddProjectCard", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectColumnId", "description": "The Node ID of the ProjectColumn.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "contentId", "description": "The content of the card. Must be a member of the ProjectCardItem union", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "note", "description": "The note on the card.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddProjectCardPayload", "description": "Autogenerated return type of AddProjectCard.", "fields": [ { "name": "cardEdge", "description": "The edge from the ProjectColumn's card connection.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectCardEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectColumn", "description": "The ProjectColumn", "args": [], "type": { "kind": "OBJECT", "name": "ProjectColumn", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddProjectColumnInput", "description": "Autogenerated input type of AddProjectColumn", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The Node ID of the project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the column.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddProjectColumnPayload", "description": "Autogenerated return type of AddProjectColumn.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "columnEdge", "description": "The edge from the project's column connection.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectColumnEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddProjectV2DraftIssueInput", "description": "Autogenerated input type of AddProjectV2DraftIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to add the draft issue to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title of the draft issue. A project item can also be created by providing the URL of an Issue or Pull Request if you have access.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The body of the draft issue.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "assigneeIds", "description": "The IDs of the assignees of the draft issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddProjectV2DraftIssuePayload", "description": "Autogenerated return type of AddProjectV2DraftIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectItem", "description": "The draft issue added to the project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddProjectV2ItemByIdInput", "description": "Autogenerated input type of AddProjectV2ItemById", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to add the item to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "contentId", "description": "The id of the Issue or Pull Request to add.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddProjectV2ItemByIdPayload", "description": "Autogenerated return type of AddProjectV2ItemById.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The item added to the project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddPullRequestReviewCommentInput", "description": "Autogenerated input type of AddPullRequestReviewComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The node ID of the pull request reviewing\n\n**Upcoming Change on 2023-10-01 UTC**\n**Description:** `pullRequestId` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n**Reason:** We are deprecating the addPullRequestReviewComment mutation\n", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewId", "description": "The Node ID of the review to modify.\n\n**Upcoming Change on 2023-10-01 UTC**\n**Description:** `pullRequestReviewId` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n**Reason:** We are deprecating the addPullRequestReviewComment mutation\n", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "commitOID", "description": "The SHA of the commit to comment on.\n\n**Upcoming Change on 2023-10-01 UTC**\n**Description:** `commitOID` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n**Reason:** We are deprecating the addPullRequestReviewComment mutation\n", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The text of the comment. This field is required\n\n**Upcoming Change on 2023-10-01 UTC**\n**Description:** `body` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n**Reason:** We are deprecating the addPullRequestReviewComment mutation\n", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "path", "description": "The relative path of the file to comment on.\n\n**Upcoming Change on 2023-10-01 UTC**\n**Description:** `path` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n**Reason:** We are deprecating the addPullRequestReviewComment mutation\n", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "position", "description": "The line index in the diff to comment on.\n\n**Upcoming Change on 2023-10-01 UTC**\n**Description:** `position` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n**Reason:** We are deprecating the addPullRequestReviewComment mutation\n", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "inReplyTo", "description": "The comment id to reply to.\n\n**Upcoming Change on 2023-10-01 UTC**\n**Description:** `inReplyTo` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n**Reason:** We are deprecating the addPullRequestReviewComment mutation\n", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddPullRequestReviewCommentPayload", "description": "Autogenerated return type of AddPullRequestReviewComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": "The newly created comment.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentEdge", "description": "The edge from the review's comment connection.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewCommentEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddPullRequestReviewInput", "description": "Autogenerated input type of AddPullRequestReview", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The Node ID of the pull request to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "commitOID", "description": "The commit OID the review pertains to.", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The contents of the review body comment.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "event", "description": "The event to perform on the pull request review.", "type": { "kind": "ENUM", "name": "PullRequestReviewEvent", "ofType": null }, "defaultValue": null }, { "name": "comments", "description": "The review line comments.\n\n**Upcoming Change on 2023-10-01 UTC**\n**Description:** `comments` will be removed. use the `threads` argument instead\n**Reason:** We are deprecating comment fields that use diff-relative positioning\n", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DraftPullRequestReviewComment", "ofType": null } }, "defaultValue": null }, { "name": "threads", "description": "The review line comment threads.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DraftPullRequestReviewThread", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddPullRequestReviewPayload", "description": "Autogenerated return type of AddPullRequestReview.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReview", "description": "The newly created pull request review.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewEdge", "description": "The edge from the pull request's review connection.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddPullRequestReviewThreadInput", "description": "Autogenerated input type of AddPullRequestReviewThread", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "path", "description": "Path to the file being commented on.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "Body of the thread's first comment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pullRequestId", "description": "The node ID of the pull request reviewing", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewId", "description": "The Node ID of the review to modify.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "line", "description": "The line of the blob to which the thread refers, required for line-level threads. The end of the line range for multi-line comments.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "side", "description": "The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range.", "type": { "kind": "ENUM", "name": "DiffSide", "ofType": null }, "defaultValue": "RIGHT" }, { "name": "startLine", "description": "The first line of the range to which the comment refers.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "startSide", "description": "The side of the diff on which the start line resides.", "type": { "kind": "ENUM", "name": "DiffSide", "ofType": null }, "defaultValue": "RIGHT" }, { "name": "subjectType", "description": "The level at which the comments in the corresponding thread are targeted, can be a diff line or a file", "type": { "kind": "ENUM", "name": "PullRequestReviewThreadSubjectType", "ofType": null }, "defaultValue": "LINE" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddPullRequestReviewThreadPayload", "description": "Autogenerated return type of AddPullRequestReviewThread.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": "The newly created thread.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewThread", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddPullRequestReviewThreadReplyInput", "description": "Autogenerated input type of AddPullRequestReviewThreadReply", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewId", "description": "The Node ID of the pending review to which the reply will belong.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewThreadId", "description": "The Node ID of the thread to which this reply is being written.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The text of the reply.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddPullRequestReviewThreadReplyPayload", "description": "Autogenerated return type of AddPullRequestReviewThreadReply.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": "The newly created reply.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddReactionInput", "description": "Autogenerated input type of AddReaction", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subjectId", "description": "The Node ID of the subject to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "content", "description": "The name of the emoji to react with.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReactionContent", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddReactionPayload", "description": "Autogenerated return type of AddReaction.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": "The reaction object.", "args": [], "type": { "kind": "OBJECT", "name": "Reaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "The reaction groups for the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "The reactable subject.", "args": [], "type": { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddStarInput", "description": "Autogenerated input type of AddStar", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "starrableId", "description": "The Starrable ID to star.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddStarPayload", "description": "Autogenerated return type of AddStar.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "starrable", "description": "The starrable.", "args": [], "type": { "kind": "INTERFACE", "name": "Starrable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddUpvoteInput", "description": "Autogenerated input type of AddUpvote", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subjectId", "description": "The Node ID of the discussion or comment to upvote.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddUpvotePayload", "description": "Autogenerated return type of AddUpvote.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "The votable subject.", "args": [], "type": { "kind": "INTERFACE", "name": "Votable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AddVerifiableDomainInput", "description": "Autogenerated input type of AddVerifiableDomain", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the owner to add the domain to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "domain", "description": "The URL of the domain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddVerifiableDomainPayload", "description": "Autogenerated return type of AddVerifiableDomain.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "domain", "description": "The verifiable domain that was added.", "args": [], "type": { "kind": "OBJECT", "name": "VerifiableDomain", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddedToMergeQueueEvent", "description": "Represents an 'added_to_merge_queue' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enqueuer", "description": "The user who added this Pull Request to the merge queue", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AddedToMergeQueueEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeQueue", "description": "The merge queue where this pull request was added to.", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AddedToProjectEvent", "description": "Represents a 'added_to_project' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AddedToProjectEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "Project referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectCard", "description": "Project card referenced by this project event.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectCard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectColumnName", "description": "Column name referenced by this project event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "AnnouncementBanner", "description": "Represents an announcement banner.", "fields": [ { "name": "announcement", "description": "The text of the announcement", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementCreatedAt", "description": "The date the announcement was created", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementExpiresAt", "description": "The expiration date of the announcement, if any", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementUserDismissible", "description": "Whether the announcement can be dismissed by the user", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null } ] }, { "kind": "OBJECT", "name": "App", "description": "A GitHub App.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the app.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the App object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListEntries", "description": "The IP addresses of the app.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for IP allow list entries returned.", "type": { "kind": "INPUT_OBJECT", "name": "IpAllowListEntryOrder", "ofType": null }, "defaultValue": "{field: ALLOW_LIST_VALUE, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IpAllowListEntryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "logoBackgroundColor", "description": "The hex color code, without the leading '#', for the logo background.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "logoUrl", "description": "A URL pointing to the app's logo.", "args": [ { "name": "size", "description": "The size of the resulting image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the app.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": "A slug based on the name of the app for use in URLs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The URL to the app's homepage.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApproveDeploymentsInput", "description": "Autogenerated input type of ApproveDeployments", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "workflowRunId", "description": "The node ID of the workflow run containing the pending deployments.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "environmentIds", "description": "The ids of environments to reject deployments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null }, { "name": "comment", "description": "Optional comment for approving deployments", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApproveDeploymentsPayload", "description": "Autogenerated return type of ApproveDeployments.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployments", "description": "The affected deployments.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Deployment", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApproveVerifiableDomainInput", "description": "Autogenerated input type of ApproveVerifiableDomain", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the verifiable domain to approve.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApproveVerifiableDomainPayload", "description": "Autogenerated return type of ApproveVerifiableDomain.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "domain", "description": "The verifiable domain that was approved.", "args": [], "type": { "kind": "OBJECT", "name": "VerifiableDomain", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ArchiveProjectV2ItemInput", "description": "Autogenerated input type of ArchiveProjectV2Item", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to archive the item from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "itemId", "description": "The ID of the ProjectV2Item to archive.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ArchiveProjectV2ItemPayload", "description": "Autogenerated return type of ArchiveProjectV2Item.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The item archived from the project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ArchiveRepositoryInput", "description": "Autogenerated input type of ArchiveRepository", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to mark as archived.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ArchiveRepositoryPayload", "description": "Autogenerated return type of ArchiveRepository.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that was marked as archived.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Assignable", "description": "An object that can have users assigned to it.", "fields": [ { "name": "assignees", "description": "A list of Users assigned to this object.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "OBJECT", "name": "AssignedEvent", "description": "Represents an 'assigned' event on any assignable object.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignable", "description": "Identifies the assignable associated with the event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Assignable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignee", "description": "Identifies the user or mannequin that was assigned.", "args": [], "type": { "kind": "UNION", "name": "Assignee", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AssignedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Identifies the user who was assigned.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": true, "deprecationReason": "Assignees can now be mannequins. Use the `assignee` field instead. Removal on 2020-01-01 UTC." } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "Assignee", "description": "Types that can be assigned to issues.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Bot", "ofType": null }, { "kind": "OBJECT", "name": "Mannequin", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "INTERFACE", "name": "AuditEntry", "description": "An entry in the audit log.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "MembersCanDeleteReposClearAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OauthApplicationCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgAddBillingManagerAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgBlockUserAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableOauthAppRestrictionsAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableSamlAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableTwoFactorRequirementAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableOauthAppRestrictionsAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableSamlAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableTwoFactorRequirementAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteToBusinessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessApprovedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessBlockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessDeniedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessRequestedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessUnblockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveBillingManagerAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveOutsideCollaboratorAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUnblockUserAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateDefaultRepositoryPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoArchivedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoChangeMergeSettingAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigLockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigUnlockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoDestroyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddRepositoryAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamChangeParentTeamAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveRepositoryAuditEntry", "ofType": null } ] }, { "kind": "UNION", "name": "AuditEntryActor", "description": "Types that can initiate an audit log event.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Bot", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "AuditLogOrder", "description": "Ordering options for Audit Log connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order Audit Logs by.", "type": { "kind": "ENUM", "name": "AuditLogOrderField", "ofType": null }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "ENUM", "name": "OrderDirection", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AuditLogOrderField", "description": "Properties by which Audit Log connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order audit log entries by timestamp", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "AutoMergeDisabledEvent", "description": "Represents a 'auto_merge_disabled' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "disabler", "description": "The user who disabled auto-merge for this Pull Request", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AutoMergeDisabledEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reason", "description": "The reason auto-merge was disabled", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reasonCode", "description": "The reason_code relating to why auto-merge was disabled", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutoMergeEnabledEvent", "description": "Represents a 'auto_merge_enabled' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabler", "description": "The user who enabled auto-merge for this Pull Request", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AutoMergeEnabledEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutoMergeRequest", "description": "Represents an auto-merge request for a pull request", "fields": [ { "name": "authorEmail", "description": "The email address of the author of this auto-merge request.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitBody", "description": "The commit message of the auto-merge request. If a merge queue is required by the base branch, this value will be set by the merge queue when merging.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitHeadline", "description": "The commit title of the auto-merge request. If a merge queue is required by the base branch, this value will be set by the merge queue when merging", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabledAt", "description": "When was this auto-merge request was enabled.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabledBy", "description": "The actor who created the auto-merge request.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeMethod", "description": "The merge method of the auto-merge request. If a merge queue is required by the base branch, this value will be set by the merge queue when merging.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestMergeMethod", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that this auto-merge request is set against.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutoRebaseEnabledEvent", "description": "Represents a 'auto_rebase_enabled' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabler", "description": "The user who enabled auto-merge (rebase) for this Pull Request", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AutoRebaseEnabledEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutoSquashEnabledEvent", "description": "Represents a 'auto_squash_enabled' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabler", "description": "The user who enabled auto-merge (squash) for this Pull Request", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AutoSquashEnabledEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutomaticBaseChangeFailedEvent", "description": "Represents a 'automatic_base_change_failed' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AutomaticBaseChangeFailedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newBase", "description": "The new base for this PR", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oldBase", "description": "The old base for this PR", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutomaticBaseChangeSucceededEvent", "description": "Represents a 'automatic_base_change_succeeded' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the AutomaticBaseChangeSucceededEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newBase", "description": "The new base for this PR", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oldBase", "description": "The old base for this PR", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Base64String", "description": "A (potentially binary) string encoded using base64.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BaseRefChangedEvent", "description": "Represents a 'base_ref_changed' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currentRefName", "description": "Identifies the name of the base ref for the pull request after it was changed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the BaseRefChangedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousRefName", "description": "Identifies the name of the base ref for the pull request before it was changed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BaseRefDeletedEvent", "description": "Represents a 'base_ref_deleted' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "baseRefName", "description": "Identifies the name of the Ref associated with the `base_ref_deleted` event.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the BaseRefDeletedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BaseRefForcePushedEvent", "description": "Represents a 'base_ref_force_pushed' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "afterCommit", "description": "Identifies the after commit SHA for the 'base_ref_force_pushed' event.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "beforeCommit", "description": "Identifies the before commit SHA for the 'base_ref_force_pushed' event.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the BaseRefForcePushedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "Identifies the fully qualified ref name for the 'base_ref_force_pushed' event.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "BigInt", "description": "Represents non-fractional signed whole numeric values. Since the value may exceed the size of a 32-bit integer, it's encoded as a string.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Blame", "description": "Represents a Git blame.", "fields": [ { "name": "ranges", "description": "The list of ranges from a Git blame.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BlameRange", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BlameRange", "description": "Represents a range of information from a Git blame.", "fields": [ { "name": "age", "description": "Identifies the recency of the change, from 1 (new) to 10 (old). This is calculated as a 2-quantile and determines the length of distance between the median age of all the changes in the file and the recency of the current range's change.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "Identifies the line author", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "endingLine", "description": "The ending line for the range", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startingLine", "description": "The starting line for the range", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Blob", "description": "Represents a Git blob.", "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "byteSize", "description": "Byte size of Blob object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitUrl", "description": "The HTTP URL for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Blob object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isBinary", "description": "Indicates whether the Blob is binary or text. Returns null if unable to determine the encoding.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTruncated", "description": "Indicates whether the contents is truncated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oid", "description": "The Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The Repository the Git object belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "UTF8 text data or null if the Blob is binary", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "GitObject", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Boolean", "description": "Represents `true` or `false` values.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Bot", "description": "A special type of user which takes actions on behalf of GitHub Apps.", "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the GitHub App's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Bot object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "The username of the actor.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this bot", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this bot", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Actor", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "BranchActorAllowanceActor", "description": "Types which can be actors for `BranchActorAllowance` objects.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "App", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "BranchNamePatternParameters", "description": "Parameters to be used for the branch_name_pattern rule", "fields": [ { "name": "name", "description": "How this rule will appear to users.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operator", "description": "The operator to use for matching.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pattern", "description": "The pattern to match with.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BranchNamePatternParametersInput", "description": "Parameters to be used for the branch_name_pattern rule", "fields": null, "inputFields": [ { "name": "name", "description": "How this rule will appear to users.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "operator", "description": "The operator to use for matching.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pattern", "description": "The pattern to match with.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BranchProtectionRule", "description": "A branch protection rule.", "fields": [ { "name": "allowsDeletions", "description": "Can this branch be deleted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allowsForcePushes", "description": "Are force pushes allowed on this branch.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "blocksCreations", "description": "Is branch creation a protected operation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "branchProtectionRuleConflicts", "description": "A list of conflicts matching branches protection rule and other branch protection rules", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BranchProtectionRuleConflictConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bypassForcePushAllowances", "description": "A list of actors able to force push for this branch protection rule.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BypassForcePushAllowanceConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bypassPullRequestAllowances", "description": "A list of actors able to bypass PRs for this branch protection rule.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BypassPullRequestAllowanceConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created this branch protection rule.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismissesStaleReviews", "description": "Will new commits pushed to matching branches dismiss pull request review approvals.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the BranchProtectionRule object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isAdminEnforced", "description": "Can admins override branch protection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockAllowsFetchAndMerge", "description": "Whether users can pull changes from upstream when the branch is locked. Set to `true` to allow fork syncing. Set to `false` to prevent fork syncing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockBranch", "description": "Whether to set the branch as read-only. If this is true, users will not be able to push to the branch.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "matchingRefs", "description": "Repository refs that are protected by this rule", "args": [ { "name": "query", "description": "Filters refs with query on name", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RefConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pattern", "description": "Identifies the protection rule pattern.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pushAllowances", "description": "A list push allowances for this branch protection rule.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PushAllowanceConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this branch protection rule.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requireLastPushApproval", "description": "Whether the most recent push must be approved by someone other than the person who pushed it", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiredApprovingReviewCount", "description": "Number of approving reviews required to update matching branches.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiredDeploymentEnvironments", "description": "List of required deployment environments that must be deployed successfully to update matching branches", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiredStatusCheckContexts", "description": "List of required status check contexts that must pass for commits to be accepted to matching branches.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiredStatusChecks", "description": "List of required status checks that must pass for commits to be accepted to matching branches.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RequiredStatusCheckDescription", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresApprovingReviews", "description": "Are approving reviews required to update matching branches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresCodeOwnerReviews", "description": "Are reviews from code owners required to update matching branches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresCommitSignatures", "description": "Are commits required to be signed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresConversationResolution", "description": "Are conversations required to be resolved before merging.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresDeployments", "description": "Does this branch require deployment to specific environments before merging", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresLinearHistory", "description": "Are merge commits prohibited from being pushed to this branch.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresStatusChecks", "description": "Are status checks required to update matching branches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresStrictStatusChecks", "description": "Are branches required to be up to date before merging.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "restrictsPushes", "description": "Is pushing to matching branches restricted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "restrictsReviewDismissals", "description": "Is dismissal of pull request reviews restricted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewDismissalAllowances", "description": "A list review dismissal allowances for this branch protection rule.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReviewDismissalAllowanceConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BranchProtectionRuleConflict", "description": "A conflict between two branch protection rules.", "fields": [ { "name": "branchProtectionRule", "description": "Identifies the branch protection rule.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "conflictingBranchProtectionRule", "description": "Identifies the conflicting branch protection rule.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "Identifies the branch ref that has conflicting rules", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BranchProtectionRuleConflictConnection", "description": "The connection type for BranchProtectionRuleConflict.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BranchProtectionRuleConflictEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BranchProtectionRuleConflict", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BranchProtectionRuleConflictEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRuleConflict", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BranchProtectionRuleConnection", "description": "The connection type for BranchProtectionRule.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BranchProtectionRuleEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BranchProtectionRuleEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BulkSponsorship", "description": "Information about a sponsorship to make for a user or organization with a GitHub Sponsors profile, as part of sponsoring many users or organizations at once.", "fields": null, "inputFields": [ { "name": "sponsorableId", "description": "The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogin", "description": "The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "amount", "description": "The amount to pay to the sponsorable in US dollars. Valid values: 1-12000.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "BypassActor", "description": "Types that can represent a repository ruleset bypass actor.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "App", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null } ] }, { "kind": "OBJECT", "name": "BypassForcePushAllowance", "description": "A user, team, or app who has the ability to bypass a force push requirement on a protected branch.", "fields": [ { "name": "actor", "description": "The actor that can force push.", "args": [], "type": { "kind": "UNION", "name": "BranchActorAllowanceActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "branchProtectionRule", "description": "Identifies the branch protection rule associated with the allowed user, team, or app.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the BypassForcePushAllowance object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BypassForcePushAllowanceConnection", "description": "The connection type for BypassForcePushAllowance.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BypassForcePushAllowanceEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BypassForcePushAllowance", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BypassForcePushAllowanceEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "BypassForcePushAllowance", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BypassPullRequestAllowance", "description": "A user, team, or app who has the ability to bypass a pull request requirement on a protected branch.", "fields": [ { "name": "actor", "description": "The actor that can bypass.", "args": [], "type": { "kind": "UNION", "name": "BranchActorAllowanceActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "branchProtectionRule", "description": "Identifies the branch protection rule associated with the allowed user, team, or app.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the BypassPullRequestAllowance object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BypassPullRequestAllowanceConnection", "description": "The connection type for BypassPullRequestAllowance.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BypassPullRequestAllowanceEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BypassPullRequestAllowance", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BypassPullRequestAllowanceEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "BypassPullRequestAllowance", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CVSS", "description": "The Common Vulnerability Scoring System", "fields": [ { "name": "score", "description": "The CVSS score associated with this advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vectorString", "description": "The CVSS vector string associated with this advisory", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CWE", "description": "A common weakness enumeration", "fields": [ { "name": "cweId", "description": "The id of the CWE", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "A detailed description of this CWE", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the CWE object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of this CWE", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CWEConnection", "description": "The connection type for CWE.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CWEEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CWE", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CWEEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CWE", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CancelEnterpriseAdminInvitationInput", "description": "Autogenerated input type of CancelEnterpriseAdminInvitation", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "invitationId", "description": "The Node ID of the pending enterprise administrator invitation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CancelEnterpriseAdminInvitationPayload", "description": "Autogenerated return type of CancelEnterpriseAdminInvitation.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitation", "description": "The invitation that was canceled.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of canceling an administrator invitation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CancelEnterpriseMemberInvitationInput", "description": "Autogenerated input type of CancelEnterpriseMemberInvitation", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "invitationId", "description": "The Node ID of the pending enterprise member invitation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CancelEnterpriseMemberInvitationPayload", "description": "Autogenerated return type of CancelEnterpriseMemberInvitation.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitation", "description": "The invitation that was canceled.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of canceling an member invitation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CancelSponsorshipInput", "description": "Autogenerated input type of CancelSponsorship", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorId", "description": "The ID of the user or organization who is acting as the sponsor, paying for the sponsorship. Required if sponsorLogin is not given.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "sponsorLogin", "description": "The username of the user or organization who is acting as the sponsor, paying for the sponsorship. Required if sponsorId is not given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorableId", "description": "The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogin", "description": "The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CancelSponsorshipPayload", "description": "Autogenerated return type of CancelSponsorship.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsTier", "description": "The tier that was being used at the time of cancellation.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChangeUserStatusInput", "description": "Autogenerated input type of ChangeUserStatus", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "emoji", "description": "The emoji to represent your status. Can either be a native Unicode emoji or an emoji name with colons, e.g., :grinning:.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "message", "description": "A short description of your current status.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization whose members will be allowed to see the status. If omitted, the status will be publicly visible.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "limitedAvailability", "description": "Whether this status should indicate you are not fully available on GitHub, e.g., you are away.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "expiresAt", "description": "If set, the user status will not be shown after this date.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChangeUserStatusPayload", "description": "Autogenerated return type of ChangeUserStatus.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Your updated status.", "args": [], "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckAnnotation", "description": "A single check annotation.", "fields": [ { "name": "annotationLevel", "description": "The annotation's severity level.", "args": [], "type": { "kind": "ENUM", "name": "CheckAnnotationLevel", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blobUrl", "description": "The path to the file that this annotation was made on.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "location", "description": "The position of this annotation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckAnnotationSpan", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "The annotation's message.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The path that this annotation was made on.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rawDetails", "description": "Additional information about the annotation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The annotation's title", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckAnnotationConnection", "description": "The connection type for CheckAnnotation.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckAnnotationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckAnnotation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CheckAnnotationData", "description": "Information from a check run analysis to specific lines of code.", "fields": null, "inputFields": [ { "name": "path", "description": "The path of the file to add an annotation to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "location", "description": "The location of the annotation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CheckAnnotationRange", "ofType": null } }, "defaultValue": null }, { "name": "annotationLevel", "description": "Represents an annotation's information level", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CheckAnnotationLevel", "ofType": null } }, "defaultValue": null }, { "name": "message", "description": "A short description of the feedback for these lines of code.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title that represents the annotation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "rawDetails", "description": "Details about this annotation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckAnnotationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CheckAnnotation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CheckAnnotationLevel", "description": "Represents an annotation's information level.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "FAILURE", "description": "An annotation indicating an inescapable error.", "isDeprecated": false, "deprecationReason": null }, { "name": "NOTICE", "description": "An annotation indicating some information.", "isDeprecated": false, "deprecationReason": null }, { "name": "WARNING", "description": "An annotation indicating an ignorable error.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckAnnotationPosition", "description": "A character position in a check annotation.", "fields": [ { "name": "column", "description": "Column number (1 indexed).", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "line", "description": "Line number (1 indexed).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CheckAnnotationRange", "description": "Information from a check run analysis to specific lines of code.", "fields": null, "inputFields": [ { "name": "startLine", "description": "The starting line of the range.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "startColumn", "description": "The starting column of the range.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "endLine", "description": "The ending line of the range.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "endColumn", "description": "The ending column of the range.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckAnnotationSpan", "description": "An inclusive pair of positions for a check annotation.", "fields": [ { "name": "end", "description": "End position (inclusive).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckAnnotationPosition", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "start", "description": "Start position (inclusive).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckAnnotationPosition", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CheckConclusionState", "description": "The possible states for a check suite or run conclusion.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ACTION_REQUIRED", "description": "The check suite or run requires action.", "isDeprecated": false, "deprecationReason": null }, { "name": "TIMED_OUT", "description": "The check suite or run has timed out.", "isDeprecated": false, "deprecationReason": null }, { "name": "CANCELLED", "description": "The check suite or run has been cancelled.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILURE", "description": "The check suite or run has failed.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUCCESS", "description": "The check suite or run has succeeded.", "isDeprecated": false, "deprecationReason": null }, { "name": "NEUTRAL", "description": "The check suite or run was neutral.", "isDeprecated": false, "deprecationReason": null }, { "name": "SKIPPED", "description": "The check suite or run was skipped.", "isDeprecated": false, "deprecationReason": null }, { "name": "STARTUP_FAILURE", "description": "The check suite or run has failed at startup.", "isDeprecated": false, "deprecationReason": null }, { "name": "STALE", "description": "The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckRun", "description": "A check run.", "fields": [ { "name": "annotations", "description": "The check run's annotations", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CheckAnnotationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "checkSuite", "description": "The check suite that this run is a part of.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckSuite", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "completedAt", "description": "Identifies the date and time when the check run was completed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "conclusion", "description": "The conclusion of the check run.", "args": [], "type": { "kind": "ENUM", "name": "CheckConclusionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployment", "description": "The corresponding deployment for this job, if any", "args": [], "type": { "kind": "OBJECT", "name": "Deployment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "detailsUrl", "description": "The URL from which to find full details of the check run on the integrator's site.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "externalId", "description": "A reference for the check run on the integrator's system.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the CheckRun object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRequired", "description": "Whether this is required to pass before merging for a specific pull request.", "args": [ { "name": "pullRequestId", "description": "The id of the pull request this is required for", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pullRequestNumber", "description": "The number of the pull request this is required for", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the check for this check run.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingDeploymentRequest", "description": "Information about a pending deployment, if any, in this check run", "args": [], "type": { "kind": "OBJECT", "name": "DeploymentRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permalink", "description": "The permalink to the check run summary.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this check run.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this check run.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAt", "description": "Identifies the date and time when the check run was started.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "The current status of the check run.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CheckStatusState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "steps", "description": "The check run's steps", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "number", "description": "Step number", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CheckStepConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "summary", "description": "A string representing the check run's summary", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "A string representing the check run's text", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "A string representing the check run", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this check run.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "RequirableByPullRequest", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CheckRunAction", "description": "Possible further actions the integrator can perform.", "fields": null, "inputFields": [ { "name": "label", "description": "The text to be displayed on a button in the web UI.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "description", "description": "A short explanation of what this action would do.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "identifier", "description": "A reference for the action on the integrator's system. ", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckRunConnection", "description": "The connection type for CheckRun.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckRunEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckRun", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckRunEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CheckRun", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CheckRunFilter", "description": "The filters that are available when fetching check runs.", "fields": null, "inputFields": [ { "name": "checkType", "description": "Filters the check runs by this type.", "type": { "kind": "ENUM", "name": "CheckRunType", "ofType": null }, "defaultValue": null }, { "name": "appId", "description": "Filters the check runs created by this application ID.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "checkName", "description": "Filters the check runs by this name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "status", "description": "Filters the check runs by this status. Superceded by statuses.", "type": { "kind": "ENUM", "name": "CheckStatusState", "ofType": null }, "defaultValue": null }, { "name": "statuses", "description": "Filters the check runs by this status. Overrides status.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CheckStatusState", "ofType": null } } }, "defaultValue": null }, { "name": "conclusions", "description": "Filters the check runs by these conclusions.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CheckConclusionState", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CheckRunOutput", "description": "Descriptive details about the check run.", "fields": null, "inputFields": [ { "name": "title", "description": "A title to provide for this check run.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "summary", "description": "The summary of the check run (supports Commonmark).", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "text", "description": "The details of the check run (supports Commonmark).", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "annotations", "description": "The annotations that are made as part of the check run.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CheckAnnotationData", "ofType": null } } }, "defaultValue": null }, { "name": "images", "description": "Images attached to the check run output displayed in the GitHub pull request UI.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CheckRunOutputImage", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CheckRunOutputImage", "description": "Images attached to the check run output displayed in the GitHub pull request UI.", "fields": null, "inputFields": [ { "name": "alt", "description": "The alternative text for the image.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "imageUrl", "description": "The full URL of the image.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "defaultValue": null }, { "name": "caption", "description": "A short image description.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CheckRunState", "description": "The possible states of a check run in a status rollup.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ACTION_REQUIRED", "description": "The check run requires action.", "isDeprecated": false, "deprecationReason": null }, { "name": "CANCELLED", "description": "The check run has been cancelled.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMPLETED", "description": "The check run has been completed.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILURE", "description": "The check run has failed.", "isDeprecated": false, "deprecationReason": null }, { "name": "IN_PROGRESS", "description": "The check run is in progress.", "isDeprecated": false, "deprecationReason": null }, { "name": "NEUTRAL", "description": "The check run was neutral.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING", "description": "The check run is in pending state.", "isDeprecated": false, "deprecationReason": null }, { "name": "QUEUED", "description": "The check run has been queued.", "isDeprecated": false, "deprecationReason": null }, { "name": "SKIPPED", "description": "The check run was skipped.", "isDeprecated": false, "deprecationReason": null }, { "name": "STALE", "description": "The check run was marked stale by GitHub. Only GitHub can use this conclusion.", "isDeprecated": false, "deprecationReason": null }, { "name": "STARTUP_FAILURE", "description": "The check run has failed at startup.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUCCESS", "description": "The check run has succeeded.", "isDeprecated": false, "deprecationReason": null }, { "name": "TIMED_OUT", "description": "The check run has timed out.", "isDeprecated": false, "deprecationReason": null }, { "name": "WAITING", "description": "The check run is in waiting state.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckRunStateCount", "description": "Represents a count of the state of a check run.", "fields": [ { "name": "count", "description": "The number of check runs with this state.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of a check run.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CheckRunState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CheckRunType", "description": "The possible types of check runs.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALL", "description": "Every check run available.", "isDeprecated": false, "deprecationReason": null }, { "name": "LATEST", "description": "The latest check run.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "CheckStatusState", "description": "The possible states for a check suite or run status.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "REQUESTED", "description": "The check suite or run has been requested.", "isDeprecated": false, "deprecationReason": null }, { "name": "QUEUED", "description": "The check suite or run has been queued.", "isDeprecated": false, "deprecationReason": null }, { "name": "IN_PROGRESS", "description": "The check suite or run is in progress.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMPLETED", "description": "The check suite or run has been completed.", "isDeprecated": false, "deprecationReason": null }, { "name": "WAITING", "description": "The check suite or run is in waiting state.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING", "description": "The check suite or run is in pending state.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckStep", "description": "A single check step.", "fields": [ { "name": "completedAt", "description": "Identifies the date and time when the check step was completed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "conclusion", "description": "The conclusion of the check step.", "args": [], "type": { "kind": "ENUM", "name": "CheckConclusionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "externalId", "description": "A reference for the check step on the integrator's system.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The step's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "The index of the step in the list of steps of the parent check run.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "secondsToCompletion", "description": "Number of seconds to completion.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAt", "description": "Identifies the date and time when the check step was started.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "The current status of the check step.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CheckStatusState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckStepConnection", "description": "The connection type for CheckStep.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckStepEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckStep", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckStepEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CheckStep", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckSuite", "description": "A check suite.", "fields": [ { "name": "app", "description": "The GitHub App which created this check suite.", "args": [], "type": { "kind": "OBJECT", "name": "App", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "branch", "description": "The name of the branch for this check suite.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "checkRuns", "description": "The check runs associated with a check suite.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "filterBy", "description": "Filters the check runs by this type.", "type": { "kind": "INPUT_OBJECT", "name": "CheckRunFilter", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CheckRunConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "The commit for this check suite", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "conclusion", "description": "The conclusion of this check suite.", "args": [], "type": { "kind": "ENUM", "name": "CheckConclusionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The user who triggered the check suite.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the CheckSuite object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "matchingPullRequests", "description": "A list of open pull requests matching the check suite.", "args": [ { "name": "states", "description": "A list of states to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestState", "ofType": null } } }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PullRequestConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "push", "description": "The push that triggered this check suite.", "args": [], "type": { "kind": "OBJECT", "name": "Push", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this check suite.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this check suite", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "The status of this check suite.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CheckStatusState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this check suite", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workflowRun", "description": "The workflow run associated with this check suite.", "args": [], "type": { "kind": "OBJECT", "name": "WorkflowRun", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CheckSuiteAutoTriggerPreference", "description": "The auto-trigger preferences that are available for check suites.", "fields": null, "inputFields": [ { "name": "appId", "description": "The node ID of the application that owns the check suite.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "setting", "description": "Set to `true` to enable automatic creation of CheckSuite events upon pushes to the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckSuiteConnection", "description": "The connection type for CheckSuite.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckSuiteEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckSuite", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CheckSuiteEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CheckSuite", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CheckSuiteFilter", "description": "The filters that are available when fetching check suites.", "fields": null, "inputFields": [ { "name": "appId", "description": "Filters the check suites created by this application ID.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "checkName", "description": "Filters the check suites by this name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "Claimable", "description": "An object which can have its data claimed or claim data from another.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Mannequin", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "ClearLabelsFromLabelableInput", "description": "Autogenerated input type of ClearLabelsFromLabelable", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "labelableId", "description": "The id of the labelable object to clear the labels from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ClearLabelsFromLabelablePayload", "description": "Autogenerated return type of ClearLabelsFromLabelable.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelable", "description": "The item that was unlabeled.", "args": [], "type": { "kind": "INTERFACE", "name": "Labelable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ClearProjectV2ItemFieldValueInput", "description": "Autogenerated input type of ClearProjectV2ItemFieldValue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "itemId", "description": "The ID of the item to be cleared.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "fieldId", "description": "The ID of the field to be cleared.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ClearProjectV2ItemFieldValuePayload", "description": "Autogenerated return type of ClearProjectV2ItemFieldValue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2Item", "description": "The updated item.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CloneProjectInput", "description": "Autogenerated input type of CloneProject", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "targetOwnerId", "description": "The owner ID to create the project under.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "sourceId", "description": "The source project to clone.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "includeWorkflows", "description": "Whether or not to clone the source project's workflows.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The description of the project.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "public", "description": "The visibility of the project, defaults to false (private).", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CloneProjectPayload", "description": "Autogenerated return type of CloneProject.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "jobStatusId", "description": "The id of the JobStatus for populating cloned fields.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The new cloned project.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CloneTemplateRepositoryInput", "description": "Autogenerated input type of CloneTemplateRepository", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the template repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the new repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the owner for the new repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "description", "description": "A short description of the new repository.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "visibility", "description": "Indicates the repository's visibility level.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null } }, "defaultValue": null }, { "name": "includeAllBranches", "description": "Whether to copy all branches from the template to the new repository. Defaults to copying only the default branch of the template.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CloneTemplateRepositoryPayload", "description": "Autogenerated return type of CloneTemplateRepository.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The new repository.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Closable", "description": "An object that can be closed", "fields": [ { "name": "closed", "description": "Indicates if the object is closed (definition of closed may depend on type)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closedAt", "description": "Identifies the date and time when the object was closed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanClose", "description": "Indicates if the object can be closed by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReopen", "description": "Indicates if the object can be reopened by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "Milestone", "ofType": null }, { "kind": "OBJECT", "name": "Project", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "CloseDiscussionInput", "description": "Autogenerated input type of CloseDiscussion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "discussionId", "description": "ID of the discussion to be closed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "reason", "description": "The reason why the discussion is being closed.", "type": { "kind": "ENUM", "name": "DiscussionCloseReason", "ofType": null }, "defaultValue": "RESOLVED" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CloseDiscussionPayload", "description": "Autogenerated return type of CloseDiscussion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion that was closed.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CloseIssueInput", "description": "Autogenerated input type of CloseIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "issueId", "description": "ID of the issue to be closed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "stateReason", "description": "The reason the issue is to be closed.", "type": { "kind": "ENUM", "name": "IssueClosedStateReason", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CloseIssuePayload", "description": "Autogenerated return type of CloseIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue that was closed.", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ClosePullRequestInput", "description": "Autogenerated input type of ClosePullRequest", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "ID of the pull request to be closed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ClosePullRequestPayload", "description": "Autogenerated return type of ClosePullRequest.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that was closed.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ClosedEvent", "description": "Represents a 'closed' event on any `Closable`.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closable", "description": "Object that was closed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Closable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closer", "description": "Object which triggered the creation of this event.", "args": [], "type": { "kind": "UNION", "name": "Closer", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ClosedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this closed event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stateReason", "description": "The reason the issue state was changed to closed.", "args": [], "type": { "kind": "ENUM", "name": "IssueStateReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this closed event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "Closer", "description": "The object which triggered a `ClosedEvent`.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Commit", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "OBJECT", "name": "CodeOfConduct", "description": "The Code of Conduct for a repository", "fields": [ { "name": "body", "description": "The body of the Code of Conduct", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the CodeOfConduct object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "key", "description": "The key for the Code of Conduct", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The formal name of the Code of Conduct", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this Code of Conduct", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this Code of Conduct", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CodeScanningParameters", "description": "Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning must be enabled and have results for both the commit and the reference being updated.", "fields": [ { "name": "codeScanningTools", "description": "Tools that must provide code scanning results for this rule to pass.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CodeScanningTool", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CodeScanningParametersInput", "description": "Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning must be enabled and have results for both the commit and the reference being updated.", "fields": null, "inputFields": [ { "name": "codeScanningTools", "description": "Tools that must provide code scanning results for this rule to pass.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CodeScanningToolInput", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CodeScanningTool", "description": "A tool that must provide code scanning results for this rule to pass.", "fields": [ { "name": "alertsThreshold", "description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "securityAlertsThreshold", "description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tool", "description": "The name of a code scanning tool", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CodeScanningToolInput", "description": "A tool that must provide code scanning results for this rule to pass.", "fields": null, "inputFields": [ { "name": "alertsThreshold", "description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "securityAlertsThreshold", "description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "tool", "description": "The name of a code scanning tool", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CollaboratorAffiliation", "description": "Collaborators affiliation level with a subject.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OUTSIDE", "description": "All outside collaborators of an organization-owned subject.", "isDeprecated": false, "deprecationReason": null }, { "name": "DIRECT", "description": "All collaborators with permissions to an organization-owned subject, regardless of organization membership status.", "isDeprecated": false, "deprecationReason": null }, { "name": "ALL", "description": "All collaborators the authenticated user can see.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "Comment", "description": "Represents a comment.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The body as Markdown.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Comment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "GistComment", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null } ] }, { "kind": "ENUM", "name": "CommentAuthorAssociation", "description": "A comment author association with repository.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MEMBER", "description": "Author is a member of the organization that owns the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "OWNER", "description": "Author is the owner of the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "MANNEQUIN", "description": "Author is a placeholder for an unclaimed user.", "isDeprecated": false, "deprecationReason": null }, { "name": "COLLABORATOR", "description": "Author has been invited to collaborate on the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONTRIBUTOR", "description": "Author has previously committed to the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIRST_TIME_CONTRIBUTOR", "description": "Author has not previously committed to the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIRST_TIMER", "description": "Author has not previously committed to GitHub.", "isDeprecated": false, "deprecationReason": null }, { "name": "NONE", "description": "Author has no association with the repository.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "CommentCannotUpdateReason", "description": "The possible errors that will prevent a user from updating a comment.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ARCHIVED", "description": "Unable to create comment because repository is archived.", "isDeprecated": false, "deprecationReason": null }, { "name": "INSUFFICIENT_ACCESS", "description": "You must be the author or have write access to this repository to update this comment.", "isDeprecated": false, "deprecationReason": null }, { "name": "LOCKED", "description": "Unable to create comment because issue is locked.", "isDeprecated": false, "deprecationReason": null }, { "name": "LOGIN_REQUIRED", "description": "You must be logged in to update this comment.", "isDeprecated": false, "deprecationReason": null }, { "name": "MAINTENANCE", "description": "Repository is under maintenance.", "isDeprecated": false, "deprecationReason": null }, { "name": "VERIFIED_EMAIL_REQUIRED", "description": "At least one email address must be verified to update this comment.", "isDeprecated": false, "deprecationReason": null }, { "name": "DENIED", "description": "You cannot update this comment", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentDeletedEvent", "description": "Represents a 'comment_deleted' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedCommentAuthor", "description": "The user who authored the deleted comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the CommentDeletedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Commit", "description": "Represents a Git commit.", "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "additions", "description": "The number of additions in this commit.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "associatedPullRequests", "description": "The merged Pull Request that introduced the commit to the repository. If the commit is not present in the default branch, additionally returns open Pull Requests associated with the commit", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pull requests.", "type": { "kind": "INPUT_OBJECT", "name": "PullRequestOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "PullRequestConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": "Authorship details of the commit.", "args": [], "type": { "kind": "OBJECT", "name": "GitActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authoredByCommitter", "description": "Check if the committer and the author match.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "authoredDate", "description": "The datetime when this commit was authored.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "authors", "description": "The list of authors for this commit based on the git author and the Co-authored-by\nmessage trailer. The git author will always be first.\n", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GitActorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "blame", "description": "Fetches `git blame` information.", "args": [ { "name": "path", "description": "The file whose Git blame information you want.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Blame", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "changedFiles", "description": "We recommend using the `changedFilesIfAvailable` field instead of `changedFiles`, as `changedFiles` will cause your request to return an error if GitHub is unable to calculate the number of changed files.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": true, "deprecationReason": "`changedFiles` will be removed. Use `changedFilesIfAvailable` instead. Removal on 2023-01-01 UTC." }, { "name": "changedFilesIfAvailable", "description": "The number of changed files in this commit. If GitHub is unable to calculate the number of changed files (for example due to a timeout), this will return `null`. We recommend using this field instead of `changedFiles`.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "checkSuites", "description": "The check suites associated with a commit.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "filterBy", "description": "Filters the check suites by this type.", "type": { "kind": "INPUT_OBJECT", "name": "CheckSuiteFilter", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CheckSuiteConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comments", "description": "Comments made on the commit.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitUrl", "description": "The HTTP URL for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "committedDate", "description": "The datetime when this commit was committed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "committedViaWeb", "description": "Check if committed via GitHub web UI.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "committer", "description": "Committer details of the commit.", "args": [], "type": { "kind": "OBJECT", "name": "GitActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletions", "description": "The number of deletions in this commit.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployments", "description": "The deployments associated with a commit.", "args": [ { "name": "environments", "description": "Environments to list deployments for", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for deployments returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "DeploymentOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeploymentConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "file", "description": "The tree entry representing the file located at the given path.", "args": [ { "name": "path", "description": "The path for the file", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TreeEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "history", "description": "The linear commit history starting from (and including) this commit, in the same order as `git log`.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "path", "description": "If non-null, filters history to only show commits touching files under this path.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "author", "description": "If non-null, filters history to only show commits with matching authorship.", "type": { "kind": "INPUT_OBJECT", "name": "CommitAuthor", "ofType": null }, "defaultValue": null }, { "name": "since", "description": "Allows specifying a beginning time or date for fetching commits. Unexpected results may be returned for dates not between 1970-01-01 and 2099-12-13 (inclusive).", "type": { "kind": "SCALAR", "name": "GitTimestamp", "ofType": null }, "defaultValue": null }, { "name": "until", "description": "Allows specifying an ending time or date for fetching commits. Unexpected results may be returned for dates not between 1970-01-01 and 2099-12-13 (inclusive).", "type": { "kind": "SCALAR", "name": "GitTimestamp", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitHistoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Commit object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "The Git commit message", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "messageBody", "description": "The Git commit message body", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "messageBodyHTML", "description": "The commit message body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "messageHeadline", "description": "The Git commit message headline", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "messageHeadlineHTML", "description": "The commit message headline rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oid", "description": "The Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "onBehalfOf", "description": "The organization this commit was made on behalf of.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parents", "description": "The parents of a commit.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pushedDate", "description": "The datetime when this commit was pushed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": true, "deprecationReason": "`pushedDate` is no longer supported. Removal on 2023-07-01 UTC." }, { "name": "repository", "description": "The Repository this commit belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this commit", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signature", "description": "Commit signing information, if present.", "args": [], "type": { "kind": "INTERFACE", "name": "GitSignature", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Status information for this commit", "args": [], "type": { "kind": "OBJECT", "name": "Status", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusCheckRollup", "description": "Check and Status rollup information for this commit.", "args": [], "type": { "kind": "OBJECT", "name": "StatusCheckRollup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "submodules", "description": "Returns a list of all submodules in this repository as of this Commit parsed from the .gitmodules file.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SubmoduleConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tarballUrl", "description": "Returns a URL to download a tarball archive for a repository.\nNote: For private repositories, these links are temporary and expire after five minutes.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tree", "description": "Commit's root Tree", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Tree", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "treeResourcePath", "description": "The HTTP path for the tree of this commit", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "treeUrl", "description": "The HTTP URL for the tree of this commit", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this commit", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.", "args": [], "type": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "zipballUrl", "description": "Returns a URL to download a zipball archive for a repository.\nNote: For private repositories, these links are temporary and expire after five minutes.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "GitObject", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Subscribable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommitAuthor", "description": "Specifies an author for filtering Git commits.", "fields": null, "inputFields": [ { "name": "id", "description": "ID of a User to filter by. If non-null, only commits authored by this user will be returned. This field takes precedence over emails.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "emails", "description": "Email addresses to filter by. Commits authored by any of the specified email addresses will be returned.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitAuthorEmailPatternParameters", "description": "Parameters to be used for the commit_author_email_pattern rule", "fields": [ { "name": "name", "description": "How this rule will appear to users.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operator", "description": "The operator to use for matching.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pattern", "description": "The pattern to match with.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommitAuthorEmailPatternParametersInput", "description": "Parameters to be used for the commit_author_email_pattern rule", "fields": null, "inputFields": [ { "name": "name", "description": "How this rule will appear to users.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "operator", "description": "The operator to use for matching.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pattern", "description": "The pattern to match with.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitComment", "description": "Represents a comment on a given Commit.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "Identifies the comment body.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "Identifies the commit associated with the comment, if the commit exists.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the CommitComment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of `abuse`, `off-topic`, `outdated`, `resolved`, `duplicate` and `spam`. Note that the case and formatting of these values differs from the inputs to the `MinimizeComment` mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "Identifies the file path associated with the comment.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": "Identifies the line position associated with the comment.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path permalink for this commit comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL permalink for this commit comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Minimizable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitCommentConnection", "description": "The connection type for CommitComment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitCommentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitComment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitCommentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitCommentThread", "description": "A thread of comments on a commit.", "fields": [ { "name": "comments", "description": "The comments that exist in this thread.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "The commit the comments were made on.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the CommitCommentThread object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The file the comments were made on.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": "The position in the diff for the commit that the comment was made on.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitConnection", "description": "The connection type for Commit.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommitContributionOrder", "description": "Ordering options for commit contribution connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field by which to order commit contributions.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommitContributionOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommitContributionOrderField", "description": "Properties by which commit contribution connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OCCURRED_AT", "description": "Order commit contributions by when they were made.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMIT_COUNT", "description": "Order commit contributions by how many commits they represent.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitContributionsByRepository", "description": "This aggregates commits made by a user within one repository.", "fields": [ { "name": "contributions", "description": "The commit contributions, each representing a day.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for commit contributions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "CommitContributionOrder", "ofType": null }, "defaultValue": "{field: OCCURRED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedCommitContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository in which the commits were made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for the user's commits to the repository in this time range.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for the user's commits to the repository in this time range.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitHistoryConnection", "description": "The connection type for Commit.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommitMessage", "description": "A message to include with a new commit", "fields": null, "inputFields": [ { "name": "headline", "description": "The headline of the message.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The body of the message.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitMessagePatternParameters", "description": "Parameters to be used for the commit_message_pattern rule", "fields": [ { "name": "name", "description": "How this rule will appear to users.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operator", "description": "The operator to use for matching.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pattern", "description": "The pattern to match with.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommitMessagePatternParametersInput", "description": "Parameters to be used for the commit_message_pattern rule", "fields": null, "inputFields": [ { "name": "name", "description": "How this rule will appear to users.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "operator", "description": "The operator to use for matching.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pattern", "description": "The pattern to match with.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommittableBranch", "description": "A git ref for a commit to be appended to.\n\nThe ref must be a branch, i.e. its fully qualified name must start\nwith `refs/heads/` (although the input is not required to be fully\nqualified).\n\nThe Ref may be specified by its global node ID or by the\n`repositoryNameWithOwner` and `branchName`.\n\n### Examples\n\nSpecify a branch using a global node ID:\n\n { \"id\": \"MDM6UmVmMTpyZWZzL2hlYWRzL21haW4=\" }\n\nSpecify a branch using `repositoryNameWithOwner` and `branchName`:\n\n {\n \"repositoryNameWithOwner\": \"github/graphql-client\",\n \"branchName\": \"main\"\n }\n\n", "fields": null, "inputFields": [ { "name": "id", "description": "The Node ID of the Ref to be updated.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "repositoryNameWithOwner", "description": "The nameWithOwner of the repository to commit to.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "branchName", "description": "The unqualified name of the branch to append the commit to.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommitterEmailPatternParameters", "description": "Parameters to be used for the committer_email_pattern rule", "fields": [ { "name": "name", "description": "How this rule will appear to users.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operator", "description": "The operator to use for matching.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pattern", "description": "The pattern to match with.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommitterEmailPatternParametersInput", "description": "Parameters to be used for the committer_email_pattern rule", "fields": null, "inputFields": [ { "name": "name", "description": "How this rule will appear to users.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "operator", "description": "The operator to use for matching.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pattern", "description": "The pattern to match with.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Comparison", "description": "Represents a comparison between two commit revisions.", "fields": [ { "name": "aheadBy", "description": "The number of commits ahead of the base branch.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "baseTarget", "description": "The base revision of this comparison.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "GitObject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "behindBy", "description": "The number of commits behind the base branch.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commits", "description": "The commits which compose this comparison.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ComparisonCommitConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "headTarget", "description": "The head revision of this comparison.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "GitObject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Comparison object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "The status of this comparison.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ComparisonStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ComparisonCommitConnection", "description": "The connection type for Commit.", "fields": [ { "name": "authorCount", "description": "The total count of authors and co-authors across all commits.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ComparisonStatus", "description": "The status of a git comparison between two refs.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DIVERGED", "description": "The head ref is both ahead and behind of the base ref, indicating git history has diverged.", "isDeprecated": false, "deprecationReason": null }, { "name": "AHEAD", "description": "The head ref is ahead of the base ref.", "isDeprecated": false, "deprecationReason": null }, { "name": "BEHIND", "description": "The head ref is behind the base ref.", "isDeprecated": false, "deprecationReason": null }, { "name": "IDENTICAL", "description": "The head ref and base ref are identical.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ConnectedEvent", "description": "Represents a 'connected' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ConnectedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCrossRepository", "description": "Reference originated in a different repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": "Issue or pull request that made the reference.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ReferencedSubject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "Issue or pull request which was connected.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ReferencedSubject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ContributingGuidelines", "description": "The Contributing Guidelines for a repository.", "fields": [ { "name": "body", "description": "The body of the Contributing Guidelines.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for the Contributing Guidelines.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for the Contributing Guidelines.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Contribution", "description": "Represents a contribution a user made on GitHub, such as opening an issue.", "fields": [ { "name": "isRestricted", "description": "Whether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "occurredAt", "description": "When this contribution was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made this contribution.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CreatedCommitContribution", "ofType": null }, { "kind": "OBJECT", "name": "CreatedIssueContribution", "ofType": null }, { "kind": "OBJECT", "name": "CreatedPullRequestContribution", "ofType": null }, { "kind": "OBJECT", "name": "CreatedPullRequestReviewContribution", "ofType": null }, { "kind": "OBJECT", "name": "CreatedRepositoryContribution", "ofType": null }, { "kind": "OBJECT", "name": "JoinedGitHubContribution", "ofType": null }, { "kind": "OBJECT", "name": "RestrictedContribution", "ofType": null } ] }, { "kind": "OBJECT", "name": "ContributionCalendar", "description": "A calendar of contributions made on GitHub by a user.", "fields": [ { "name": "colors", "description": "A list of hex color codes used in this calendar. The darker the color, the more contributions it represents.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isHalloween", "description": "Determine if the color set was chosen because it's currently Halloween.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "months", "description": "A list of the months of contributions in this calendar.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ContributionCalendarMonth", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalContributions", "description": "The count of total contributions in the calendar.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "weeks", "description": "A list of the weeks of contributions in this calendar.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ContributionCalendarWeek", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ContributionCalendarDay", "description": "Represents a single day of contributions on GitHub by a user.", "fields": [ { "name": "color", "description": "The hex color code that represents how many contributions were made on this day compared to others in the calendar.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributionCount", "description": "How many contributions were made by the user on this day.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributionLevel", "description": "Indication of contributions, relative to other days. Can be used to indicate which color to represent this day on a calendar.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ContributionLevel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "date", "description": "The day this square represents.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "weekday", "description": "A number representing which day of the week this square represents, e.g., 1 is Monday.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ContributionCalendarMonth", "description": "A month of contributions in a user's contribution graph.", "fields": [ { "name": "firstDay", "description": "The date of the first day of this month.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the month.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalWeeks", "description": "How many weeks started in this month.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "year", "description": "The year the month occurred in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ContributionCalendarWeek", "description": "A week of contributions in a user's contribution graph.", "fields": [ { "name": "contributionDays", "description": "The days of contributions in this week.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ContributionCalendarDay", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstDay", "description": "The date of the earliest square in this week.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ContributionLevel", "description": "Varying levels of contributions from none to many.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NONE", "description": "No contributions occurred.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIRST_QUARTILE", "description": "Lowest 25% of days of contributions.", "isDeprecated": false, "deprecationReason": null }, { "name": "SECOND_QUARTILE", "description": "Second lowest 25% of days of contributions. More contributions than the first quartile.", "isDeprecated": false, "deprecationReason": null }, { "name": "THIRD_QUARTILE", "description": "Second highest 25% of days of contributions. More contributions than second quartile, less than the fourth quartile.", "isDeprecated": false, "deprecationReason": null }, { "name": "FOURTH_QUARTILE", "description": "Highest 25% of days of contributions. More contributions than the third quartile.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ContributionOrder", "description": "Ordering options for contribution connections.", "fields": null, "inputFields": [ { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ContributionsCollection", "description": "A contributions collection aggregates contributions such as opened issues and commits created by a user.", "fields": [ { "name": "commitContributionsByRepository", "description": "Commit contributions made by the user, grouped by repository.", "args": [ { "name": "maxRepositories", "description": "How many repositories should be included.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "25" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitContributionsByRepository", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributionCalendar", "description": "A calendar of this user's contributions on GitHub.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ContributionCalendar", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributionYears", "description": "The years the user has been making contributions with the most recent year first.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "doesEndInCurrentMonth", "description": "Determine if this collection's time span ends in the current month.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "earliestRestrictedContributionDate", "description": "The date of the first restricted contribution the user made in this time period. Can only be non-null when the user has enabled private contribution counts.", "args": [], "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAt", "description": "The ending date and time of this collection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstIssueContribution", "description": "The first issue the user opened on GitHub. This will be null if that issue was opened outside the collection's time range and ignoreTimeRange is false. If the issue is not visible but the user has opted to show private contributions, a RestrictedContribution will be returned.", "args": [], "type": { "kind": "UNION", "name": "CreatedIssueOrRestrictedContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstPullRequestContribution", "description": "The first pull request the user opened on GitHub. This will be null if that pull request was opened outside the collection's time range and ignoreTimeRange is not true. If the pull request is not visible but the user has opted to show private contributions, a RestrictedContribution will be returned.", "args": [], "type": { "kind": "UNION", "name": "CreatedPullRequestOrRestrictedContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstRepositoryContribution", "description": "The first repository the user created on GitHub. This will be null if that first repository was created outside the collection's time range and ignoreTimeRange is false. If the repository is not visible, then a RestrictedContribution is returned.", "args": [], "type": { "kind": "UNION", "name": "CreatedRepositoryOrRestrictedContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasActivityInThePast", "description": "Does the user have any more activity in the timeline that occurred prior to the collection's time range?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasAnyContributions", "description": "Determine if there are any contributions in this collection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasAnyRestrictedContributions", "description": "Determine if the user made any contributions in this time frame whose details are not visible because they were made in a private repository. Can only be true if the user enabled private contribution counts.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSingleDay", "description": "Whether or not the collector's time span is all within the same day.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issueContributions", "description": "A list of issues the user opened.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "excludeFirst", "description": "Should the user's first issue ever be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "excludePopular", "description": "Should the user's most commented issue be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ContributionOrder", "ofType": null }, "defaultValue": "{direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedIssueContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issueContributionsByRepository", "description": "Issue contributions made by the user, grouped by repository.", "args": [ { "name": "maxRepositories", "description": "How many repositories should be included.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "25" }, { "name": "excludeFirst", "description": "Should the user's first issue ever be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "excludePopular", "description": "Should the user's most commented issue be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueContributionsByRepository", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "joinedGitHubContribution", "description": "When the user signed up for GitHub. This will be null if that sign up date falls outside the collection's time range and ignoreTimeRange is false.", "args": [], "type": { "kind": "OBJECT", "name": "JoinedGitHubContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "latestRestrictedContributionDate", "description": "The date of the most recent restricted contribution the user made in this time period. Can only be non-null when the user has enabled private contribution counts.", "args": [], "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mostRecentCollectionWithActivity", "description": "When this collection's time range does not include any activity from the user, use this\nto get a different collection from an earlier time range that does have activity.\n", "args": [], "type": { "kind": "OBJECT", "name": "ContributionsCollection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mostRecentCollectionWithoutActivity", "description": "Returns a different contributions collection from an earlier time range than this one\nthat does not have any contributions.\n", "args": [], "type": { "kind": "OBJECT", "name": "ContributionsCollection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "popularIssueContribution", "description": "The issue the user opened on GitHub that received the most comments in the specified\ntime frame.\n", "args": [], "type": { "kind": "OBJECT", "name": "CreatedIssueContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "popularPullRequestContribution", "description": "The pull request the user opened on GitHub that received the most comments in the\nspecified time frame.\n", "args": [], "type": { "kind": "OBJECT", "name": "CreatedPullRequestContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestContributions", "description": "Pull request contributions made by the user.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "excludeFirst", "description": "Should the user's first pull request ever be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "excludePopular", "description": "Should the user's most commented pull request be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ContributionOrder", "ofType": null }, "defaultValue": "{direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedPullRequestContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestContributionsByRepository", "description": "Pull request contributions made by the user, grouped by repository.", "args": [ { "name": "maxRepositories", "description": "How many repositories should be included.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "25" }, { "name": "excludeFirst", "description": "Should the user's first pull request ever be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "excludePopular", "description": "Should the user's most commented pull request be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestContributionsByRepository", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReviewContributions", "description": "Pull request review contributions made by the user. Returns the most recently\nsubmitted review for each PR reviewed by the user.\n", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ContributionOrder", "ofType": null }, "defaultValue": "{direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedPullRequestReviewContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReviewContributionsByRepository", "description": "Pull request review contributions made by the user, grouped by repository.", "args": [ { "name": "maxRepositories", "description": "How many repositories should be included.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "25" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewContributionsByRepository", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryContributions", "description": "A list of repositories owned by the user that the user created in this time range.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "excludeFirst", "description": "Should the user's first repository ever be excluded from the result.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ContributionOrder", "ofType": null }, "defaultValue": "{direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedRepositoryContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "restrictedContributionsCount", "description": "A count of contributions made by the user that the viewer cannot access. Only non-zero when the user has chosen to share their private contribution counts.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAt", "description": "The beginning date and time of this collection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCommitContributions", "description": "How many commits were made by the user in this time span.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalIssueContributions", "description": "How many issues the user opened.", "args": [ { "name": "excludeFirst", "description": "Should the user's first issue ever be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "excludePopular", "description": "Should the user's most commented issue be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalPullRequestContributions", "description": "How many pull requests the user opened.", "args": [ { "name": "excludeFirst", "description": "Should the user's first pull request ever be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "excludePopular", "description": "Should the user's most commented pull request be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalPullRequestReviewContributions", "description": "How many pull request reviews the user left.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalRepositoriesWithContributedCommits", "description": "How many different repositories the user committed to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalRepositoriesWithContributedIssues", "description": "How many different repositories the user opened issues in.", "args": [ { "name": "excludeFirst", "description": "Should the user's first issue ever be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "excludePopular", "description": "Should the user's most commented issue be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalRepositoriesWithContributedPullRequestReviews", "description": "How many different repositories the user left pull request reviews in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalRepositoriesWithContributedPullRequests", "description": "How many different repositories the user opened pull requests in.", "args": [ { "name": "excludeFirst", "description": "Should the user's first pull request ever be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "excludePopular", "description": "Should the user's most commented pull request be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalRepositoryContributions", "description": "How many repositories the user created.", "args": [ { "name": "excludeFirst", "description": "Should the user's first repository ever be excluded from this count.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made the contributions in this collection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ConvertProjectCardNoteToIssueInput", "description": "Autogenerated input type of ConvertProjectCardNoteToIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectCardId", "description": "The ProjectCard ID to convert.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to create the issue in.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title of the newly created issue. Defaults to the card's note text.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The body of the newly created issue.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ConvertProjectCardNoteToIssuePayload", "description": "Autogenerated return type of ConvertProjectCardNoteToIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectCard", "description": "The updated ProjectCard.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectCard", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ConvertProjectV2DraftIssueItemToIssueInput", "description": "Autogenerated input type of ConvertProjectV2DraftIssueItemToIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "itemId", "description": "The ID of the draft issue ProjectV2Item to convert.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to create the issue in.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ConvertProjectV2DraftIssueItemToIssuePayload", "description": "Autogenerated return type of ConvertProjectV2DraftIssueItemToIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The updated project item.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ConvertPullRequestToDraftInput", "description": "Autogenerated input type of ConvertPullRequestToDraft", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "ID of the pull request to convert to draft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ConvertPullRequestToDraftPayload", "description": "Autogenerated return type of ConvertPullRequestToDraft.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that is now a draft.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ConvertToDraftEvent", "description": "Represents a 'convert_to_draft' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ConvertToDraftEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this convert to draft event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this convert to draft event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ConvertedNoteToIssueEvent", "description": "Represents a 'converted_note_to_issue' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ConvertedNoteToIssueEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "Project referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectCard", "description": "Project card referenced by this project event.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectCard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectColumnName", "description": "Column name referenced by this project event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ConvertedToDiscussionEvent", "description": "Represents a 'converted_to_discussion' event on a given issue.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion that the issue was converted into.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ConvertedToDiscussionEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CopilotEndpoints", "description": "Copilot endpoint information", "fields": [ { "name": "api", "description": "Copilot API endpoint", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "originTracker", "description": "Copilot origin tracker endpoint", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proxy", "description": "Copilot proxy endpoint", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "telemetry", "description": "Copilot telemetry endpoint", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CopyProjectV2Input", "description": "Autogenerated input type of CopyProjectV2", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the source Project to copy.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "ownerId", "description": "The owner ID of the new project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title of the project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "includeDraftIssues", "description": "Include draft issues in the new project", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CopyProjectV2Payload", "description": "Autogenerated return type of CopyProjectV2.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "The copied project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateAttributionInvitationInput", "description": "Autogenerated input type of CreateAttributionInvitation", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The Node ID of the owner scoping the reattributable data.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "sourceId", "description": "The Node ID of the account owning the data to reattribute.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "targetId", "description": "The Node ID of the account which may claim the data.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateAttributionInvitationPayload", "description": "Autogenerated return type of CreateAttributionInvitation.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The owner scoping the reattributable data.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": "The account owning the data to reattribute.", "args": [], "type": { "kind": "UNION", "name": "Claimable", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "target", "description": "The account which may claim the data.", "args": [], "type": { "kind": "UNION", "name": "Claimable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateBranchProtectionRuleInput", "description": "Autogenerated input type of CreateBranchProtectionRule", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The global relay id of the repository in which a new branch protection rule should be created in.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "pattern", "description": "The glob-like pattern used to determine matching branches.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "requiresApprovingReviews", "description": "Are approving reviews required to update matching branches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiredApprovingReviewCount", "description": "Number of approving reviews required to update matching branches.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "requiresCommitSignatures", "description": "Are commits required to be signed.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiresLinearHistory", "description": "Are merge commits prohibited from being pushed to this branch.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "blocksCreations", "description": "Is branch creation a protected operation.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "allowsForcePushes", "description": "Are force pushes allowed on this branch.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "allowsDeletions", "description": "Can this branch be deleted.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "isAdminEnforced", "description": "Can admins override branch protection.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiresStatusChecks", "description": "Are status checks required to update matching branches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiresStrictStatusChecks", "description": "Are branches required to be up to date before merging.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiresCodeOwnerReviews", "description": "Are reviews from code owners required to update matching branches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "dismissesStaleReviews", "description": "Will new commits pushed to matching branches dismiss pull request review approvals.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "restrictsReviewDismissals", "description": "Is dismissal of pull request reviews restricted.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "reviewDismissalActorIds", "description": "A list of User, Team, or App IDs allowed to dismiss reviews on pull requests targeting matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "bypassPullRequestActorIds", "description": "A list of User, Team, or App IDs allowed to bypass pull requests targeting matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "bypassForcePushActorIds", "description": "A list of User, Team, or App IDs allowed to bypass force push targeting matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "restrictsPushes", "description": "Is pushing to matching branches restricted.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "pushActorIds", "description": "A list of User, Team, or App IDs allowed to push to matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "requiredStatusCheckContexts", "description": "List of required status check contexts that must pass for commits to be accepted to matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "requiredStatusChecks", "description": "The list of required status checks", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RequiredStatusCheckInput", "ofType": null } } }, "defaultValue": null }, { "name": "requiresDeployments", "description": "Are successful deployments required before merging.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiredDeploymentEnvironments", "description": "The list of required deployment environments", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "requiresConversationResolution", "description": "Are conversations required to be resolved before merging.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requireLastPushApproval", "description": "Whether the most recent push must be approved by someone other than the person who pushed it", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "lockBranch", "description": "Whether to set the branch as read-only. If this is true, users will not be able to push to the branch.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "lockAllowsFetchAndMerge", "description": "Whether users can pull changes from upstream when the branch is locked. Set to `true` to allow fork syncing. Set to `false` to prevent fork syncing.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateBranchProtectionRulePayload", "description": "Autogenerated return type of CreateBranchProtectionRule.", "fields": [ { "name": "branchProtectionRule", "description": "The newly created BranchProtectionRule.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateCheckRunInput", "description": "Autogenerated input type of CreateCheckRun", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the check.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "headSha", "description": "The SHA of the head commit.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "defaultValue": null }, { "name": "detailsUrl", "description": "The URL of the integrator's site that has the full details of the check.", "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "defaultValue": null }, { "name": "externalId", "description": "A reference for the run on the integrator's system.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "status", "description": "The current status.", "type": { "kind": "ENUM", "name": "RequestableCheckStatusState", "ofType": null }, "defaultValue": null }, { "name": "startedAt", "description": "The time that the check run began.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "conclusion", "description": "The final conclusion of the check.", "type": { "kind": "ENUM", "name": "CheckConclusionState", "ofType": null }, "defaultValue": null }, { "name": "completedAt", "description": "The time that the check run finished.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "output", "description": "Descriptive details about the run.", "type": { "kind": "INPUT_OBJECT", "name": "CheckRunOutput", "ofType": null }, "defaultValue": null }, { "name": "actions", "description": "Possible further actions the integrator can perform, which a user may trigger.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CheckRunAction", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateCheckRunPayload", "description": "Autogenerated return type of CreateCheckRun.", "fields": [ { "name": "checkRun", "description": "The newly created check run.", "args": [], "type": { "kind": "OBJECT", "name": "CheckRun", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateCheckSuiteInput", "description": "Autogenerated input type of CreateCheckSuite", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "headSha", "description": "The SHA of the head commit.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateCheckSuitePayload", "description": "Autogenerated return type of CreateCheckSuite.", "fields": [ { "name": "checkSuite", "description": "The newly created check suite.", "args": [], "type": { "kind": "OBJECT", "name": "CheckSuite", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateCommitOnBranchInput", "description": "Autogenerated input type of CreateCommitOnBranch", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "branch", "description": "The Ref to be updated. Must be a branch.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommittableBranch", "ofType": null } }, "defaultValue": null }, { "name": "fileChanges", "description": "A description of changes to files in this commit.", "type": { "kind": "INPUT_OBJECT", "name": "FileChanges", "ofType": null }, "defaultValue": null }, { "name": "message", "description": "The commit message the be included with the commit.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommitMessage", "ofType": null } }, "defaultValue": null }, { "name": "expectedHeadOid", "description": "The git commit oid expected at the head of the branch prior to the commit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateCommitOnBranchPayload", "description": "Autogenerated return type of CreateCommitOnBranch.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "The new commit.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "The ref which has been updated to point to the new commit.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateDeploymentInput", "description": "Autogenerated input type of CreateDeployment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "refId", "description": "The node ID of the ref to be deployed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "autoMerge", "description": "Attempt to automatically merge the default branch into the requested ref, defaults to true.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "requiredContexts", "description": "The status contexts to verify against commit status checks. To bypass required contexts, pass an empty array. Defaults to all unique contexts.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "description", "description": "Short description of the deployment.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" }, { "name": "environment", "description": "Name for the target deployment environment.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"production\"" }, { "name": "task", "description": "Specifies a task to execute.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"deploy\"" }, { "name": "payload", "description": "JSON payload with extra information about the deployment.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"{}\"" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateDeploymentPayload", "description": "Autogenerated return type of CreateDeployment.", "fields": [ { "name": "autoMerged", "description": "True if the default branch has been auto-merged into the deployment ref.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployment", "description": "The new deployment.", "args": [], "type": { "kind": "OBJECT", "name": "Deployment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateDeploymentStatusInput", "description": "Autogenerated input type of CreateDeploymentStatus", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "deploymentId", "description": "The node ID of the deployment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "state", "description": "The state of the deployment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentStatusState", "ofType": null } }, "defaultValue": null }, { "name": "description", "description": "A short description of the status. Maximum length of 140 characters.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" }, { "name": "environment", "description": "If provided, updates the environment of the deploy. Otherwise, does not modify the environment.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "environmentUrl", "description": "Sets the URL for accessing your environment.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" }, { "name": "autoInactive", "description": "Adds a new inactive status to all non-transient, non-production environment deployments with the same repository and environment name as the created status's deployment.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "logUrl", "description": "The log URL to associate with this status. This URL should contain output to keep the user updated while the task is running or serve as historical information for what happened in the deployment.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateDeploymentStatusPayload", "description": "Autogenerated return type of CreateDeploymentStatus.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deploymentStatus", "description": "The new deployment status.", "args": [], "type": { "kind": "OBJECT", "name": "DeploymentStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateDiscussionInput", "description": "Autogenerated input type of CreateDiscussion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The id of the repository on which to create the discussion.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title of the discussion.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The body of the discussion.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "categoryId", "description": "The id of the discussion category to associate with this discussion.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateDiscussionPayload", "description": "Autogenerated return type of CreateDiscussion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion that was just created.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateEnterpriseOrganizationInput", "description": "Autogenerated input type of CreateEnterpriseOrganization", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise owning the new organization.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "login", "description": "The login of the new organization.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "profileName", "description": "The profile name of the new organization.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "billingEmail", "description": "The email used for sending billing receipts.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "adminLogins", "description": "The logins for the administrators of the new organization.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateEnterpriseOrganizationPayload", "description": "Autogenerated return type of CreateEnterpriseOrganization.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise that owns the created organization.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization that was created.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateEnvironmentInput", "description": "Autogenerated input type of CreateEnvironment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the environment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateEnvironmentPayload", "description": "Autogenerated return type of CreateEnvironment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "The new or existing environment.", "args": [], "type": { "kind": "OBJECT", "name": "Environment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateIpAllowListEntryInput", "description": "Autogenerated input type of CreateIpAllowListEntry", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the owner for which to create the new IP allow list entry.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "allowListValue", "description": "An IP address or range of addresses in CIDR notation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "An optional name for the IP allow list entry.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "isActive", "description": "Whether the IP allow list entry is active when an IP allow list is enabled.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateIpAllowListEntryPayload", "description": "Autogenerated return type of CreateIpAllowListEntry.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListEntry", "description": "The IP allow list entry that was created.", "args": [], "type": { "kind": "OBJECT", "name": "IpAllowListEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateIssueInput", "description": "Autogenerated input type of CreateIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title for the issue.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The body for the issue description.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "assigneeIds", "description": "The Node ID for the user assignee for this issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "milestoneId", "description": "The Node ID of the milestone for this issue.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "labelIds", "description": "An array of Node IDs of labels for this issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "projectIds", "description": "An array of Node IDs for projects associated with this issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "issueTemplate", "description": "The name of an issue template in the repository, assigns labels and assignees from the template to the issue", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateIssuePayload", "description": "Autogenerated return type of CreateIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The new issue.", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateLabelInput", "description": "Autogenerated input type of CreateLabel", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "color", "description": "A 6 character hex code, without the leading #, identifying the color of the label.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the label.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "description", "description": "A brief description of the label, such as its purpose.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateLabelPayload", "description": "Autogenerated return type of CreateLabel.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": "The new label.", "args": [], "type": { "kind": "OBJECT", "name": "Label", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateLinkedBranchInput", "description": "Autogenerated input type of CreateLinkedBranch", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "issueId", "description": "ID of the issue to link to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "oid", "description": "The commit SHA to base the new branch on.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the new branch. Defaults to issue number and title.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "ID of the repository to create the branch in. Defaults to the issue repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateLinkedBranchPayload", "description": "Autogenerated return type of CreateLinkedBranch.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue that was linked to.", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "linkedBranch", "description": "The new branch issue reference.", "args": [], "type": { "kind": "OBJECT", "name": "LinkedBranch", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateMigrationSourceInput", "description": "Autogenerated input type of CreateMigrationSource", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "name", "description": "The migration source name.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "url", "description": "The migration source URL, for example `https://github.com` or `https://monalisa.ghe.com`.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "accessToken", "description": "The migration source access token.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "type", "description": "The migration source type.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MigrationSourceType", "ofType": null } }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the organization that will own the migration source.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "githubPat", "description": "The GitHub personal access token of the user importing to the target repository.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateMigrationSourcePayload", "description": "Autogenerated return type of CreateMigrationSource.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "migrationSource", "description": "The created migration source.", "args": [], "type": { "kind": "OBJECT", "name": "MigrationSource", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateProjectInput", "description": "Autogenerated input type of CreateProject", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The owner ID to create the project under.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The description of project.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "template", "description": "The name of the GitHub-provided template.", "type": { "kind": "ENUM", "name": "ProjectTemplate", "ofType": null }, "defaultValue": null }, { "name": "repositoryIds", "description": "A list of repository IDs to create as linked repositories for the project", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateProjectPayload", "description": "Autogenerated return type of CreateProject.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The new project.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateProjectV2FieldInput", "description": "Autogenerated input type of CreateProjectV2Field", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to create the field in.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "dataType", "description": "The data type of the field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2CustomFieldType", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "singleSelectOptions", "description": "Options for a single select field. At least one value is required if data_type is SINGLE_SELECT", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectV2SingleSelectFieldOptionInput", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateProjectV2FieldPayload", "description": "Autogenerated return type of CreateProjectV2Field.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2Field", "description": "The new field.", "args": [], "type": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateProjectV2Input", "description": "Autogenerated input type of CreateProjectV2", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The owner ID to create the project under.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title of the project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "The repository to link the project to.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "teamId", "description": "The team to link the project to. The team will be granted read permissions.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateProjectV2Payload", "description": "Autogenerated return type of CreateProjectV2.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "The new project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateProjectV2StatusUpdateInput", "description": "Autogenerated input type of CreateProjectV2StatusUpdate", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to create the status update in.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "startDate", "description": "The start date of the status update.", "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "defaultValue": null }, { "name": "targetDate", "description": "The target date of the status update.", "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "defaultValue": null }, { "name": "status", "description": "The status of the status update.", "type": { "kind": "ENUM", "name": "ProjectV2StatusUpdateStatus", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The body of the status update.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateProjectV2StatusUpdatePayload", "description": "Autogenerated return type of CreateProjectV2StatusUpdate.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusUpdate", "description": "The status update updated in the project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2StatusUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreatePullRequestInput", "description": "Autogenerated input type of CreatePullRequest", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "baseRefName", "description": "The name of the branch you want your changes pulled into. This should be an existing branch\non the current repository. You cannot update the base branch on a pull request to point\nto another repository.\n", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "headRefName", "description": "The name of the branch where your changes are implemented. For cross-repository pull requests\nin the same network, namespace `head_ref_name` with a user like this: `username:branch`.\n", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "headRepositoryId", "description": "The Node ID of the head repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "title", "description": "The title of the pull request.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The contents of the pull request.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "maintainerCanModify", "description": "Indicates whether maintainers can modify the pull request.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "draft", "description": "Indicates whether this pull request should be a draft.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatePullRequestPayload", "description": "Autogenerated return type of CreatePullRequest.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The new pull request.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateRefInput", "description": "Autogenerated input type of CreateRef", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the Repository to create the Ref in.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The fully qualified name of the new Ref (ie: `refs/heads/my_new_branch`).", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "oid", "description": "The GitObjectID that the new Ref shall target. Must point to a commit.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateRefPayload", "description": "Autogenerated return type of CreateRef.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "The newly created ref.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateRepositoryInput", "description": "Autogenerated input type of CreateRepository", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "name", "description": "The name of the new repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the owner for the new repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "description", "description": "A short description of the new repository.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "visibility", "description": "Indicates the repository's visibility level.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null } }, "defaultValue": null }, { "name": "template", "description": "Whether this repository should be marked as a template such that anyone who can access it can create new repositories with the same files and directory structure.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "homepageUrl", "description": "The URL for a web page about this repository.", "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "defaultValue": null }, { "name": "hasWikiEnabled", "description": "Indicates if the repository should have the wiki feature enabled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "hasIssuesEnabled", "description": "Indicates if the repository should have the issues feature enabled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "teamId", "description": "When an organization is specified as the owner, this ID identifies the team that should be granted access to the new repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateRepositoryPayload", "description": "Autogenerated return type of CreateRepository.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The new repository.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateRepositoryRulesetInput", "description": "Autogenerated input type of CreateRepositoryRuleset", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sourceId", "description": "The global relay id of the source in which a new ruleset should be created in.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the ruleset.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "target", "description": "The target of the ruleset.", "type": { "kind": "ENUM", "name": "RepositoryRulesetTarget", "ofType": null }, "defaultValue": null }, { "name": "rules", "description": "The list of rules for this ruleset", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RepositoryRuleInput", "ofType": null } } }, "defaultValue": null }, { "name": "conditions", "description": "The set of conditions for this ruleset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RepositoryRuleConditionsInput", "ofType": null } }, "defaultValue": null }, { "name": "enforcement", "description": "The enforcement level for this ruleset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RuleEnforcement", "ofType": null } }, "defaultValue": null }, { "name": "bypassActors", "description": "A list of actors that are allowed to bypass rules in this ruleset.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RepositoryRulesetBypassActorInput", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateRepositoryRulesetPayload", "description": "Autogenerated return type of CreateRepositoryRuleset.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ruleset", "description": "The newly created Ruleset.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateSponsorsListingInput", "description": "Autogenerated input type of CreateSponsorsListing", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogin", "description": "The username of the organization to create a GitHub Sponsors profile for, if desired. Defaults to creating a GitHub Sponsors profile for the authenticated user if omitted.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "fiscalHostLogin", "description": "The username of the supported fiscal host's GitHub organization, if you want to receive sponsorship payouts through a fiscal host rather than directly to a bank account. For example, 'Open-Source-Collective' for Open Source Collective or 'numfocus' for numFOCUS. Case insensitive. See https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/using-a-fiscal-host-to-receive-github-sponsors-payouts for more information.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "fiscallyHostedProjectProfileUrl", "description": "The URL for your profile page on the fiscal host's website, e.g., https://opencollective.com/babel or https://numfocus.org/project/bokeh. Required if fiscalHostLogin is specified.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "billingCountryOrRegionCode", "description": "The country or region where the sponsorable's bank account is located. Required if fiscalHostLogin is not specified, ignored when fiscalHostLogin is specified.", "type": { "kind": "ENUM", "name": "SponsorsCountryOrRegionCode", "ofType": null }, "defaultValue": null }, { "name": "residenceCountryOrRegionCode", "description": "The country or region where the sponsorable resides. This is for tax purposes. Required if the sponsorable is yourself, ignored when sponsorableLogin specifies an organization.", "type": { "kind": "ENUM", "name": "SponsorsCountryOrRegionCode", "ofType": null }, "defaultValue": null }, { "name": "contactEmail", "description": "The email address we should use to contact you about the GitHub Sponsors profile being created. This will not be shared publicly. Must be a verified email address already on your GitHub account. Only relevant when the sponsorable is yourself. Defaults to your primary email address on file if omitted.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "fullDescription", "description": "Provide an introduction to serve as the main focus that appears on your GitHub Sponsors profile. It's a great opportunity to help potential sponsors learn more about you, your work, and why their sponsorship is important to you. GitHub-flavored Markdown is supported.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateSponsorsListingPayload", "description": "Autogenerated return type of CreateSponsorsListing.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsListing", "description": "The new GitHub Sponsors profile.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateSponsorsTierInput", "description": "Autogenerated input type of CreateSponsorsTier", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorableId", "description": "The ID of the user or organization who owns the GitHub Sponsors profile. Defaults to the current user if omitted and sponsorableLogin is not given.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogin", "description": "The username of the user or organization who owns the GitHub Sponsors profile. Defaults to the current user if omitted and sponsorableId is not given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "amount", "description": "The value of the new tier in US dollars. Valid values: 1-12000.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "isRecurring", "description": "Whether sponsorships using this tier should happen monthly/yearly or just once.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "repositoryId", "description": "Optional ID of the private repository that sponsors at this tier should gain read-only access to. Must be owned by an organization.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "repositoryOwnerLogin", "description": "Optional login of the organization owner of the private repository that sponsors at this tier should gain read-only access to. Necessary if repositoryName is given. Will be ignored if repositoryId is given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryName", "description": "Optional name of the private repository that sponsors at this tier should gain read-only access to. Must be owned by an organization. Necessary if repositoryOwnerLogin is given. Will be ignored if repositoryId is given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "welcomeMessage", "description": "Optional message new sponsors at this tier will receive.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": "A description of what this tier is, what perks sponsors might receive, what a sponsorship at this tier means for you, etc.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "publish", "description": "Whether to make the tier available immediately for sponsors to choose. Defaults to creating a draft tier that will not be publicly visible.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateSponsorsTierPayload", "description": "Autogenerated return type of CreateSponsorsTier.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsTier", "description": "The new tier.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateSponsorshipInput", "description": "Autogenerated input type of CreateSponsorship", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorId", "description": "The ID of the user or organization who is acting as the sponsor, paying for the sponsorship. Required if sponsorLogin is not given.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "sponsorLogin", "description": "The username of the user or organization who is acting as the sponsor, paying for the sponsorship. Required if sponsorId is not given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorableId", "description": "The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogin", "description": "The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "tierId", "description": "The ID of one of sponsorable's existing tiers to sponsor at. Required if amount is not specified.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "amount", "description": "The amount to pay to the sponsorable in US dollars. Required if a tierId is not specified. Valid values: 1-12000.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "isRecurring", "description": "Whether the sponsorship should happen monthly/yearly or just this one time. Required if a tierId is not specified.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "receiveEmails", "description": "Whether the sponsor should receive email updates from the sponsorable.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "privacyLevel", "description": "Specify whether others should be able to see that the sponsor is sponsoring the sponsorable. Public visibility still does not reveal which tier is used.", "type": { "kind": "ENUM", "name": "SponsorshipPrivacy", "ofType": null }, "defaultValue": "PUBLIC" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateSponsorshipPayload", "description": "Autogenerated return type of CreateSponsorship.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorship", "description": "The sponsorship that was started.", "args": [], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateSponsorshipsInput", "description": "Autogenerated input type of CreateSponsorships", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorLogin", "description": "The username of the user or organization who is acting as the sponsor, paying for the sponsorships.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "sponsorships", "description": "The list of maintainers to sponsor and for how much apiece.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BulkSponsorship", "ofType": null } } } }, "defaultValue": null }, { "name": "receiveEmails", "description": "Whether the sponsor should receive email updates from the sponsorables.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "privacyLevel", "description": "Specify whether others should be able to see that the sponsor is sponsoring the sponsorables. Public visibility still does not reveal the dollar value of the sponsorship.", "type": { "kind": "ENUM", "name": "SponsorshipPrivacy", "ofType": null }, "defaultValue": "PUBLIC" }, { "name": "recurring", "description": "Whether the sponsorships created should continue each billing cycle for the sponsor (monthly or annually), versus lasting only a single month. Defaults to one-time sponsorships.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateSponsorshipsPayload", "description": "Autogenerated return type of CreateSponsorships.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorables", "description": "The users and organizations who received a sponsorship.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateTeamDiscussionCommentInput", "description": "Autogenerated input type of CreateTeamDiscussionComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "discussionId", "description": "The ID of the discussion to which the comment belongs. This field is required.\n\n**Upcoming Change on 2024-07-01 UTC**\n**Description:** `discussionId` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n**Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The content of the comment. This field is required.\n\n**Upcoming Change on 2024-07-01 UTC**\n**Description:** `body` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n**Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateTeamDiscussionCommentPayload", "description": "Autogenerated return type of CreateTeamDiscussionComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamDiscussionComment", "description": "The new comment.", "args": [], "type": { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateTeamDiscussionInput", "description": "Autogenerated input type of CreateTeamDiscussion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "teamId", "description": "The ID of the team to which the discussion belongs. This field is required.\n\n**Upcoming Change on 2024-07-01 UTC**\n**Description:** `teamId` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n**Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "title", "description": "The title of the discussion. This field is required.\n\n**Upcoming Change on 2024-07-01 UTC**\n**Description:** `title` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n**Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The content of the discussion. This field is required.\n\n**Upcoming Change on 2024-07-01 UTC**\n**Description:** `body` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n**Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "private", "description": "If true, restricts the visibility of this discussion to team members and organization owners. If false or not specified, allows any organization member to view this discussion.\n\n**Upcoming Change on 2024-07-01 UTC**\n**Description:** `private` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n**Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateTeamDiscussionPayload", "description": "Autogenerated return type of CreateTeamDiscussion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamDiscussion", "description": "The new discussion.", "args": [], "type": { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateUserListInput", "description": "Autogenerated input type of CreateUserList", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "name", "description": "The name of the new list", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "description", "description": "A description of the list", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "isPrivate", "description": "Whether or not the list is private", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateUserListPayload", "description": "Autogenerated return type of CreateUserList.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "list", "description": "The list that was just created", "args": [], "type": { "kind": "OBJECT", "name": "UserList", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewer", "description": "The user who created the list", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedCommitContribution", "description": "Represents the contribution a user made by committing to a repository.", "fields": [ { "name": "commitCount", "description": "How many commits were made on this day to this repository by the user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRestricted", "description": "Whether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "occurredAt", "description": "When this contribution was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository the user made a commit in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made this contribution.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Contribution", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedCommitContributionConnection", "description": "The connection type for CreatedCommitContribution.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedCommitContributionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedCommitContribution", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of commits across days and repositories in the connection.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedCommitContributionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CreatedCommitContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedIssueContribution", "description": "Represents the contribution a user made on GitHub by opening an issue.", "fields": [ { "name": "isRestricted", "description": "Whether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue that was opened.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "occurredAt", "description": "When this contribution was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made this contribution.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Contribution", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedIssueContributionConnection", "description": "The connection type for CreatedIssueContribution.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedIssueContributionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedIssueContribution", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedIssueContributionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CreatedIssueContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "CreatedIssueOrRestrictedContribution", "description": "Represents either a issue the viewer can access or a restricted contribution.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CreatedIssueContribution", "ofType": null }, { "kind": "OBJECT", "name": "RestrictedContribution", "ofType": null } ] }, { "kind": "OBJECT", "name": "CreatedPullRequestContribution", "description": "Represents the contribution a user made on GitHub by opening a pull request.", "fields": [ { "name": "isRestricted", "description": "Whether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "occurredAt", "description": "When this contribution was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that was opened.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made this contribution.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Contribution", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedPullRequestContributionConnection", "description": "The connection type for CreatedPullRequestContribution.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedPullRequestContributionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedPullRequestContribution", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedPullRequestContributionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CreatedPullRequestContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "CreatedPullRequestOrRestrictedContribution", "description": "Represents either a pull request the viewer can access or a restricted contribution.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CreatedPullRequestContribution", "ofType": null }, { "kind": "OBJECT", "name": "RestrictedContribution", "ofType": null } ] }, { "kind": "OBJECT", "name": "CreatedPullRequestReviewContribution", "description": "Represents the contribution a user made by leaving a review on a pull request.", "fields": [ { "name": "isRestricted", "description": "Whether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "occurredAt", "description": "When this contribution was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request the user reviewed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReview", "description": "The review the user left on the pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository containing the pull request that the user reviewed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made this contribution.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Contribution", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedPullRequestReviewContributionConnection", "description": "The connection type for CreatedPullRequestReviewContribution.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedPullRequestReviewContributionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedPullRequestReviewContribution", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedPullRequestReviewContributionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CreatedPullRequestReviewContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedRepositoryContribution", "description": "Represents the contribution a user made on GitHub by creating a repository.", "fields": [ { "name": "isRestricted", "description": "Whether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "occurredAt", "description": "When this contribution was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made this contribution.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Contribution", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedRepositoryContributionConnection", "description": "The connection type for CreatedRepositoryContribution.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedRepositoryContributionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedRepositoryContribution", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreatedRepositoryContributionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "CreatedRepositoryContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "CreatedRepositoryOrRestrictedContribution", "description": "Represents either a repository the viewer can access or a restricted contribution.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CreatedRepositoryContribution", "ofType": null }, { "kind": "OBJECT", "name": "RestrictedContribution", "ofType": null } ] }, { "kind": "OBJECT", "name": "CrossReferencedEvent", "description": "Represents a mention made by one issue or pull request to another.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the CrossReferencedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCrossRepository", "description": "Reference originated in a different repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referencedAt", "description": "Identifies when the reference was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": "Issue or pull request that made the reference.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ReferencedSubject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "target", "description": "Issue or pull request to which the reference was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ReferencedSubject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "willCloseTarget", "description": "Checks if the target will be closed when the source is merged.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Date", "description": "An ISO-8601 encoded date string.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "DateTime", "description": "An ISO-8601 encoded UTC date string.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeclineTopicSuggestionInput", "description": "Autogenerated input type of DeclineTopicSuggestion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.\n\n**Upcoming Change on 2024-04-01 UTC**\n**Description:** `repositoryId` will be removed.\n**Reason:** Suggested topics are no longer supported\n", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "name", "description": "The name of the suggested topic.\n\n**Upcoming Change on 2024-04-01 UTC**\n**Description:** `name` will be removed.\n**Reason:** Suggested topics are no longer supported\n", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "reason", "description": "The reason why the suggested topic is declined.\n\n**Upcoming Change on 2024-04-01 UTC**\n**Description:** `reason` will be removed.\n**Reason:** Suggested topics are no longer supported\n", "type": { "kind": "ENUM", "name": "TopicSuggestionDeclineReason", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeclineTopicSuggestionPayload", "description": "Autogenerated return type of DeclineTopicSuggestion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "topic", "description": "The declined topic.", "args": [], "type": { "kind": "OBJECT", "name": "Topic", "ofType": null }, "isDeprecated": true, "deprecationReason": "Suggested topics are no longer supported Removal on 2024-04-01 UTC." } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DefaultRepositoryPermissionField", "description": "The possible base permissions for repositories.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NONE", "description": "No access", "isDeprecated": false, "deprecationReason": null }, { "name": "READ", "description": "Can read repos by default", "isDeprecated": false, "deprecationReason": null }, { "name": "WRITE", "description": "Can read and write repos by default", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "Can read, write, and administrate repos by default", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "Deletable", "description": "Entities that can be deleted.", "fields": [ { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "GistComment", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "DeleteBranchProtectionRuleInput", "description": "Autogenerated input type of DeleteBranchProtectionRule", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "branchProtectionRuleId", "description": "The global relay id of the branch protection rule to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteBranchProtectionRulePayload", "description": "Autogenerated return type of DeleteBranchProtectionRule.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteDeploymentInput", "description": "Autogenerated input type of DeleteDeployment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node ID of the deployment to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteDeploymentPayload", "description": "Autogenerated return type of DeleteDeployment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteDiscussionCommentInput", "description": "Autogenerated input type of DeleteDiscussionComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node id of the discussion comment to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteDiscussionCommentPayload", "description": "Autogenerated return type of DeleteDiscussionComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": "The discussion comment that was just deleted.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteDiscussionInput", "description": "Autogenerated input type of DeleteDiscussion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The id of the discussion to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteDiscussionPayload", "description": "Autogenerated return type of DeleteDiscussion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion that was just deleted.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteEnvironmentInput", "description": "Autogenerated input type of DeleteEnvironment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node ID of the environment to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteEnvironmentPayload", "description": "Autogenerated return type of DeleteEnvironment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteIpAllowListEntryInput", "description": "Autogenerated input type of DeleteIpAllowListEntry", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ipAllowListEntryId", "description": "The ID of the IP allow list entry to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteIpAllowListEntryPayload", "description": "Autogenerated return type of DeleteIpAllowListEntry.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListEntry", "description": "The IP allow list entry that was deleted.", "args": [], "type": { "kind": "OBJECT", "name": "IpAllowListEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteIssueCommentInput", "description": "Autogenerated input type of DeleteIssueComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the comment to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteIssueCommentPayload", "description": "Autogenerated return type of DeleteIssueComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteIssueInput", "description": "Autogenerated input type of DeleteIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "issueId", "description": "The ID of the issue to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteIssuePayload", "description": "Autogenerated return type of DeleteIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository the issue belonged to", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteLabelInput", "description": "Autogenerated input type of DeleteLabel", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node ID of the label to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteLabelPayload", "description": "Autogenerated return type of DeleteLabel.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteLinkedBranchInput", "description": "Autogenerated input type of DeleteLinkedBranch", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "linkedBranchId", "description": "The ID of the linked branch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteLinkedBranchPayload", "description": "Autogenerated return type of DeleteLinkedBranch.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue the linked branch was unlinked from.", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeletePackageVersionInput", "description": "Autogenerated input type of DeletePackageVersion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "packageVersionId", "description": "The ID of the package version to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeletePackageVersionPayload", "description": "Autogenerated return type of DeletePackageVersion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Whether or not the operation succeeded.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteProjectCardInput", "description": "Autogenerated input type of DeleteProjectCard", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "cardId", "description": "The id of the card to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteProjectCardPayload", "description": "Autogenerated return type of DeleteProjectCard.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "column", "description": "The column the deleted card was in.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectColumn", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedCardId", "description": "The deleted card ID.", "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteProjectColumnInput", "description": "Autogenerated input type of DeleteProjectColumn", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "columnId", "description": "The id of the column to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteProjectColumnPayload", "description": "Autogenerated return type of DeleteProjectColumn.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedColumnId", "description": "The deleted column ID.", "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project the deleted column was in.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteProjectInput", "description": "Autogenerated input type of DeleteProject", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The Project ID to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteProjectPayload", "description": "Autogenerated return type of DeleteProject.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The repository or organization the project was removed from.", "args": [], "type": { "kind": "INTERFACE", "name": "ProjectOwner", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2FieldInput", "description": "Autogenerated input type of DeleteProjectV2Field", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "fieldId", "description": "The ID of the field to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteProjectV2FieldPayload", "description": "Autogenerated return type of DeleteProjectV2Field.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2Field", "description": "The deleted field.", "args": [], "type": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2Input", "description": "Autogenerated input type of DeleteProjectV2", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2ItemInput", "description": "Autogenerated input type of DeleteProjectV2Item", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project from which the item should be removed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "itemId", "description": "The ID of the item to be removed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteProjectV2ItemPayload", "description": "Autogenerated return type of DeleteProjectV2Item.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedItemId", "description": "The ID of the deleted item.", "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteProjectV2Payload", "description": "Autogenerated return type of DeleteProjectV2.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "The deleted Project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2StatusUpdateInput", "description": "Autogenerated input type of DeleteProjectV2StatusUpdate", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "statusUpdateId", "description": "The ID of the status update to be removed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteProjectV2StatusUpdatePayload", "description": "Autogenerated return type of DeleteProjectV2StatusUpdate.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedStatusUpdateId", "description": "The ID of the deleted status update.", "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "The project the deleted status update was in.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2WorkflowInput", "description": "Autogenerated input type of DeleteProjectV2Workflow", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "workflowId", "description": "The ID of the workflow to be removed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteProjectV2WorkflowPayload", "description": "Autogenerated return type of DeleteProjectV2Workflow.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedWorkflowId", "description": "The ID of the deleted workflow.", "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "The project the deleted workflow was in.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeletePullRequestReviewCommentInput", "description": "Autogenerated input type of DeletePullRequestReviewComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the comment to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeletePullRequestReviewCommentPayload", "description": "Autogenerated return type of DeletePullRequestReviewComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReview", "description": "The pull request review the deleted comment belonged to.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReviewComment", "description": "The deleted pull request review comment.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeletePullRequestReviewInput", "description": "Autogenerated input type of DeletePullRequestReview", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewId", "description": "The Node ID of the pull request review to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeletePullRequestReviewPayload", "description": "Autogenerated return type of DeletePullRequestReview.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReview", "description": "The deleted pull request review.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteRefInput", "description": "Autogenerated input type of DeleteRef", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "refId", "description": "The Node ID of the Ref to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteRefPayload", "description": "Autogenerated return type of DeleteRef.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteRepositoryRulesetInput", "description": "Autogenerated input type of DeleteRepositoryRuleset", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryRulesetId", "description": "The global relay id of the repository ruleset to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteRepositoryRulesetPayload", "description": "Autogenerated return type of DeleteRepositoryRuleset.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteTeamDiscussionCommentInput", "description": "Autogenerated input type of DeleteTeamDiscussionComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the comment to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteTeamDiscussionCommentPayload", "description": "Autogenerated return type of DeleteTeamDiscussionComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteTeamDiscussionInput", "description": "Autogenerated input type of DeleteTeamDiscussion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The discussion ID to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteTeamDiscussionPayload", "description": "Autogenerated return type of DeleteTeamDiscussion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteUserListInput", "description": "Autogenerated input type of DeleteUserList", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "listId", "description": "The ID of the list to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteUserListPayload", "description": "Autogenerated return type of DeleteUserList.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The owner of the list that will be deleted", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeleteVerifiableDomainInput", "description": "Autogenerated input type of DeleteVerifiableDomain", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the verifiable domain to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeleteVerifiableDomainPayload", "description": "Autogenerated return type of DeleteVerifiableDomain.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The owning account from which the domain was deleted.", "args": [], "type": { "kind": "UNION", "name": "VerifiableDomainOwner", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DemilestonedEvent", "description": "Represents a 'demilestoned' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DemilestonedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "milestoneTitle", "description": "Identifies the milestone title associated with the 'demilestoned' event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "Object referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "MilestoneItem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DependabotUpdate", "description": "A Dependabot Update for a dependency in a repository", "fields": [ { "name": "error", "description": "The error from a dependency update", "args": [], "type": { "kind": "OBJECT", "name": "DependabotUpdateError", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The associated pull request", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DependabotUpdateError", "description": "An error produced from a Dependabot Update", "fields": [ { "name": "body", "description": "The body of the error", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "errorType", "description": "The error code", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The title of the error", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DependencyGraphDependency", "description": "A dependency manifest entry", "fields": [ { "name": "hasDependencies", "description": "Does the dependency itself have dependencies?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "packageLabel", "description": "The original name of the package, as it appears in the manifest.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": true, "deprecationReason": "`packageLabel` will be removed. Use normalized `packageName` field instead. Removal on 2022-10-01 UTC." }, { "name": "packageManager", "description": "The dependency package manager", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "packageName", "description": "The name of the package in the canonical form used by the package manager.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository containing the package", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requirements", "description": "The dependency version requirements", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DependencyGraphDependencyConnection", "description": "The connection type for DependencyGraphDependency.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyGraphDependencyEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyGraphDependency", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DependencyGraphDependencyEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DependencyGraphDependency", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DependencyGraphEcosystem", "description": "The possible ecosystems of a dependency graph package.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "RUBYGEMS", "description": "Ruby gems hosted at RubyGems.org", "isDeprecated": false, "deprecationReason": null }, { "name": "NPM", "description": "JavaScript packages hosted at npmjs.com", "isDeprecated": false, "deprecationReason": null }, { "name": "PIP", "description": "Python packages hosted at PyPI.org", "isDeprecated": false, "deprecationReason": null }, { "name": "MAVEN", "description": "Java artifacts hosted at the Maven central repository", "isDeprecated": false, "deprecationReason": null }, { "name": "NUGET", "description": ".NET packages hosted at the NuGet Gallery", "isDeprecated": false, "deprecationReason": null }, { "name": "COMPOSER", "description": "PHP packages hosted at packagist.org", "isDeprecated": false, "deprecationReason": null }, { "name": "GO", "description": "Go modules", "isDeprecated": false, "deprecationReason": null }, { "name": "ACTIONS", "description": "GitHub Actions", "isDeprecated": false, "deprecationReason": null }, { "name": "RUST", "description": "Rust crates", "isDeprecated": false, "deprecationReason": null }, { "name": "PUB", "description": "Dart packages hosted at pub.dev", "isDeprecated": false, "deprecationReason": null }, { "name": "SWIFT", "description": "Swift packages", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "DependencyGraphManifest", "description": "Dependency manifest for a repository", "fields": [ { "name": "blobPath", "description": "Path to view the manifest file blob", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dependencies", "description": "A list of manifest dependencies", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DependencyGraphDependencyConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dependenciesCount", "description": "The number of dependencies listed in the manifest", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "exceedsMaxSize", "description": "Is the manifest too big to parse?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "filename", "description": "Fully qualified manifest filename", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DependencyGraphManifest object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parseable", "description": "Were we able to parse the manifest?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository containing the manifest", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DependencyGraphManifestConnection", "description": "The connection type for DependencyGraphManifest.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyGraphManifestEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyGraphManifest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DependencyGraphManifestEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DependencyGraphManifest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeployKey", "description": "A repository deploy key.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DeployKey object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "key", "description": "The deploy key.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "readOnly", "description": "Whether or not the deploy key is read only.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The deploy key title.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verified", "description": "Whether or not the deploy key has been verified.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeployKeyConnection", "description": "The connection type for DeployKey.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeployKeyEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeployKey", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeployKeyEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DeployKey", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeployedEvent", "description": "Represents a 'deployed' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployment", "description": "The deployment associated with the 'deployed' event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Deployment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DeployedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "The ref associated with the 'deployed' event.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Deployment", "description": "Represents triggered deployment instance.", "fields": [ { "name": "commit", "description": "Identifies the commit sha of the deployment.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitOid", "description": "Identifies the oid of the deployment commit, even if the commit has been deleted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "Identifies the actor who triggered the deployment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Actor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The deployment description.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "The latest environment to which this deployment was made.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Deployment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "latestEnvironment", "description": "The latest environment to which this deployment was made.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "latestStatus", "description": "The latest status of this deployment.", "args": [], "type": { "kind": "OBJECT", "name": "DeploymentStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "originalEnvironment", "description": "The original environment to which this deployment was made.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "payload", "description": "Extra information that a deployment system might need.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "Identifies the Ref of the deployment, if the deployment was created by ref.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "Identifies the repository associated with the deployment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The current state of the deployment.", "args": [], "type": { "kind": "ENUM", "name": "DeploymentState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statuses", "description": "A list of statuses associated with the deployment.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeploymentStatusConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "task", "description": "The deployment task.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentConnection", "description": "The connection type for Deployment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Deployment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Deployment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentEnvironmentChangedEvent", "description": "Represents a 'deployment_environment_changed' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deploymentStatus", "description": "The deployment status that updated the deployment environment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DeploymentEnvironmentChangedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DeploymentOrder", "description": "Ordering options for deployment connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order deployments by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DeploymentOrderField", "description": "Properties by which deployment connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order collection by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentProtectionRule", "description": "A protection rule.", "fields": [ { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "preventSelfReview", "description": "Whether deployments to this environment can be approved by the user who created the deployment.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewers", "description": "The teams or users that can review the deployment", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentReviewerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "timeout", "description": "The timeout in minutes for this protection rule.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "The type of protection rule.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentProtectionRuleType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentProtectionRuleConnection", "description": "The connection type for DeploymentProtectionRule.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentProtectionRuleEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentProtectionRule", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentProtectionRuleEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DeploymentProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DeploymentProtectionRuleType", "description": "The possible protection rule types.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "REQUIRED_REVIEWERS", "description": "Required reviewers", "isDeprecated": false, "deprecationReason": null }, { "name": "WAIT_TIMER", "description": "Wait timer", "isDeprecated": false, "deprecationReason": null }, { "name": "BRANCH_POLICY", "description": "Branch policy", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentRequest", "description": "A request to deploy a workflow run to an environment.", "fields": [ { "name": "currentUserCanApprove", "description": "Whether or not the current user can approve the deployment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "The target environment of the deployment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Environment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewers", "description": "The teams or users that can review the deployment", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentReviewerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "waitTimer", "description": "The wait timer in minutes configured in the environment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "waitTimerStartedAt", "description": "The wait timer in minutes configured in the environment", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentRequestConnection", "description": "The connection type for DeploymentRequest.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentRequestEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentRequestEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DeploymentRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentReview", "description": "A deployment review.", "fields": [ { "name": "comment", "description": "The comment the user left.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environments", "description": "The environments approved or rejected", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnvironmentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DeploymentReview object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The decision of the user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentReviewState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user that reviewed the deployment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentReviewConnection", "description": "The connection type for DeploymentReview.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentReviewEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentReview", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentReviewEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DeploymentReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DeploymentReviewState", "description": "The possible states for a deployment review.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "APPROVED", "description": "The deployment was approved.", "isDeprecated": false, "deprecationReason": null }, { "name": "REJECTED", "description": "The deployment was rejected.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "DeploymentReviewer", "description": "Users and teams.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "DeploymentReviewerConnection", "description": "The connection type for DeploymentReviewer.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentReviewerEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "DeploymentReviewer", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentReviewerEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "DeploymentReviewer", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DeploymentState", "description": "The possible states in which a deployment can be.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ABANDONED", "description": "The pending deployment was not updated after 30 minutes.", "isDeprecated": false, "deprecationReason": null }, { "name": "ACTIVE", "description": "The deployment is currently active.", "isDeprecated": false, "deprecationReason": null }, { "name": "DESTROYED", "description": "An inactive transient deployment.", "isDeprecated": false, "deprecationReason": null }, { "name": "ERROR", "description": "The deployment experienced an error.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILURE", "description": "The deployment has failed.", "isDeprecated": false, "deprecationReason": null }, { "name": "INACTIVE", "description": "The deployment is inactive.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING", "description": "The deployment is pending.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUCCESS", "description": "The deployment was successful.", "isDeprecated": false, "deprecationReason": null }, { "name": "QUEUED", "description": "The deployment has queued", "isDeprecated": false, "deprecationReason": null }, { "name": "IN_PROGRESS", "description": "The deployment is in progress.", "isDeprecated": false, "deprecationReason": null }, { "name": "WAITING", "description": "The deployment is waiting.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentStatus", "description": "Describes the status of a given deployment attempt.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "Identifies the actor who triggered the deployment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Actor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployment", "description": "Identifies the deployment associated with status.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Deployment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Identifies the description of the deployment.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "Identifies the environment of the deployment at the time of this deployment status", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environmentUrl", "description": "Identifies the environment URL of the deployment.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DeploymentStatus object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "logUrl", "description": "Identifies the log URL of the deployment.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "Identifies the current state of the deployment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentStatusState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentStatusConnection", "description": "The connection type for DeploymentStatus.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentStatusEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeploymentStatusEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DeploymentStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DeploymentStatusState", "description": "The possible states for a deployment status.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PENDING", "description": "The deployment is pending.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUCCESS", "description": "The deployment was successful.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILURE", "description": "The deployment has failed.", "isDeprecated": false, "deprecationReason": null }, { "name": "INACTIVE", "description": "The deployment is inactive.", "isDeprecated": false, "deprecationReason": null }, { "name": "ERROR", "description": "The deployment experienced an error.", "isDeprecated": false, "deprecationReason": null }, { "name": "QUEUED", "description": "The deployment is queued", "isDeprecated": false, "deprecationReason": null }, { "name": "IN_PROGRESS", "description": "The deployment is in progress.", "isDeprecated": false, "deprecationReason": null }, { "name": "WAITING", "description": "The deployment is waiting.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DequeuePullRequestInput", "description": "Autogenerated input type of DequeuePullRequest", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the pull request to be dequeued.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DequeuePullRequestPayload", "description": "Autogenerated return type of DequeuePullRequest.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeQueueEntry", "description": "The merge queue entry of the dequeued pull request.", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueueEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DiffSide", "description": "The possible sides of a diff.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LEFT", "description": "The left side of the diff.", "isDeprecated": false, "deprecationReason": null }, { "name": "RIGHT", "description": "The right side of the diff.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DisablePullRequestAutoMergeInput", "description": "Autogenerated input type of DisablePullRequestAutoMerge", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "ID of the pull request to disable auto merge on.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DisablePullRequestAutoMergePayload", "description": "Autogenerated return type of DisablePullRequestAutoMerge.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request auto merge was disabled on.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DisconnectedEvent", "description": "Represents a 'disconnected' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DisconnectedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCrossRepository", "description": "Reference originated in a different repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": "Issue or pull request from which the issue was disconnected.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ReferencedSubject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "Issue or pull request which was disconnected.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ReferencedSubject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Discussion", "description": "A discussion in a repository.", "fields": [ { "name": "activeLockReason", "description": "Reason that the conversation was locked.", "args": [], "type": { "kind": "ENUM", "name": "LockReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "answer", "description": "The comment chosen as this discussion's answer, if any.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "answerChosenAt", "description": "The time when a user chose this discussion's answer, if answered.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "answerChosenBy", "description": "The user who chose this discussion's answer, if answered.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The main text of the discussion post.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": "The category for this discussion.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closed", "description": "Indicates if the object is closed (definition of closed may depend on type)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closedAt", "description": "Identifies the date and time when the object was closed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comments", "description": "The replies to the discussion.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Discussion object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isAnswered", "description": "Only return answered/unanswered discussions", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "labels", "description": "A list of labels associated with the object.", "args": [ { "name": "orderBy", "description": "Ordering options for labels returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "LabelOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "locked", "description": "`true` if the object is locked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "The number identifying this discussion within the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "poll", "description": "The poll associated with this discussion, if one exists.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionPoll", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The path for this discussion.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stateReason", "description": "Identifies the reason for the discussion's state.", "args": [], "type": { "kind": "ENUM", "name": "DiscussionStateReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The title of this discussion.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "upvoteCount", "description": "Number of upvotes that this subject has received.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The URL for this discussion.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanClose", "description": "Indicates if the object can be closed by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReopen", "description": "Indicates if the object can be reopened by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpvote", "description": "Whether or not the current user can add or remove an upvote on this subject.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasUpvoted", "description": "Whether or not the current user has already upvoted this subject.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.", "args": [], "type": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Closable", "ofType": null }, { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Labelable", "ofType": null }, { "kind": "INTERFACE", "name": "Lockable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null }, { "kind": "INTERFACE", "name": "Subscribable", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "Votable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionCategory", "description": "A category for discussions in a repository.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "A description of this category.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "emoji", "description": "An emoji representing this category.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "emojiHTML", "description": "This category's emoji rendered as HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DiscussionCategory object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isAnswerable", "description": "Whether or not discussions in this category support choosing an answer with the markDiscussionCommentAsAnswer mutation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of this category.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": "The slug of this category.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionCategoryConnection", "description": "The connection type for DiscussionCategory.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCategoryEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionCategoryEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DiscussionCloseReason", "description": "The possible reasons for closing a discussion.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "RESOLVED", "description": "The discussion has been resolved", "isDeprecated": false, "deprecationReason": null }, { "name": "OUTDATED", "description": "The discussion is no longer relevant", "isDeprecated": false, "deprecationReason": null }, { "name": "DUPLICATE", "description": "The discussion is a duplicate of another", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionComment", "description": "A comment on a discussion.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The body as Markdown.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": "The time when this replied-to comment was deleted", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion this comment was created in", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DiscussionComment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isAnswer", "description": "Has this comment been chosen as the answer of its discussion?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of `abuse`, `off-topic`, `outdated`, `resolved`, `duplicate` and `spam`. Note that the case and formatting of these values differs from the inputs to the `MinimizeComment` mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "replies", "description": "The threaded replies to this comment.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "replyTo", "description": "The discussion comment this comment is a reply to", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The path for this discussion comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "upvoteCount", "description": "Number of upvotes that this subject has received.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The URL for this discussion comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMarkAsAnswer", "description": "Can the current user mark this comment as an answer?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUnmarkAsAnswer", "description": "Can the current user unmark this comment as an answer?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpvote", "description": "Whether or not the current user can add or remove an upvote on this subject.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasUpvoted", "description": "Whether or not the current user has already upvoted this subject.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Minimizable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null }, { "kind": "INTERFACE", "name": "Votable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionCommentConnection", "description": "The connection type for DiscussionComment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCommentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionCommentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionConnection", "description": "The connection type for Discussion.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Discussion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DiscussionOrder", "description": "Ways in which lists of discussions can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field by which to order discussions.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiscussionOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order discussions by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DiscussionOrderField", "description": "Properties by which discussion connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order discussions by creation time.", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order discussions by most recent modification time.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionPoll", "description": "A poll for a discussion.", "fields": [ { "name": "discussion", "description": "The discussion that this poll belongs to.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DiscussionPoll object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "options", "description": "The options for this poll.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "How to order the options for the discussion poll.", "type": { "kind": "INPUT_OBJECT", "name": "DiscussionPollOptionOrder", "ofType": null }, "defaultValue": "{field: AUTHORED_ORDER, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "DiscussionPollOptionConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "question", "description": "The question that is being asked by this poll.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalVoteCount", "description": "The total number of votes that have been cast for this poll.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanVote", "description": "Indicates if the viewer has permission to vote in this poll.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasVoted", "description": "Indicates if the viewer has voted for any option in this poll.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionPollOption", "description": "An option for a discussion poll.", "fields": [ { "name": "id", "description": "The Node ID of the DiscussionPollOption object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "option", "description": "The text for this option.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "poll", "description": "The discussion poll that this option belongs to.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionPoll", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalVoteCount", "description": "The total number of votes that have been cast for this option.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasVoted", "description": "Indicates if the viewer has voted for this option in the poll.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionPollOptionConnection", "description": "The connection type for DiscussionPollOption.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionPollOptionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionPollOption", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DiscussionPollOptionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionPollOption", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DiscussionPollOptionOrder", "description": "Ordering options for discussion poll option connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order poll options by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiscussionPollOptionOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DiscussionPollOptionOrderField", "description": "Properties by which discussion poll option connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "AUTHORED_ORDER", "description": "Order poll options by the order that the poll author specified when creating the poll.", "isDeprecated": false, "deprecationReason": null }, { "name": "VOTE_COUNT", "description": "Order poll options by the number of votes it has.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "DiscussionState", "description": "The possible states of a discussion.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "A discussion that is open", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED", "description": "A discussion that has been closed", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "DiscussionStateReason", "description": "The possible state reasons of a discussion.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "RESOLVED", "description": "The discussion has been resolved", "isDeprecated": false, "deprecationReason": null }, { "name": "OUTDATED", "description": "The discussion is no longer relevant", "isDeprecated": false, "deprecationReason": null }, { "name": "DUPLICATE", "description": "The discussion is a duplicate of another", "isDeprecated": false, "deprecationReason": null }, { "name": "REOPENED", "description": "The discussion was reopened", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DismissPullRequestReviewInput", "description": "Autogenerated input type of DismissPullRequestReview", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewId", "description": "The Node ID of the pull request review to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "message", "description": "The contents of the pull request review dismissal message.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DismissPullRequestReviewPayload", "description": "Autogenerated return type of DismissPullRequestReview.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReview", "description": "The dismissed pull request review.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DismissReason", "description": "The possible reasons that a Dependabot alert was dismissed.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "FIX_STARTED", "description": "A fix has already been started", "isDeprecated": false, "deprecationReason": null }, { "name": "NO_BANDWIDTH", "description": "No bandwidth to fix this", "isDeprecated": false, "deprecationReason": null }, { "name": "TOLERABLE_RISK", "description": "Risk is tolerable to this project", "isDeprecated": false, "deprecationReason": null }, { "name": "INACCURATE", "description": "This alert is inaccurate or incorrect", "isDeprecated": false, "deprecationReason": null }, { "name": "NOT_USED", "description": "Vulnerable code is not actually used", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DismissRepositoryVulnerabilityAlertInput", "description": "Autogenerated input type of DismissRepositoryVulnerabilityAlert", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryVulnerabilityAlertId", "description": "The Dependabot alert ID to dismiss.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "dismissReason", "description": "The reason the Dependabot alert is being dismissed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DismissReason", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DismissRepositoryVulnerabilityAlertPayload", "description": "Autogenerated return type of DismissRepositoryVulnerabilityAlert.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryVulnerabilityAlert", "description": "The Dependabot alert that was dismissed", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlert", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DraftIssue", "description": "A draft issue within a project.", "fields": [ { "name": "assignees", "description": "A list of users to assigned to this draft issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The body of the draft issue.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body of the draft issue rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body of the draft issue rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created this draft issue.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the DraftIssue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2Items", "description": "List of items linked with the draft issue (currently draft issue can be linked to only one item).", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsV2", "description": "Projects that link to this draft issue (currently draft issue can be linked to only one project).", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The title of the draft issue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DraftPullRequestReviewComment", "description": "Specifies a review comment to be left with a Pull Request Review.", "fields": null, "inputFields": [ { "name": "path", "description": "Path to the file being commented on.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "position", "description": "Position in the file to leave a comment on.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "Body of the comment to leave.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DraftPullRequestReviewThread", "description": "Specifies a review comment thread to be left with a Pull Request Review.", "fields": null, "inputFields": [ { "name": "path", "description": "Path to the file being commented on.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "line", "description": "The line of the blob to which the thread refers. The end of the line range for multi-line comments.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "side", "description": "The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range.", "type": { "kind": "ENUM", "name": "DiffSide", "ofType": null }, "defaultValue": "RIGHT" }, { "name": "startLine", "description": "The first line of the range to which the comment refers.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "startSide", "description": "The side of the diff on which the start line resides.", "type": { "kind": "ENUM", "name": "DiffSide", "ofType": null }, "defaultValue": "RIGHT" }, { "name": "body", "description": "Body of the comment to leave.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnablePullRequestAutoMergeInput", "description": "Autogenerated input type of EnablePullRequestAutoMerge", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "ID of the pull request to enable auto-merge on.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "commitHeadline", "description": "Commit headline to use for the commit when the PR is mergable; if omitted, a default message will be used. NOTE: when merging with a merge queue any input value for commit headline is ignored.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "commitBody", "description": "Commit body to use for the commit when the PR is mergable; if omitted, a default message will be used. NOTE: when merging with a merge queue any input value for commit message is ignored.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "mergeMethod", "description": "The merge method to use. If omitted, defaults to `MERGE`. NOTE: when merging with a merge queue any input value for merge method is ignored.", "type": { "kind": "ENUM", "name": "PullRequestMergeMethod", "ofType": null }, "defaultValue": "MERGE" }, { "name": "authorEmail", "description": "The email address to associate with this merge.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "expectedHeadOid", "description": "The expected head OID of the pull request.", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnablePullRequestAutoMergePayload", "description": "Autogenerated return type of EnablePullRequestAutoMerge.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request auto-merge was enabled on.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnqueuePullRequestInput", "description": "Autogenerated input type of EnqueuePullRequest", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The ID of the pull request to enqueue.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "jump", "description": "Add the pull request to the front of the queue.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "expectedHeadOid", "description": "The expected head OID of the pull request.", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnqueuePullRequestPayload", "description": "Autogenerated return type of EnqueuePullRequest.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeQueueEntry", "description": "The merge queue entry for the enqueued pull request.", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueueEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Enterprise", "description": "An account to manage multiple organizations with consolidated policy and billing.", "fields": [ { "name": "announcement", "description": "The text of the announcement", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementCreatedAt", "description": "The date the announcement was created", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementExpiresAt", "description": "The expiration date of the announcement, if any", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementUserDismissible", "description": "Whether the announcement can be dismissed by the user", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarUrl", "description": "A URL pointing to the enterprise's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "billingEmail", "description": "The enterprise's billing email.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "billingInfo", "description": "Enterprise billing information visible to enterprise billing managers.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseBillingInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "descriptionHTML", "description": "The description of the enterprise as HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Enterprise object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "location", "description": "The location of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "members", "description": "A list of users who are members of this enterprise.", "args": [ { "name": "organizationLogins", "description": "Only return members within the organizations with these logins", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for members returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseMemberOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "role", "description": "The role of the user in the enterprise organization or server.", "type": { "kind": "ENUM", "name": "EnterpriseUserAccountMembershipRole", "ofType": null }, "defaultValue": null }, { "name": "deployment", "description": "Only return members within the selected GitHub Enterprise deployment", "type": { "kind": "ENUM", "name": "EnterpriseUserDeployment", "ofType": null }, "defaultValue": null }, { "name": "hasTwoFactorEnabled", "description": "Only return members with this two-factor authentication status. Does not include members who only have an account on a GitHub Enterprise Server instance.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseMemberConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizations", "description": "A list of organizations that belong to this enterprise.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "viewerOrganizationRole", "description": "The viewer's role in an organization.", "type": { "kind": "ENUM", "name": "RoleInOrganization", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerInfo", "description": "Enterprise information visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseOwnerInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "readme", "description": "The raw content of the enterprise README.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "readmeHTML", "description": "The content of the enterprise README as HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": "The URL-friendly identifier for the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerIsAdmin", "description": "Is the current viewer an admin of this enterprise?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "websiteUrl", "description": "The URL of the enterprise website.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AnnouncementBanner", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseAdministratorConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseAdministratorEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseAdministratorEdge", "description": "A User who is an administrator of an enterprise.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "role", "description": "The role of the administrator.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseAdministratorRole", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "description": "An invitation for a user to become an owner or billing manager of an enterprise.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The email of the person who was invited to the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise the invitation is for.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Enterprise", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the EnterpriseAdministratorInvitation object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitee", "description": "The user who was invited to the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inviter", "description": "The user who created the invitation.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "role", "description": "The invitee's pending role in the enterprise (owner or billing_manager).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseAdministratorRole", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitationConnection", "description": "The connection type for EnterpriseAdministratorInvitation.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnterpriseAdministratorInvitationOrder", "description": "Ordering options for enterprise administrator invitation connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order enterprise administrator invitations by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseAdministratorInvitationOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseAdministratorInvitationOrderField", "description": "Properties by which enterprise administrator invitation connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order enterprise administrator member invitations by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseAdministratorRole", "description": "The possible administrator roles in an enterprise account.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OWNER", "description": "Represents an owner of the enterprise account.", "isDeprecated": false, "deprecationReason": null }, { "name": "BILLING_MANAGER", "description": "Represents a billing manager of the enterprise account.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseAllowPrivateRepositoryForkingPolicyValue", "description": "The possible values for the enterprise allow private repository forking policy value.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ENTERPRISE_ORGANIZATIONS", "description": "Members can fork a repository to an organization within this enterprise.", "isDeprecated": false, "deprecationReason": null }, { "name": "SAME_ORGANIZATION", "description": "Members can fork a repository only within the same organization (intra-org).", "isDeprecated": false, "deprecationReason": null }, { "name": "SAME_ORGANIZATION_USER_ACCOUNTS", "description": "Members can fork a repository to their user account or within the same organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENTERPRISE_ORGANIZATIONS_USER_ACCOUNTS", "description": "Members can fork a repository to their enterprise-managed user account or an organization inside this enterprise.", "isDeprecated": false, "deprecationReason": null }, { "name": "USER_ACCOUNTS", "description": "Members can fork a repository to their user account.", "isDeprecated": false, "deprecationReason": null }, { "name": "EVERYWHERE", "description": "Members can fork a repository to their user account or an organization, either inside or outside of this enterprise.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "description": "Metadata for an audit entry containing enterprise account information.", "fields": [ { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "MembersCanDeleteReposClearAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteToBusinessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeEnableAuditEntry", "ofType": null } ] }, { "kind": "OBJECT", "name": "EnterpriseBillingInfo", "description": "Enterprise billing information visible to enterprise billing managers and owners.", "fields": [ { "name": "allLicensableUsersCount", "description": "The number of licenseable users/emails across the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "assetPacks", "description": "The number of data packs used by all organizations owned by the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bandwidthQuota", "description": "The bandwidth quota in GB for all organizations owned by the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bandwidthUsage", "description": "The bandwidth usage in GB for all organizations owned by the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bandwidthUsagePercentage", "description": "The bandwidth usage as a percentage of the bandwidth quota.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageQuota", "description": "The storage quota in GB for all organizations owned by the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageUsage", "description": "The storage usage in GB for all organizations owned by the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageUsagePercentage", "description": "The storage usage as a percentage of the storage quota.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalAvailableLicenses", "description": "The number of available licenses across all owned organizations based on the unique number of billable users.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalLicenses", "description": "The total number of licenses allocated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseConnection", "description": "The connection type for Enterprise.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Enterprise", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseDefaultRepositoryPermissionSettingValue", "description": "The possible values for the enterprise base repository permission setting.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NO_POLICY", "description": "Organizations in the enterprise choose base repository permissions for their members.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "Organization members will be able to clone, pull, push, and add new collaborators to all organization repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "WRITE", "description": "Organization members will be able to clone, pull, and push all organization repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "READ", "description": "Organization members will be able to clone and pull all organization repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "NONE", "description": "Organization members will only be able to clone and pull public repositories.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "description": "The possible values for an enabled/disabled enterprise setting.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ENABLED", "description": "The setting is enabled for organizations in the enterprise.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED", "description": "The setting is disabled for organizations in the enterprise.", "isDeprecated": false, "deprecationReason": null }, { "name": "NO_POLICY", "description": "There is no policy set for organizations in the enterprise.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseEnabledSettingValue", "description": "The possible values for an enabled/no policy enterprise setting.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ENABLED", "description": "The setting is enabled for organizations in the enterprise.", "isDeprecated": false, "deprecationReason": null }, { "name": "NO_POLICY", "description": "There is no policy set for organizations in the enterprise.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseFailedInvitationConnection", "description": "The connection type for OrganizationInvitation.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseFailedInvitationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalUniqueUserCount", "description": "Identifies the total count of unique users in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseFailedInvitationEdge", "description": "A failed invitation to be a member in an enterprise organization.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseIdentityProvider", "description": "An identity provider configured to provision identities for an enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.", "fields": [ { "name": "digestMethod", "description": "The digest algorithm used to sign SAML requests for the identity provider.", "args": [], "type": { "kind": "ENUM", "name": "SamlDigestAlgorithm", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise this identity provider belongs to.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "externalIdentities", "description": "ExternalIdentities provisioned by this identity provider.", "args": [ { "name": "membersOnly", "description": "Filter to external identities with valid org membership only", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "login", "description": "Filter to external identities with the users login", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "userName", "description": "Filter to external identities with the users userName/NameID attribute", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalIdentityConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the EnterpriseIdentityProvider object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "idpCertificate", "description": "The x509 certificate used by the identity provider to sign assertions and responses.", "args": [], "type": { "kind": "SCALAR", "name": "X509Certificate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issuer", "description": "The Issuer Entity ID for the SAML identity provider.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "recoveryCodes", "description": "Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signatureMethod", "description": "The signature algorithm used to sign SAML requests for the identity provider.", "args": [], "type": { "kind": "ENUM", "name": "SamlSignatureAlgorithm", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ssoUrl", "description": "The URL endpoint for the identity provider's SAML SSO.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "EnterpriseMember", "description": "An object that is a member of an enterprise.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "EnterpriseUserAccount", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "EnterpriseMemberConnection", "description": "The connection type for EnterpriseMember.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseMemberEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "EnterpriseMember", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseMemberEdge", "description": "A User who is a member of an enterprise through one or more organizations.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "EnterpriseMember", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "description": "An invitation for a user to become an unaffiliated member of an enterprise.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The email of the person who was invited to the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise the invitation is for.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Enterprise", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the EnterpriseMemberInvitation object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitee", "description": "The user who was invited to the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inviter", "description": "The user who created the invitation.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseMemberInvitationConnection", "description": "The connection type for EnterpriseMemberInvitation.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseMemberInvitationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseMemberInvitationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnterpriseMemberInvitationOrder", "description": "Ordering options for enterprise administrator invitation connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order enterprise member invitations by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseMemberInvitationOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseMemberInvitationOrderField", "description": "Properties by which enterprise member invitation connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order enterprise member invitations by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnterpriseMemberOrder", "description": "Ordering options for enterprise member connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order enterprise members by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseMemberOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseMemberOrderField", "description": "Properties by which enterprise member connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LOGIN", "description": "Order enterprise members by login", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order enterprise members by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseMembersCanCreateRepositoriesSettingValue", "description": "The possible values for the enterprise members can create repositories setting.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NO_POLICY", "description": "Organization owners choose whether to allow members to create repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "ALL", "description": "Members will be able to create public and private repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "Members will be able to create only public repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "Members will be able to create only private repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED", "description": "Members will not be able to create public or private repositories.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseMembersCanMakePurchasesSettingValue", "description": "The possible values for the members can make purchases setting.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ENABLED", "description": "The setting is enabled for organizations in the enterprise.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED", "description": "The setting is disabled for organizations in the enterprise.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseMembershipType", "description": "The possible values we have for filtering Platform::Objects::User#enterprises.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALL", "description": "Returns all enterprises in which the user is a member, admin, or billing manager.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "Returns all enterprises in which the user is an admin.", "isDeprecated": false, "deprecationReason": null }, { "name": "BILLING_MANAGER", "description": "Returns all enterprises in which the user is a billing manager.", "isDeprecated": false, "deprecationReason": null }, { "name": "ORG_MEMBERSHIP", "description": "Returns all enterprises in which the user is a member of an org that is owned by the enterprise.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnterpriseOrder", "description": "Ordering options for enterprises.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order enterprises by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseOrderField", "description": "Properties by which enterprise connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NAME", "description": "Order enterprises by name", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseOrganizationMembershipConnection", "description": "The connection type for Organization.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseOrganizationMembershipEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseOrganizationMembershipEdge", "description": "An enterprise organization that a user is a member of.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "role", "description": "The role of the user in the enterprise membership.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseUserAccountMembershipRole", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseOutsideCollaboratorConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseOutsideCollaboratorEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseOutsideCollaboratorEdge", "description": "A User who is an outside collaborator of an enterprise through one or more organizations.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositories", "description": "The enterprise organization repositories this user is a member of.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories.", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": "{field: NAME, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseRepositoryInfoConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseOwnerInfo", "description": "Enterprise information visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.", "fields": [ { "name": "admins", "description": "A list of all of the administrators for this enterprise.", "args": [ { "name": "organizationLogins", "description": "Only return members within the organizations with these logins", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "role", "description": "The role to filter by.", "type": { "kind": "ENUM", "name": "EnterpriseAdministratorRole", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for administrators returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseMemberOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "hasTwoFactorEnabled", "description": "Only return administrators with this two-factor authentication status.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseAdministratorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "affiliatedUsersWithTwoFactorDisabled", "description": "A list of users in the enterprise who currently have two-factor authentication disabled.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "affiliatedUsersWithTwoFactorDisabledExist", "description": "Whether or not affiliated users with two-factor authentication disabled exist in the enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allowPrivateRepositoryForkingSetting", "description": "The setting value for whether private repository forking is enabled for repositories in organizations in this enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allowPrivateRepositoryForkingSettingOrganizations", "description": "A list of enterprise organizations configured with the provided private repository forking setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allowPrivateRepositoryForkingSettingPolicyValue", "description": "The value for the allow private repository forking policy on the enterprise.", "args": [], "type": { "kind": "ENUM", "name": "EnterpriseAllowPrivateRepositoryForkingPolicyValue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultRepositoryPermissionSetting", "description": "The setting value for base repository permissions for organizations in this enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseDefaultRepositoryPermissionSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultRepositoryPermissionSettingOrganizations", "description": "A list of enterprise organizations configured with the provided base repository permission.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The permission to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DefaultRepositoryPermissionField", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "domains", "description": "A list of domains owned by the enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with admin:enterprise scope.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "isVerified", "description": "Filter whether or not the domain is verified.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "isApproved", "description": "Filter whether or not the domain is approved.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "orderBy", "description": "Ordering options for verifiable domains returned.", "type": { "kind": "INPUT_OBJECT", "name": "VerifiableDomainOrder", "ofType": null }, "defaultValue": "{field: DOMAIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VerifiableDomainConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseServerInstallations", "description": "Enterprise Server installations owned by the enterprise.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "connectedOnly", "description": "Whether or not to only return installations discovered via GitHub Connect.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orderBy", "description": "Ordering options for Enterprise Server installations returned.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseServerInstallationOrder", "ofType": null }, "defaultValue": "{field: HOST_NAME, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerInstallationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "failedInvitations", "description": "A list of failed invitations in the enterprise.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseFailedInvitationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListEnabledSetting", "description": "The setting value for whether the enterprise has an IP allow list enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IpAllowListEnabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListEntries", "description": "The IP addresses that are allowed to access resources owned by the enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with admin:enterprise scope.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for IP allow list entries returned.", "type": { "kind": "INPUT_OBJECT", "name": "IpAllowListEntryOrder", "ofType": null }, "defaultValue": "{field: ALLOW_LIST_VALUE, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IpAllowListEntryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListForInstalledAppsEnabledSetting", "description": "The setting value for whether the enterprise has IP allow list configuration for installed GitHub Apps enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IpAllowListForInstalledAppsEnabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isUpdatingDefaultRepositoryPermission", "description": "Whether or not the base repository permission is currently being updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isUpdatingTwoFactorRequirement", "description": "Whether the two-factor authentication requirement is currently being enforced.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanChangeRepositoryVisibilitySetting", "description": "The setting value for whether organization members with admin permissions on a repository can change repository visibility.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanChangeRepositoryVisibilitySettingOrganizations", "description": "A list of enterprise organizations configured with the provided can change repository visibility setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanCreateInternalRepositoriesSetting", "description": "The setting value for whether members of organizations in the enterprise can create internal repositories.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanCreatePrivateRepositoriesSetting", "description": "The setting value for whether members of organizations in the enterprise can create private repositories.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanCreatePublicRepositoriesSetting", "description": "The setting value for whether members of organizations in the enterprise can create public repositories.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanCreateRepositoriesSetting", "description": "The setting value for whether members of organizations in the enterprise can create repositories.", "args": [], "type": { "kind": "ENUM", "name": "EnterpriseMembersCanCreateRepositoriesSettingValue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanCreateRepositoriesSettingOrganizations", "description": "A list of enterprise organizations configured with the provided repository creation setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrganizationMembersCanCreateRepositoriesSettingValue", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanDeleteIssuesSetting", "description": "The setting value for whether members with admin permissions for repositories can delete issues.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanDeleteIssuesSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can delete issues setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanDeleteRepositoriesSetting", "description": "The setting value for whether members with admin permissions for repositories can delete or transfer repositories.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanDeleteRepositoriesSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can delete repositories setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanInviteCollaboratorsSetting", "description": "The setting value for whether members of organizations in the enterprise can invite outside collaborators.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanInviteCollaboratorsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can invite collaborators setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanMakePurchasesSetting", "description": "Indicates whether members of this enterprise's organizations can purchase additional services for those organizations.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseMembersCanMakePurchasesSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanUpdateProtectedBranchesSetting", "description": "The setting value for whether members with admin permissions for repositories can update protected branches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanUpdateProtectedBranchesSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can update protected branches setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanViewDependencyInsightsSetting", "description": "The setting value for whether members can view dependency insights.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanViewDependencyInsightsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can view dependency insights setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "notificationDeliveryRestrictionEnabledSetting", "description": "Indicates if email notification delivery for this enterprise is restricted to verified or approved domains.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NotificationRestrictionSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oidcProvider", "description": "The OIDC Identity Provider for the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "OIDCProvider", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationProjectsSetting", "description": "The setting value for whether organization projects are enabled for organizations in this enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationProjectsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided organization projects setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "outsideCollaborators", "description": "A list of outside collaborators across the repositories in the enterprise.", "args": [ { "name": "login", "description": "The login of one specific outside collaborator.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for outside collaborators returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseMemberOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "visibility", "description": "Only return outside collaborators on repositories with this visibility.", "type": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null }, "defaultValue": null }, { "name": "hasTwoFactorEnabled", "description": "Only return outside collaborators with this two-factor authentication status.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "organizationLogins", "description": "Only return outside collaborators within the organizations with these logins", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseOutsideCollaboratorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingAdminInvitations", "description": "A list of pending administrator invitations for the enterprise.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pending enterprise administrator invitations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseAdministratorInvitationOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" }, { "name": "role", "description": "The role to filter by.", "type": { "kind": "ENUM", "name": "EnterpriseAdministratorRole", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingCollaboratorInvitations", "description": "A list of pending collaborator invitations across the repositories in the enterprise.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pending repository collaborator invitations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryInvitationOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryInvitationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingMemberInvitations", "description": "A list of pending member invitations for organizations in the enterprise.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationLogins", "description": "Only return invitations within the organizations with these logins", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "invitationSource", "description": "Only return invitations matching this invitation source", "type": { "kind": "ENUM", "name": "OrganizationInvitationSource", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterprisePendingMemberInvitationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingUnaffiliatedMemberInvitations", "description": "A list of pending unaffiliated member invitations for the enterprise.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pending enterprise member invitations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseMemberInvitationOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseMemberInvitationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryProjectsSetting", "description": "The setting value for whether repository projects are enabled in this enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryProjectsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided repository projects setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "samlIdentityProvider", "description": "The SAML Identity Provider for the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseIdentityProvider", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "samlIdentityProviderSettingOrganizations", "description": "A list of enterprise organizations configured with the SAML single sign-on setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IdentityProviderConfigurationState", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "supportEntitlements", "description": "A list of members with a support entitlement.", "args": [ { "name": "orderBy", "description": "Ordering options for support entitlement users returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseMemberOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseMemberConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamDiscussionsSetting", "description": "The setting value for whether team discussions are enabled for organizations in this enterprise.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamDiscussionsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided team discussions setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twoFactorRequiredSetting", "description": "The setting value for whether the enterprise requires two-factor authentication for its organizations and users.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "twoFactorRequiredSettingOrganizations", "description": "A list of enterprise organizations configured with the two-factor authentication setting value.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "value", "description": "The setting value to find organizations for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterprisePendingMemberInvitationConnection", "description": "The connection type for OrganizationInvitation.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterprisePendingMemberInvitationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalUniqueUserCount", "description": "Identifies the total count of unique users in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterprisePendingMemberInvitationEdge", "description": "An invitation to be a member in an enterprise organization.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseRepositoryInfo", "description": "A subset of repository information queryable from an enterprise.", "fields": [ { "name": "id", "description": "The Node ID of the EnterpriseRepositoryInfo object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPrivate", "description": "Identifies if the repository is private or internal.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The repository's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nameWithOwner", "description": "The repository's name with owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseRepositoryInfoConnection", "description": "The connection type for EnterpriseRepositoryInfo.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseRepositoryInfoEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseRepositoryInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseRepositoryInfoEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseRepositoryInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerInstallation", "description": "An Enterprise Server installation.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customerName", "description": "The customer name to which the Enterprise Server installation belongs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hostName", "description": "The host name of the Enterprise Server installation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the EnterpriseServerInstallation object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isConnected", "description": "Whether or not the installation is connected to an Enterprise Server installation via GitHub Connect.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userAccounts", "description": "User accounts on this Enterprise Server installation.", "args": [ { "name": "orderBy", "description": "Ordering options for Enterprise Server user accounts returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseServerUserAccountOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userAccountsUploads", "description": "User accounts uploads for the Enterprise Server installation.", "args": [ { "name": "orderBy", "description": "Ordering options for Enterprise Server user accounts uploads returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseServerUserAccountsUploadOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountsUploadConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerInstallationConnection", "description": "The connection type for EnterpriseServerInstallation.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerInstallationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerInstallation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerInstallationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseServerInstallation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerInstallationMembershipConnection", "description": "The connection type for EnterpriseServerInstallation.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerInstallationMembershipEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerInstallation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerInstallationMembershipEdge", "description": "An Enterprise Server installation that a user is a member of.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseServerInstallation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "role", "description": "The role of the user in the enterprise membership.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseUserAccountMembershipRole", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnterpriseServerInstallationOrder", "description": "Ordering options for Enterprise Server installation connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order Enterprise Server installations by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseServerInstallationOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseServerInstallationOrderField", "description": "Properties by which Enterprise Server installation connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "HOST_NAME", "description": "Order Enterprise Server installations by host name", "isDeprecated": false, "deprecationReason": null }, { "name": "CUSTOMER_NAME", "description": "Order Enterprise Server installations by customer name", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order Enterprise Server installations by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccount", "description": "A user account on an Enterprise Server installation.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "emails", "description": "User emails belonging to this user account.", "args": [ { "name": "orderBy", "description": "Ordering options for Enterprise Server user account emails returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseServerUserAccountEmailOrder", "ofType": null }, "defaultValue": "{field: EMAIL, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEmailConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseServerInstallation", "description": "The Enterprise Server installation on which this user account exists.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerInstallation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the EnterpriseServerUserAccount object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSiteAdmin", "description": "Whether the user account is a site administrator on the Enterprise Server installation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "The login of the user account on the Enterprise Server installation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "profileName", "description": "The profile name of the user account on the Enterprise Server installation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "remoteCreatedAt", "description": "The date and time when the user account was created on the Enterprise Server installation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "remoteUserId", "description": "The ID of the user account on the Enterprise Server installation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountConnection", "description": "The connection type for EnterpriseServerUserAccount.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccount", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseServerUserAccount", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEmail", "description": "An email belonging to a user account on an Enterprise Server installation.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The email address.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the EnterpriseServerUserAccountEmail object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPrimary", "description": "Indicates whether this is the primary email of the associated user account.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userAccount", "description": "The user account to which the email belongs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccount", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEmailConnection", "description": "The connection type for EnterpriseServerUserAccountEmail.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEmailEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEmail", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEmailEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEmail", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnterpriseServerUserAccountEmailOrder", "description": "Ordering options for Enterprise Server user account email connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order emails by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseServerUserAccountEmailOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseServerUserAccountEmailOrderField", "description": "Properties by which Enterprise Server user account email connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "EMAIL", "description": "Order emails by email", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnterpriseServerUserAccountOrder", "description": "Ordering options for Enterprise Server user account connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order user accounts by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseServerUserAccountOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseServerUserAccountOrderField", "description": "Properties by which Enterprise Server user account connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LOGIN", "description": "Order user accounts by login", "isDeprecated": false, "deprecationReason": null }, { "name": "REMOTE_CREATED_AT", "description": "Order user accounts by creation time on the Enterprise Server installation", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountsUpload", "description": "A user accounts upload from an Enterprise Server installation.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise to which this upload belongs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Enterprise", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseServerInstallation", "description": "The Enterprise Server installation for which this upload was generated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerInstallation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the EnterpriseServerUserAccountsUpload object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the file uploaded.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "syncState", "description": "The synchronization state of the upload", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseServerUserAccountsUploadSyncState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountsUploadConnection", "description": "The connection type for EnterpriseServerUserAccountsUpload.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountsUploadEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountsUpload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountsUploadEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseServerUserAccountsUpload", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnterpriseServerUserAccountsUploadOrder", "description": "Ordering options for Enterprise Server user accounts upload connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order user accounts uploads by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseServerUserAccountsUploadOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseServerUserAccountsUploadOrderField", "description": "Properties by which Enterprise Server user accounts upload connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order user accounts uploads by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseServerUserAccountsUploadSyncState", "description": "Synchronization state of the Enterprise Server user accounts upload", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PENDING", "description": "The synchronization of the upload is pending.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUCCESS", "description": "The synchronization of the upload succeeded.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILURE", "description": "The synchronization of the upload failed.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "EnterpriseUserAccount", "description": "An account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations.", "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the enterprise user account's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise in which this user account exists.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Enterprise", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseInstallations", "description": "A list of Enterprise Server installations this user is a member of.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for installations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseServerInstallationOrder", "ofType": null }, "defaultValue": "{field: HOST_NAME, direction: ASC}" }, { "name": "role", "description": "The role of the user in the installation.", "type": { "kind": "ENUM", "name": "EnterpriseUserAccountMembershipRole", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseServerInstallationMembershipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the EnterpriseUserAccount object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "An identifier for the enterprise user account, a login or email address", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the enterprise user account", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizations", "description": "A list of enterprise organizations this user is a member of.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for organizations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "role", "description": "The role of the user in the enterprise organization.", "type": { "kind": "ENUM", "name": "EnterpriseUserAccountMembershipRole", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnterpriseOrganizationMembershipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user within the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Actor", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseUserAccountMembershipRole", "description": "The possible roles for enterprise membership.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MEMBER", "description": "The user is a member of an organization in the enterprise.", "isDeprecated": false, "deprecationReason": null }, { "name": "OWNER", "description": "The user is an owner of an organization in the enterprise.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNAFFILIATED", "description": "The user is not an owner of the enterprise, and not a member or owner of any organizations in the enterprise; only for EMU-enabled enterprises.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnterpriseUserDeployment", "description": "The possible GitHub Enterprise deployments where this user can exist.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CLOUD", "description": "The user is part of a GitHub Enterprise Cloud deployment.", "isDeprecated": false, "deprecationReason": null }, { "name": "SERVER", "description": "The user is part of a GitHub Enterprise Server deployment.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Environment", "description": "An environment.", "fields": [ { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Environment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPinned", "description": "Indicates whether or not this environment is currently pinned to the repository", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "latestCompletedDeployment", "description": "The latest completed deployment with status success, failure, or error if it exists", "args": [], "type": { "kind": "OBJECT", "name": "Deployment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the environment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedPosition", "description": "The position of the environment if it is pinned, null if it is not pinned", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "protectionRules", "description": "The protection rules defined for this environment", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentProtectionRuleConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnvironmentConnection", "description": "The connection type for Environment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnvironmentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Environment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnvironmentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Environment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnvironmentOrderField", "description": "Properties by which environments connections can be ordered", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NAME", "description": "Order environments by name.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnvironmentPinnedFilterField", "description": "Properties by which environments connections can be ordered", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALL", "description": "All environments will be returned.", "isDeprecated": false, "deprecationReason": null }, { "name": "ONLY", "description": "Only pinned environment will be returned", "isDeprecated": false, "deprecationReason": null }, { "name": "NONE", "description": "Environments exclude pinned will be returned", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "Environments", "description": "Ordering options for environments", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order environments by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnvironmentOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order environments by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ExternalIdentity", "description": "An external identity provisioned by SAML SSO or SCIM. If SAML is configured on the organization, the external identity is visible to (1) organization owners, (2) organization owners' personal access tokens (classic) with read:org or admin:org scope, (3) GitHub App with an installation token with read or write access to members. If SAML is configured on the enterprise, the external identity is visible to (1) enterprise owners, (2) enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.", "fields": [ { "name": "guid", "description": "The GUID for this identity", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ExternalIdentity object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationInvitation", "description": "Organization invitation for this SCIM-provisioned external identity", "args": [], "type": { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "samlIdentity", "description": "SAML Identity attributes", "args": [], "type": { "kind": "OBJECT", "name": "ExternalIdentitySamlAttributes", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "scimIdentity", "description": "SCIM Identity attributes", "args": [], "type": { "kind": "OBJECT", "name": "ExternalIdentityScimAttributes", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ExternalIdentityAttribute", "description": "An attribute for the External Identity attributes collection", "fields": [ { "name": "metadata", "description": "The attribute metadata as JSON", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The attribute name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": "The attribute value", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ExternalIdentityConnection", "description": "The connection type for ExternalIdentity.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalIdentityEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalIdentity", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ExternalIdentityEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ExternalIdentity", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ExternalIdentitySamlAttributes", "description": "SAML attributes for the External Identity", "fields": [ { "name": "attributes", "description": "SAML Identity attributes", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalIdentityAttribute", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "emails", "description": "The emails associated with the SAML identity", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserEmailMetadata", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "familyName", "description": "Family name of the SAML identity", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "givenName", "description": "Given name of the SAML identity", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "groups", "description": "The groups linked to this identity in IDP", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nameId", "description": "The NameID of the SAML identity", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "username", "description": "The userName of the SAML identity", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ExternalIdentityScimAttributes", "description": "SCIM attributes for the External Identity", "fields": [ { "name": "emails", "description": "The emails associated with the SCIM identity", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserEmailMetadata", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "familyName", "description": "Family name of the SCIM identity", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "givenName", "description": "Given name of the SCIM identity", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "groups", "description": "The groups linked to this identity in IDP", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "username", "description": "The userName of the SCIM identity", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FileAddition", "description": "A command to add a file at the given path with the given contents as part of a commit. Any existing file at that that path will be replaced.", "fields": null, "inputFields": [ { "name": "path", "description": "The path in the repository where the file will be located", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "contents", "description": "The base64 encoded contents of the file", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Base64String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FileChanges", "description": "A description of a set of changes to a file tree to be made as part of\na git commit, modeled as zero or more file `additions` and zero or more\nfile `deletions`.\n\nBoth fields are optional; omitting both will produce a commit with no\nfile changes.\n\n`deletions` and `additions` describe changes to files identified\nby their path in the git tree using unix-style path separators, i.e.\n`/`. The root of a git tree is an empty string, so paths are not\nslash-prefixed.\n\n`path` values must be unique across all `additions` and `deletions`\nprovided. Any duplication will result in a validation error.\n\n### Encoding\n\nFile contents must be provided in full for each `FileAddition`.\n\nThe `contents` of a `FileAddition` must be encoded using RFC 4648\ncompliant base64, i.e. correct padding is required and no characters\noutside the standard alphabet may be used. Invalid base64\nencoding will be rejected with a validation error.\n\nThe encoded contents may be binary.\n\nFor text files, no assumptions are made about the character encoding of\nthe file contents (after base64 decoding). No charset transcoding or\nline-ending normalization will be performed; it is the client's\nresponsibility to manage the character encoding of files they provide.\nHowever, for maximum compatibility we recommend using UTF-8 encoding\nand ensuring that all files in a repository use a consistent\nline-ending convention (`\\n` or `\\r\\n`), and that all files end\nwith a newline.\n\n### Modeling file changes\n\nEach of the the five types of conceptual changes that can be made in a\ngit commit can be described using the `FileChanges` type as follows:\n\n1. New file addition: create file `hello world\\n` at path `docs/README.txt`:\n\n {\n \"additions\" [\n {\n \"path\": \"docs/README.txt\",\n \"contents\": base64encode(\"hello world\\n\")\n }\n ]\n }\n\n2. Existing file modification: change existing `docs/README.txt` to have new\n content `new content here\\n`:\n\n {\n \"additions\" [\n {\n \"path\": \"docs/README.txt\",\n \"contents\": base64encode(\"new content here\\n\")\n }\n ]\n }\n\n3. Existing file deletion: remove existing file `docs/README.txt`.\n Note that the path is required to exist -- specifying a\n path that does not exist on the given branch will abort the\n commit and return an error.\n\n {\n \"deletions\" [\n {\n \"path\": \"docs/README.txt\"\n }\n ]\n }\n\n\n4. File rename with no changes: rename `docs/README.txt` with\n previous content `hello world\\n` to the same content at\n `newdocs/README.txt`:\n\n {\n \"deletions\" [\n {\n \"path\": \"docs/README.txt\",\n }\n ],\n \"additions\" [\n {\n \"path\": \"newdocs/README.txt\",\n \"contents\": base64encode(\"hello world\\n\")\n }\n ]\n }\n\n\n5. File rename with changes: rename `docs/README.txt` with\n previous content `hello world\\n` to a file at path\n `newdocs/README.txt` with content `new contents\\n`:\n\n {\n \"deletions\" [\n {\n \"path\": \"docs/README.txt\",\n }\n ],\n \"additions\" [\n {\n \"path\": \"newdocs/README.txt\",\n \"contents\": base64encode(\"new contents\\n\")\n }\n ]\n }\n", "fields": null, "inputFields": [ { "name": "deletions", "description": "Files to delete.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FileDeletion", "ofType": null } } }, "defaultValue": "[]" }, { "name": "additions", "description": "File to add or change.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FileAddition", "ofType": null } } }, "defaultValue": "[]" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FileDeletion", "description": "A command to delete the file at the given path as part of a commit.", "fields": null, "inputFields": [ { "name": "path", "description": "The path to delete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FileExtensionRestrictionParameters", "description": "Prevent commits that include files with specified file extensions from being pushed to the commit graph. NOTE: This rule is in beta and subject to change", "fields": [ { "name": "restrictedFileExtensions", "description": "The file extensions that are restricted from being pushed to the commit graph.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FileExtensionRestrictionParametersInput", "description": "Prevent commits that include files with specified file extensions from being pushed to the commit graph. NOTE: This rule is in beta and subject to change", "fields": null, "inputFields": [ { "name": "restrictedFileExtensions", "description": "The file extensions that are restricted from being pushed to the commit graph.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FilePathRestrictionParameters", "description": "Prevent commits that include changes in specified file paths from being pushed to the commit graph. NOTE: This rule is in beta and subject to change", "fields": [ { "name": "restrictedFilePaths", "description": "The file paths that are restricted from being pushed to the commit graph.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FilePathRestrictionParametersInput", "description": "Prevent commits that include changes in specified file paths from being pushed to the commit graph. NOTE: This rule is in beta and subject to change", "fields": null, "inputFields": [ { "name": "restrictedFilePaths", "description": "The file paths that are restricted from being pushed to the commit graph.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "FileViewedState", "description": "The possible viewed states of a file .", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DISMISSED", "description": "The file has new changes since last viewed.", "isDeprecated": false, "deprecationReason": null }, { "name": "VIEWED", "description": "The file has been marked as viewed.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNVIEWED", "description": "The file has not been marked as viewed.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "SCALAR", "name": "Float", "description": "Represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FollowOrganizationInput", "description": "Autogenerated input type of FollowOrganization", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "ID of the organization to follow.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FollowOrganizationPayload", "description": "Autogenerated return type of FollowOrganization.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization that was followed.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FollowUserInput", "description": "Autogenerated input type of FollowUser", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "userId", "description": "ID of the user to follow.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FollowUserPayload", "description": "Autogenerated return type of FollowUser.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user that was followed.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FollowerConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FollowingConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FundingLink", "description": "A funding platform link for a repository.", "fields": [ { "name": "platform", "description": "The funding platform this link is for.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "FundingPlatform", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The configured URL for this funding link.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "FundingPlatform", "description": "The possible funding platforms for repository funding links.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "GITHUB", "description": "GitHub funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "PATREON", "description": "Patreon funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "OPEN_COLLECTIVE", "description": "Open Collective funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "KO_FI", "description": "Ko-fi funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "TIDELIFT", "description": "Tidelift funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMUNITY_BRIDGE", "description": "Community Bridge funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "LIBERAPAY", "description": "Liberapay funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "ISSUEHUNT", "description": "IssueHunt funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "LFX_CROWDFUNDING", "description": "LFX Crowdfunding funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "POLAR", "description": "Polar funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "BUY_ME_A_COFFEE", "description": "Buy Me a Coffee funding platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "CUSTOM", "description": "Custom funding platform.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "GenericHovercardContext", "description": "A generic hovercard context with a message and icon", "fields": [ { "name": "message", "description": "A string describing this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "octicon", "description": "An octicon to accompany this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "HovercardContext", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Gist", "description": "A Gist.", "fields": [ { "name": "comments", "description": "A list of comments associated with the gist", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GistCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The gist description.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "files", "description": "The files in this gist.", "args": [ { "name": "limit", "description": "The maximum number of files to return.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "10" }, { "name": "oid", "description": "The oid of the files to return", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GistFile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forks", "description": "A list of forks associated with the gist", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for gists returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "GistOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GistConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Gist object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFork", "description": "Identifies if the gist is a fork.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": "Whether the gist is public or not.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The gist name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The gist owner.", "args": [], "type": { "kind": "INTERFACE", "name": "RepositoryOwner", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pushedAt", "description": "Identifies when the gist was last pushed to.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTML path to this resource.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stargazerCount", "description": "Returns a count of how many stargazers there are on this object\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stargazers", "description": "A list of users who have starred this starrable.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "StarOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StargazerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this Gist.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasStarred", "description": "Returns a boolean indicating whether the viewing user has starred this starrable.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Starrable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GistComment", "description": "Represents a comment on an Gist.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the gist.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "Identifies the comment body.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "gist", "description": "The associated gist.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Gist", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the GistComment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of `abuse`, `off-topic`, `outdated`, `resolved`, `duplicate` and `spam`. Note that the case and formatting of these values differs from the inputs to the `MinimizeComment` mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Minimizable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GistCommentConnection", "description": "The connection type for GistComment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GistCommentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GistComment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GistCommentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "GistComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GistConnection", "description": "The connection type for Gist.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GistEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Gist", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GistEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Gist", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GistFile", "description": "A file in a gist.", "fields": [ { "name": "encodedName", "description": "The file name encoded to remove characters that are invalid in URL paths.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "encoding", "description": "The gist file encoding.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "extension", "description": "The file extension from the file name.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isImage", "description": "Indicates if this file is an image.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTruncated", "description": "Whether the file's contents were truncated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": "The programming language this file is written in.", "args": [], "type": { "kind": "OBJECT", "name": "Language", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The gist file name.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": "The gist file size in bytes.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "UTF8 text data or null if the file is binary", "args": [ { "name": "truncate", "description": "Optionally truncate the returned file to this length.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GistOrder", "description": "Ordering options for gist connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order repositories by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GistOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "GistOrderField", "description": "Properties by which gist connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order gists by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order gists by update time", "isDeprecated": false, "deprecationReason": null }, { "name": "PUSHED_AT", "description": "Order gists by push time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "GistPrivacy", "description": "The privacy of a Gist", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PUBLIC", "description": "Public", "isDeprecated": false, "deprecationReason": null }, { "name": "SECRET", "description": "Secret", "isDeprecated": false, "deprecationReason": null }, { "name": "ALL", "description": "Gists that are public and secret", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "GitActor", "description": "Represents an actor in a Git commit (ie. an author or committer).", "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the author's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "date", "description": "The timestamp of the Git action (authoring or committing).", "args": [], "type": { "kind": "SCALAR", "name": "GitTimestamp", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The email in the Git commit.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name in the Git commit.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The GitHub user corresponding to the email field. Null if no such user exists.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GitActorConnection", "description": "The connection type for GitActor.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GitActorEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GitActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GitActorEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "GitActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GitHubMetadata", "description": "Represents information about the GitHub instance.", "fields": [ { "name": "gitHubServicesSha", "description": "Returns a String that's a SHA of `github-services`", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "gitIpAddresses", "description": "IP addresses that users connect to for git operations", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "githubEnterpriseImporterIpAddresses", "description": "IP addresses that GitHub Enterprise Importer uses for outbound connections", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hookIpAddresses", "description": "IP addresses that service hooks are sent from", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "importerIpAddresses", "description": "IP addresses that the importer connects from", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPasswordAuthenticationVerifiable", "description": "Whether or not users are verified", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pagesIpAddresses", "description": "IP addresses for GitHub Pages' A records", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "GitObject", "description": "Represents a Git object.", "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitUrl", "description": "The HTTP URL for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the GitObject object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oid", "description": "The Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The Repository the Git object belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Blob", "ofType": null }, { "kind": "OBJECT", "name": "Commit", "ofType": null }, { "kind": "OBJECT", "name": "Tag", "ofType": null }, { "kind": "OBJECT", "name": "Tree", "ofType": null } ] }, { "kind": "SCALAR", "name": "GitObjectID", "description": "A Git object ID.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "GitRefname", "description": "A fully qualified reference name (e.g. `refs/heads/master`).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "GitSSHRemote", "description": "Git SSH string", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "GitSignature", "description": "Information about a signature (GPG or S/MIME) on a Commit or Tag.", "fields": [ { "name": "email", "description": "Email used to sign this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signature", "description": "ASCII-armored signature header from object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GitSignatureState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wasSignedByGitHub", "description": "True if the signature was made with GitHub's signing key.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "GpgSignature", "ofType": null }, { "kind": "OBJECT", "name": "SmimeSignature", "ofType": null }, { "kind": "OBJECT", "name": "SshSignature", "ofType": null }, { "kind": "OBJECT", "name": "UnknownSignature", "ofType": null } ] }, { "kind": "ENUM", "name": "GitSignatureState", "description": "The state of a Git signature.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "VALID", "description": "Valid signature and verified by GitHub", "isDeprecated": false, "deprecationReason": null }, { "name": "INVALID", "description": "Invalid signature", "isDeprecated": false, "deprecationReason": null }, { "name": "MALFORMED_SIG", "description": "Malformed signature", "isDeprecated": false, "deprecationReason": null }, { "name": "UNKNOWN_KEY", "description": "Key used for signing not known to GitHub", "isDeprecated": false, "deprecationReason": null }, { "name": "BAD_EMAIL", "description": "Invalid email used for signing", "isDeprecated": false, "deprecationReason": null }, { "name": "UNVERIFIED_EMAIL", "description": "Email used for signing unverified on GitHub", "isDeprecated": false, "deprecationReason": null }, { "name": "NO_USER", "description": "Email used for signing not known to GitHub", "isDeprecated": false, "deprecationReason": null }, { "name": "UNKNOWN_SIG_TYPE", "description": "Unknown signature type", "isDeprecated": false, "deprecationReason": null }, { "name": "UNSIGNED", "description": "Unsigned", "isDeprecated": false, "deprecationReason": null }, { "name": "GPGVERIFY_UNAVAILABLE", "description": "Internal error - the GPG verification service is unavailable at the moment", "isDeprecated": false, "deprecationReason": null }, { "name": "GPGVERIFY_ERROR", "description": "Internal error - the GPG verification service misbehaved", "isDeprecated": false, "deprecationReason": null }, { "name": "NOT_SIGNING_KEY", "description": "The usage flags for the key that signed this don't allow signing", "isDeprecated": false, "deprecationReason": null }, { "name": "EXPIRED_KEY", "description": "Signing key expired", "isDeprecated": false, "deprecationReason": null }, { "name": "OCSP_PENDING", "description": "Valid signature, pending certificate revocation checking", "isDeprecated": false, "deprecationReason": null }, { "name": "OCSP_ERROR", "description": "Valid signature, though certificate revocation check failed", "isDeprecated": false, "deprecationReason": null }, { "name": "BAD_CERT", "description": "The signing certificate or its chain could not be verified", "isDeprecated": false, "deprecationReason": null }, { "name": "OCSP_REVOKED", "description": "One or more certificates in chain has been revoked", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "SCALAR", "name": "GitTimestamp", "description": "An ISO-8601 encoded date string. Unlike the DateTime type, GitTimestamp is not converted in UTC.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GpgSignature", "description": "Represents a GPG signature on a Commit or Tag.", "fields": [ { "name": "email", "description": "Email used to sign this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "keyId", "description": "Hex-encoded ID of the key that signed this object.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signature", "description": "ASCII-armored signature header from object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GitSignatureState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wasSignedByGitHub", "description": "True if the signature was made with GitHub's signing key.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "GitSignature", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GrantEnterpriseOrganizationsMigratorRoleInput", "description": "Autogenerated input type of GrantEnterpriseOrganizationsMigratorRole", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise to which all organizations managed by it will be granted the migrator role.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "login", "description": "The login of the user to grant the migrator role", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GrantEnterpriseOrganizationsMigratorRolePayload", "description": "Autogenerated return type of GrantEnterpriseOrganizationsMigratorRole.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizations", "description": "The organizations that had the migrator role applied to for the given user.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GrantMigratorRoleInput", "description": "Autogenerated input type of GrantMigratorRole", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization that the user/team belongs to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "actor", "description": "The user login or Team slug to grant the migrator role.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "actorType", "description": "Specifies the type of the actor, can be either USER or TEAM.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ActorType", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GrantMigratorRolePayload", "description": "Autogenerated return type of GrantMigratorRole.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Did the operation succeed?", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "HTML", "description": "A string containing HTML code.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HeadRefDeletedEvent", "description": "Represents a 'head_ref_deleted' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "headRef", "description": "Identifies the Ref associated with the `head_ref_deleted` event.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headRefName", "description": "Identifies the name of the Ref associated with the `head_ref_deleted` event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the HeadRefDeletedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HeadRefForcePushedEvent", "description": "Represents a 'head_ref_force_pushed' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "afterCommit", "description": "Identifies the after commit SHA for the 'head_ref_force_pushed' event.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "beforeCommit", "description": "Identifies the before commit SHA for the 'head_ref_force_pushed' event.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the HeadRefForcePushedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "Identifies the fully qualified ref name for the 'head_ref_force_pushed' event.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "HeadRefRestoredEvent", "description": "Represents a 'head_ref_restored' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the HeadRefRestoredEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Hovercard", "description": "Detail needed to display a hovercard for a user", "fields": [ { "name": "contexts", "description": "Each of the contexts for this hovercard", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "HovercardContext", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "HovercardContext", "description": "An individual line of a hovercard", "fields": [ { "name": "message", "description": "A string describing this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "octicon", "description": "An octicon to accompany this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "GenericHovercardContext", "ofType": null }, { "kind": "OBJECT", "name": "OrganizationTeamsHovercardContext", "ofType": null }, { "kind": "OBJECT", "name": "OrganizationsHovercardContext", "ofType": null }, { "kind": "OBJECT", "name": "ReviewStatusHovercardContext", "ofType": null }, { "kind": "OBJECT", "name": "ViewerHovercardContext", "ofType": null } ] }, { "kind": "SCALAR", "name": "ID", "description": "Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"VXNlci0xMA==\"`) or integer (such as `4`) input value will be accepted as an ID.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "IdentityProviderConfigurationState", "description": "The possible states in which authentication can be configured with an identity provider.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ENFORCED", "description": "Authentication with an identity provider is configured and enforced.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONFIGURED", "description": "Authentication with an identity provider is configured but not enforced.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNCONFIGURED", "description": "Authentication with an identity provider is not configured.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ImportProjectInput", "description": "Autogenerated input type of ImportProject", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerName", "description": "The name of the Organization or User to create the Project under.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of Project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The description of Project.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "public", "description": "Whether the Project is public or not.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "columnImports", "description": "A list of columns containing issues and pull requests.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectColumnImport", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ImportProjectPayload", "description": "Autogenerated return type of ImportProject.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The new Project!", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Int", "description": "Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InviteEnterpriseAdminInput", "description": "Autogenerated input type of InviteEnterpriseAdmin", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise to which you want to invite an administrator.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "invitee", "description": "The login of a user to invite as an administrator.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "email", "description": "The email of the person to invite as an administrator.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "role", "description": "The role of the administrator.", "type": { "kind": "ENUM", "name": "EnterpriseAdministratorRole", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InviteEnterpriseAdminPayload", "description": "Autogenerated return type of InviteEnterpriseAdmin.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitation", "description": "The created enterprise administrator invitation.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InviteEnterpriseMemberInput", "description": "Autogenerated input type of InviteEnterpriseMember", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise to which you want to invite an unaffiliated member.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "invitee", "description": "The login of a user to invite as an unaffiliated member.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "email", "description": "The email of the person to invite as an unaffiliated member.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InviteEnterpriseMemberPayload", "description": "Autogenerated return type of InviteEnterpriseMember.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitation", "description": "The created enterprise member invitation.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "IpAllowListEnabledSettingValue", "description": "The possible values for the IP allow list enabled setting.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ENABLED", "description": "The setting is enabled for the owner.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED", "description": "The setting is disabled for the owner.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "IpAllowListEntry", "description": "An IP address or range of addresses that is allowed to access an owner's resources.", "fields": [ { "name": "allowListValue", "description": "A single IP address or range of IP addresses in CIDR notation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the IpAllowListEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive", "description": "Whether the entry is currently active.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the IP allow list entry.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The owner of the IP allow list entry.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "IpAllowListOwner", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "IpAllowListEntryConnection", "description": "The connection type for IpAllowListEntry.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IpAllowListEntryEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IpAllowListEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "IpAllowListEntryEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "IpAllowListEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "IpAllowListEntryOrder", "description": "Ordering options for IP allow list entry connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order IP allow list entries by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IpAllowListEntryOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "IpAllowListEntryOrderField", "description": "Properties by which IP allow list entry connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order IP allow list entries by creation time.", "isDeprecated": false, "deprecationReason": null }, { "name": "ALLOW_LIST_VALUE", "description": "Order IP allow list entries by the allow list value.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "IpAllowListForInstalledAppsEnabledSettingValue", "description": "The possible values for the IP allow list configuration for installed GitHub Apps setting.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ENABLED", "description": "The setting is enabled for the owner.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED", "description": "The setting is disabled for the owner.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "IpAllowListOwner", "description": "Types that can own an IP allow list.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "App", "ofType": null }, { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null } ] }, { "kind": "OBJECT", "name": "Issue", "description": "An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.", "fields": [ { "name": "activeLockReason", "description": "Reason that the conversation was locked.", "args": [], "type": { "kind": "ENUM", "name": "LockReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignees", "description": "A list of Users assigned to this object.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "Identifies the body of the issue.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyResourcePath", "description": "The http path for this issue body", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "Identifies the body of the issue rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyUrl", "description": "The http URL for this issue body", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closed", "description": "Indicates if the object is closed (definition of closed may depend on type)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closedAt", "description": "Identifies the date and time when the object was closed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comments", "description": "A list of comments associated with the Issue.", "args": [ { "name": "orderBy", "description": "Ordering options for issue comments returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueCommentOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDatabaseId", "description": "Identifies the primary key from the database as a BigInt.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hovercard", "description": "The hovercard information for this issue", "args": [ { "name": "includeNotificationContexts", "description": "Whether or not to include notification contexts", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Hovercard", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Issue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPinned", "description": "Indicates whether or not this issue is currently pinned to the repository issues list", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isReadByViewer", "description": "Is this issue read by the viewer", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "labels", "description": "A list of labels associated with the object.", "args": [ { "name": "orderBy", "description": "Ordering options for labels returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "LabelOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "linkedBranches", "description": "Branches linked to this issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedBranchConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "locked", "description": "`true` if the object is locked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "milestone", "description": "Identifies the milestone associated with the issue.", "args": [], "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "Identifies the issue number.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "participants", "description": "A list of Users that are participating in the Issue conversation.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectCards", "description": "List of project cards associated with this issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "archivedStates", "description": "A list of archived states to filter the cards by", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectCardArchivedState", "ofType": null } }, "defaultValue": "[ARCHIVED, NOT_ARCHIVED]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectCardConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectItems", "description": "List of project items associated with this issue.", "args": [ { "name": "includeArchived", "description": "Include archived items.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "Find a project by number.", "args": [ { "name": "number", "description": "The project number.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsV2", "description": "A list of projects under the owner.", "args": [ { "name": "query", "description": "A project to search for under the the owner.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "How to order the returned projects.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2Order", "ofType": null }, "defaultValue": "{field: NUMBER, direction: DESC}" }, { "name": "minPermissionLevel", "description": "Filter projects based on user role.", "type": { "kind": "ENUM", "name": "ProjectV2PermissionLevel", "ofType": null }, "defaultValue": "READ" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this issue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "Identifies the state of the issue.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stateReason", "description": "Identifies the reason for the issue state.", "args": [], "type": { "kind": "ENUM", "name": "IssueStateReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "timeline", "description": "A list of events, comments, commits, etc. associated with the issue.", "args": [ { "name": "since", "description": "Allows filtering timeline events by a `since` timestamp.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueTimelineConnection", "ofType": null } }, "isDeprecated": true, "deprecationReason": "`timeline` will be removed Use Issue.timelineItems instead. Removal on 2020-10-01 UTC." }, { "name": "timelineItems", "description": "A list of events, comments, commits, etc. associated with the issue.", "args": [ { "name": "since", "description": "Filter timeline items by a `since` timestamp.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "skip", "description": "Skips the first _n_ elements in the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "itemTypes", "description": "Filter timeline items by type.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueTimelineItemsItemType", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueTimelineItemsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Identifies the issue title.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "titleHTML", "description": "Identifies the issue title rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "trackedInIssues", "description": "A list of issues that track this issue", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "trackedIssues", "description": "A list of issues tracked inside the current issue", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "trackedIssuesCount", "description": "The number of tracked issues for this issue", "args": [ { "name": "states", "description": "Limit the count to tracked issues with the specified states.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "TrackedIssueStates", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this issue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanClose", "description": "Indicates if the object can be closed by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReopen", "description": "Indicates if the object can be reopened by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.", "args": [], "type": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerThreadSubscriptionFormAction", "description": "Identifies the viewer's thread subscription form action.", "args": [], "type": { "kind": "ENUM", "name": "ThreadSubscriptionFormAction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerThreadSubscriptionStatus", "description": "Identifies the viewer's thread subscription status.", "args": [], "type": { "kind": "ENUM", "name": "ThreadSubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Assignable", "ofType": null }, { "kind": "INTERFACE", "name": "Closable", "ofType": null }, { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Labelable", "ofType": null }, { "kind": "INTERFACE", "name": "Lockable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2Owner", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null }, { "kind": "INTERFACE", "name": "Subscribable", "ofType": null }, { "kind": "INTERFACE", "name": "SubscribableThread", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "IssueClosedStateReason", "description": "The possible state reasons of a closed issue.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "COMPLETED", "description": "An issue that has been closed as completed", "isDeprecated": false, "deprecationReason": null }, { "name": "NOT_PLANNED", "description": "An issue that has been closed as not planned", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueComment", "description": "Represents a comment on an Issue.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The body as Markdown.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDatabaseId", "description": "Identifies the primary key from the database as a BigInt.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the IssueComment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "Identifies the issue associated with the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of `abuse`, `off-topic`, `outdated`, `resolved`, `duplicate` and `spam`. Note that the case and formatting of these values differs from the inputs to the `MinimizeComment` mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "Returns the pull request associated with the comment, if this comment was made on a\npull request.\n", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this issue comment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this issue comment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Minimizable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueCommentConnection", "description": "The connection type for IssueComment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueCommentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueComment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueCommentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "IssueCommentOrder", "description": "Ways in which lists of issue comments can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order issue comments by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueCommentOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order issue comments by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "IssueCommentOrderField", "description": "Properties by which issue comment connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "UPDATED_AT", "description": "Order issue comments by update time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueConnection", "description": "The connection type for Issue.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueContributionsByRepository", "description": "This aggregates issues opened by a user within one repository.", "fields": [ { "name": "contributions", "description": "The issue contributions.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ContributionOrder", "ofType": null }, "defaultValue": "{direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedIssueContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository in which the issues were opened.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "IssueFilters", "description": "Ways in which to filter lists of issues.", "fields": null, "inputFields": [ { "name": "assignee", "description": "List issues assigned to given name. Pass in `null` for issues with no assigned user, and `*` for issues assigned to any user.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "createdBy", "description": "List issues created by given name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "labels", "description": "List issues where the list of label names exist on the issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "mentioned", "description": "List issues where the given name is mentioned in the issue.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "milestone", "description": "List issues by given milestone argument. If an string representation of an integer is passed, it should refer to a milestone by its database ID. Pass in `null` for issues with no milestone, and `*` for issues that are assigned to any milestone.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "milestoneNumber", "description": "List issues by given milestone argument. If an string representation of an integer is passed, it should refer to a milestone by its number field. Pass in `null` for issues with no milestone, and `*` for issues that are assigned to any milestone.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "since", "description": "List issues that have been updated at or after the given date.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "states", "description": "List issues filtered by the list of states given.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueState", "ofType": null } } }, "defaultValue": null }, { "name": "viewerSubscribed", "description": "List issues subscribed to by viewer.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "IssueOrPullRequest", "description": "Used for return value of Repository.issueOrPullRequest.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "IssueOrder", "description": "Ways in which lists of issues can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order issues by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order issues by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "IssueOrderField", "description": "Properties by which issue connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order issues by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order issues by update time", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMENTS", "description": "Order issues by comment count", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "IssueState", "description": "The possible states of an issue.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "An issue that is still open", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED", "description": "An issue that has been closed", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "IssueStateReason", "description": "The possible state reasons of an issue.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "REOPENED", "description": "An issue that has been reopened", "isDeprecated": false, "deprecationReason": null }, { "name": "NOT_PLANNED", "description": "An issue that has been closed as not planned", "isDeprecated": false, "deprecationReason": null }, { "name": "COMPLETED", "description": "An issue that has been closed as completed", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueTemplate", "description": "A repository issue template.", "fields": [ { "name": "about", "description": "The template purpose.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignees", "description": "The suggested assignees.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The suggested issue body.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "filename", "description": "The template filename.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labels", "description": "The suggested issue labels", "args": [ { "name": "orderBy", "description": "Ordering options for labels returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "LabelOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The template name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The suggested issue title.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueTimelineConnection", "description": "The connection type for IssueTimelineItem.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueTimelineItemEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "IssueTimelineItem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "IssueTimelineItem", "description": "An item in an issue timeline", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AssignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ClosedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Commit", "ofType": null }, { "kind": "OBJECT", "name": "CrossReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DemilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "LabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "LockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RenamedTitleEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReopenedEvent", "ofType": null }, { "kind": "OBJECT", "name": "SubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "TransferredEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnassignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnsubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UserBlockedEvent", "ofType": null } ] }, { "kind": "OBJECT", "name": "IssueTimelineItemEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "IssueTimelineItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "IssueTimelineItems", "description": "An item in an issue timeline", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AddedToProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "AssignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ClosedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConnectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConvertedNoteToIssueEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConvertedToDiscussionEvent", "ofType": null }, { "kind": "OBJECT", "name": "CrossReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DemilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DisconnectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "LabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "LockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MarkedAsDuplicateEvent", "ofType": null }, { "kind": "OBJECT", "name": "MentionedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MovedColumnsInProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "PinnedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RemovedFromProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "RenamedTitleEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReopenedEvent", "ofType": null }, { "kind": "OBJECT", "name": "SubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "TransferredEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnassignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnmarkedAsDuplicateEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnpinnedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnsubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UserBlockedEvent", "ofType": null } ] }, { "kind": "OBJECT", "name": "IssueTimelineItemsConnection", "description": "The connection type for IssueTimelineItems.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueTimelineItemsEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "filteredCount", "description": "Identifies the count of items after applying `before` and `after` filters.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "IssueTimelineItems", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageCount", "description": "Identifies the count of items after applying `before`/`after` filters and `first`/`last`/`skip` slicing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the timeline was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "IssueTimelineItemsEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "IssueTimelineItems", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "IssueTimelineItemsItemType", "description": "The possible item types found in a timeline.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ISSUE_COMMENT", "description": "Represents a comment on an Issue.", "isDeprecated": false, "deprecationReason": null }, { "name": "CROSS_REFERENCED_EVENT", "description": "Represents a mention made by one issue or pull request to another.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADDED_TO_PROJECT_EVENT", "description": "Represents a 'added_to_project' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "ASSIGNED_EVENT", "description": "Represents an 'assigned' event on any assignable object.", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED_EVENT", "description": "Represents a 'closed' event on any `Closable`.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMENT_DELETED_EVENT", "description": "Represents a 'comment_deleted' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONNECTED_EVENT", "description": "Represents a 'connected' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONVERTED_NOTE_TO_ISSUE_EVENT", "description": "Represents a 'converted_note_to_issue' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONVERTED_TO_DISCUSSION_EVENT", "description": "Represents a 'converted_to_discussion' event on a given issue.", "isDeprecated": false, "deprecationReason": null }, { "name": "DEMILESTONED_EVENT", "description": "Represents a 'demilestoned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISCONNECTED_EVENT", "description": "Represents a 'disconnected' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "LABELED_EVENT", "description": "Represents a 'labeled' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "LOCKED_EVENT", "description": "Represents a 'locked' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MARKED_AS_DUPLICATE_EVENT", "description": "Represents a 'marked_as_duplicate' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MENTIONED_EVENT", "description": "Represents a 'mentioned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MILESTONED_EVENT", "description": "Represents a 'milestoned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MOVED_COLUMNS_IN_PROJECT_EVENT", "description": "Represents a 'moved_columns_in_project' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "PINNED_EVENT", "description": "Represents a 'pinned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "REFERENCED_EVENT", "description": "Represents a 'referenced' event on a given `ReferencedSubject`.", "isDeprecated": false, "deprecationReason": null }, { "name": "REMOVED_FROM_PROJECT_EVENT", "description": "Represents a 'removed_from_project' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "RENAMED_TITLE_EVENT", "description": "Represents a 'renamed' event on a given issue or pull request", "isDeprecated": false, "deprecationReason": null }, { "name": "REOPENED_EVENT", "description": "Represents a 'reopened' event on any `Closable`.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIBED_EVENT", "description": "Represents a 'subscribed' event on a given `Subscribable`.", "isDeprecated": false, "deprecationReason": null }, { "name": "TRANSFERRED_EVENT", "description": "Represents a 'transferred' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNASSIGNED_EVENT", "description": "Represents an 'unassigned' event on any assignable object.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNLABELED_EVENT", "description": "Represents an 'unlabeled' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNLOCKED_EVENT", "description": "Represents an 'unlocked' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "USER_BLOCKED_EVENT", "description": "Represents a 'user_blocked' event on a given user.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNMARKED_AS_DUPLICATE_EVENT", "description": "Represents an 'unmarked_as_duplicate' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNPINNED_EVENT", "description": "Represents an 'unpinned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNSUBSCRIBED_EVENT", "description": "Represents an 'unsubscribed' event on a given `Subscribable`.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "JoinedGitHubContribution", "description": "Represents a user signing up for a GitHub account.", "fields": [ { "name": "isRestricted", "description": "Whether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "occurredAt", "description": "When this contribution was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made this contribution.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Contribution", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Label", "description": "A label for categorizing Issues, Pull Requests, Milestones, or Discussions with a given Repository.", "fields": [ { "name": "color", "description": "Identifies the label color.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the label was created.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "A brief description of this label.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Label object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDefault", "description": "Indicates whether or not this is a default label.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issues", "description": "A list of issues associated with this label.", "args": [ { "name": "orderBy", "description": "Ordering options for issues returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the issues by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueState", "ofType": null } } }, "defaultValue": null }, { "name": "filterBy", "description": "Filtering options for issues returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilters", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Identifies the label name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequests", "description": "A list of pull requests associated with this label.", "args": [ { "name": "states", "description": "A list of states to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestState", "ofType": null } } }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this label.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this label.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the label was last updated.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this label.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LabelConnection", "description": "The connection type for Label.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LabelEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Label", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LabelEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Label", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LabelOrder", "description": "Ways in which lists of labels can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order labels by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LabelOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order labels by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "LabelOrderField", "description": "Properties by which label connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NAME", "description": "Order labels by name ", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order labels by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "Labelable", "description": "An object that can have labels assigned to it.", "fields": [ { "name": "labels", "description": "A list of labels associated with the object.", "args": [ { "name": "orderBy", "description": "Ordering options for labels returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "LabelOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "OBJECT", "name": "LabeledEvent", "description": "Represents a 'labeled' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the LabeledEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": "Identifies the label associated with the 'labeled' event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Label", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelable", "description": "Identifies the `Labelable` associated with the event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Labelable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Language", "description": "Represents a given language found in repositories.", "fields": [ { "name": "color", "description": "The color defined for the current language.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Language object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the current language.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LanguageConnection", "description": "A list of languages associated with the parent.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LanguageEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Language", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalSize", "description": "The total size in bytes of files written in that language.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LanguageEdge", "description": "Represents the language of a repository.", "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Language", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": "The number of bytes of code written in the language.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LanguageOrder", "description": "Ordering options for language connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order languages by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "LanguageOrderField", "description": "Properties by which language connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SIZE", "description": "Order languages by the size of all files containing the language", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "License", "description": "A repository's open source license", "fields": [ { "name": "body", "description": "The full text of the license", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "conditions", "description": "The conditions set by the license", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LicenseRule", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "A human-readable description of the license", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "featured", "description": "Whether the license should be featured", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hidden", "description": "Whether the license should be displayed in license pickers", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the License object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "implementation", "description": "Instructions on how to implement the license", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "key", "description": "The lowercased SPDX ID of the license", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "limitations", "description": "The limitations set by the license", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LicenseRule", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The license full name specified by ", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nickname", "description": "Customary short name if applicable (e.g, GPLv3)", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": "The permissions set by the license", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LicenseRule", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pseudoLicense", "description": "Whether the license is a pseudo-license placeholder (e.g., other, no-license)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "spdxId", "description": "Short identifier specified by ", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "URL to the license on ", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LicenseRule", "description": "Describes a License's conditions, permissions, and limitations", "fields": [ { "name": "description", "description": "A description of the rule", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "key", "description": "The machine-readable rule key", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": "The human-readable rule label", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LinkProjectV2ToRepositoryInput", "description": "Autogenerated input type of LinkProjectV2ToRepository", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the project to link to the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to link to the project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkProjectV2ToRepositoryPayload", "description": "Autogenerated return type of LinkProjectV2ToRepository.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository the project is linked to.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LinkProjectV2ToTeamInput", "description": "Autogenerated input type of LinkProjectV2ToTeam", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the project to link to the team.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "teamId", "description": "The ID of the team to link to the project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkProjectV2ToTeamPayload", "description": "Autogenerated return type of LinkProjectV2ToTeam.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "The team the project is linked to", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LinkRepositoryToProjectInput", "description": "Autogenerated input type of LinkRepositoryToProject", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to link to a Repository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the Repository to link to a Project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkRepositoryToProjectPayload", "description": "Autogenerated return type of LinkRepositoryToProject.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The linked Project.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The linked Repository.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkedBranch", "description": "A branch linked to an issue.", "fields": [ { "name": "id", "description": "The Node ID of the LinkedBranch object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "The branch's ref.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkedBranchConnection", "description": "A list of branches linked to an issue.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedBranchEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkedBranch", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LinkedBranchEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "LinkedBranch", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LockLockableInput", "description": "Autogenerated input type of LockLockable", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "lockableId", "description": "ID of the item to be locked.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "lockReason", "description": "A reason for why the item will be locked.", "type": { "kind": "ENUM", "name": "LockReason", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LockLockablePayload", "description": "Autogenerated return type of LockLockable.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockedRecord", "description": "The item that was locked.", "args": [], "type": { "kind": "INTERFACE", "name": "Lockable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "LockReason", "description": "The possible reasons that an issue or pull request was locked.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OFF_TOPIC", "description": "The issue or pull request was locked because the conversation was off-topic.", "isDeprecated": false, "deprecationReason": null }, { "name": "TOO_HEATED", "description": "The issue or pull request was locked because the conversation was too heated.", "isDeprecated": false, "deprecationReason": null }, { "name": "RESOLVED", "description": "The issue or pull request was locked because the conversation was resolved.", "isDeprecated": false, "deprecationReason": null }, { "name": "SPAM", "description": "The issue or pull request was locked because the conversation was spam.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "Lockable", "description": "An object that can be locked.", "fields": [ { "name": "activeLockReason", "description": "Reason that the conversation was locked.", "args": [], "type": { "kind": "ENUM", "name": "LockReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "locked", "description": "`true` if the object is locked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "OBJECT", "name": "LockedEvent", "description": "Represents a 'locked' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the LockedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockReason", "description": "Reason that the conversation was locked (optional).", "args": [], "type": { "kind": "ENUM", "name": "LockReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockable", "description": "Object that was locked.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Lockable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Mannequin", "description": "A placeholder user for attribution of imported data on GitHub.", "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the GitHub App's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "claimant", "description": "The user that has claimed the data attributed to this mannequin.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The mannequin's email on the source instance.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Mannequin object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "The username of the actor.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTML path to this resource.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The URL to this resource.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Actor", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MannequinConnection", "description": "A list of mannequins.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MannequinEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Mannequin", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MannequinEdge", "description": "Represents a mannequin.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Mannequin", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MannequinOrder", "description": "Ordering options for mannequins.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order mannequins by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MannequinOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MannequinOrderField", "description": "Properties by which mannequins can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LOGIN", "description": "Order mannequins alphabetically by their source login.", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order mannequins why when they were created.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MarkDiscussionCommentAsAnswerInput", "description": "Autogenerated input type of MarkDiscussionCommentAsAnswer", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node ID of the discussion comment to mark as an answer.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarkDiscussionCommentAsAnswerPayload", "description": "Autogenerated return type of MarkDiscussionCommentAsAnswer.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion that includes the chosen comment.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MarkFileAsViewedInput", "description": "Autogenerated input type of MarkFileAsViewed", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The Node ID of the pull request.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "path", "description": "The path of the file to mark as viewed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarkFileAsViewedPayload", "description": "Autogenerated return type of MarkFileAsViewed.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The updated pull request.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MarkNotificationAsDoneInput", "description": "Autogenerated input type of MarkNotificationAsDone", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The NotificationThread id.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarkNotificationAsDonePayload", "description": "Autogenerated return type of MarkNotificationAsDone.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Did the operation succeed?", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewer", "description": "The user that the notification belongs to.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MarkProjectV2AsTemplateInput", "description": "Autogenerated input type of MarkProjectV2AsTemplate", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to mark as a template.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarkProjectV2AsTemplatePayload", "description": "Autogenerated return type of MarkProjectV2AsTemplate.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "The project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MarkPullRequestReadyForReviewInput", "description": "Autogenerated input type of MarkPullRequestReadyForReview", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "ID of the pull request to be marked as ready for review.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarkPullRequestReadyForReviewPayload", "description": "Autogenerated return type of MarkPullRequestReadyForReview.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that is ready for review.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarkedAsDuplicateEvent", "description": "Represents a 'marked_as_duplicate' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "canonical", "description": "The authoritative issue or pull request which has been duplicated by another.", "args": [], "type": { "kind": "UNION", "name": "IssueOrPullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "duplicate", "description": "The issue or pull request which has been marked as a duplicate of another.", "args": [], "type": { "kind": "UNION", "name": "IssueOrPullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MarkedAsDuplicateEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCrossRepository", "description": "Canonical and duplicate belong to different repositories.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarketplaceCategory", "description": "A public description of a Marketplace category.", "fields": [ { "name": "description", "description": "The category's description.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "howItWorks", "description": "The technical description of how apps listed in this category work with GitHub.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MarketplaceCategory object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The category's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "primaryListingCount", "description": "How many Marketplace listings have this as their primary category.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this Marketplace category.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "secondaryListingCount", "description": "How many Marketplace listings have this as their secondary category.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": "The short name of the category used in its URL.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this Marketplace category.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarketplaceListing", "description": "A listing in the GitHub integration marketplace.", "fields": [ { "name": "app", "description": "The GitHub App this listing represents.", "args": [], "type": { "kind": "OBJECT", "name": "App", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "companyUrl", "description": "URL to the listing owner's company site.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "configurationResourcePath", "description": "The HTTP path for configuring access to the listing's integration or OAuth app", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "configurationUrl", "description": "The HTTP URL for configuring access to the listing's integration or OAuth app", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "documentationUrl", "description": "URL to the listing's documentation.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "extendedDescription", "description": "The listing's detailed description.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "extendedDescriptionHTML", "description": "The listing's detailed description rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDescription", "description": "The listing's introductory description.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDescriptionHTML", "description": "The listing's introductory description rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasPublishedFreeTrialPlans", "description": "Does this listing have any plans with a free trial?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasTermsOfService", "description": "Does this listing have a terms of service link?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasVerifiedOwner", "description": "Whether the creator of the app is a verified org", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "howItWorks", "description": "A technical description of how this app works with GitHub.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "howItWorksHTML", "description": "The listing's technical description rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MarketplaceListing object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "installationUrl", "description": "URL to install the product to the viewer's account or organization.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "installedForViewer", "description": "Whether this listing's app has been installed for the current viewer", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isArchived", "description": "Whether this listing has been removed from the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDraft", "description": "Whether this listing is still an editable draft that has not been submitted for review and is not publicly visible in the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPaid", "description": "Whether the product this listing represents is available as part of a paid plan.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": "Whether this listing has been approved for display in the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRejected", "description": "Whether this listing has been rejected by GitHub for display in the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isUnverified", "description": "Whether this listing has been approved for unverified display in the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isUnverifiedPending", "description": "Whether this draft listing has been submitted for review for approval to be unverified in the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerificationPendingFromDraft", "description": "Whether this draft listing has been submitted for review from GitHub for approval to be verified in the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerificationPendingFromUnverified", "description": "Whether this unverified listing has been submitted for review from GitHub for approval to be verified in the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": "Whether this listing has been approved for verified display in the Marketplace.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "logoBackgroundColor", "description": "The hex color code, without the leading '#', for the logo background.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "logoUrl", "description": "URL for the listing's logo image.", "args": [ { "name": "size", "description": "The size in pixels of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "400" } ], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The listing's full name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "normalizedShortDescription", "description": "The listing's very short description without a trailing period or ampersands.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pricingUrl", "description": "URL to the listing's detailed pricing.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "primaryCategory", "description": "The category that best describes the listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MarketplaceCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "privacyPolicyUrl", "description": "URL to the listing's privacy policy, may return an empty string for listings that do not require a privacy policy URL.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for the Marketplace listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "screenshotUrls", "description": "The URLs for the listing's screenshots.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "secondaryCategory", "description": "An alternate category that describes the listing.", "args": [], "type": { "kind": "OBJECT", "name": "MarketplaceCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription", "description": "The listing's very short description.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": "The short name of the listing used in its URL.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusUrl", "description": "URL to the listing's status page.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "supportEmail", "description": "An email address for support for this listing's app.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "supportUrl", "description": "Either a URL or an email address for support for this listing's app, may return an empty string for listings that do not require a support URL.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "termsOfServiceUrl", "description": "URL to the listing's terms of service.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for the Marketplace listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanAddPlans", "description": "Can the current viewer add plans for this Marketplace listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanApprove", "description": "Can the current viewer approve this Marketplace listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelist", "description": "Can the current viewer delist this Marketplace listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanEdit", "description": "Can the current viewer edit this Marketplace listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanEditCategories", "description": "Can the current viewer edit the primary and secondary category of this\nMarketplace listing.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanEditPlans", "description": "Can the current viewer edit the plans for this Marketplace listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanRedraft", "description": "Can the current viewer return this Marketplace listing to draft state\nso it becomes editable again.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReject", "description": "Can the current viewer reject this Marketplace listing by returning it to\nan editable draft state or rejecting it entirely.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanRequestApproval", "description": "Can the current viewer request this listing be reviewed for display in\nthe Marketplace as verified.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasPurchased", "description": "Indicates whether the current user has an active subscription to this Marketplace listing.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasPurchasedForAllOrganizations", "description": "Indicates if the current user has purchased a subscription to this Marketplace listing\nfor all of the organizations the user owns.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerIsListingAdmin", "description": "Does the current viewer role allow them to administer this Marketplace listing.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarketplaceListingConnection", "description": "Look up Marketplace Listings", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MarketplaceListingEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MarketplaceListing", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MarketplaceListingEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "MarketplaceListing", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MaxFilePathLengthParameters", "description": "Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph. NOTE: This rule is in beta and subject to change", "fields": [ { "name": "maxFilePathLength", "description": "The maximum amount of characters allowed in file paths", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MaxFilePathLengthParametersInput", "description": "Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph. NOTE: This rule is in beta and subject to change", "fields": null, "inputFields": [ { "name": "maxFilePathLength", "description": "The maximum amount of characters allowed in file paths", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MaxFileSizeParameters", "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit. NOTE: This rule is in beta and subject to change", "fields": [ { "name": "maxFileSize", "description": "The maximum file size allowed in megabytes. This limit does not apply to Git Large File Storage (Git LFS).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MaxFileSizeParametersInput", "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit. NOTE: This rule is in beta and subject to change", "fields": null, "inputFields": [ { "name": "maxFileSize", "description": "The maximum file size allowed in megabytes. This limit does not apply to Git Large File Storage (Git LFS).", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberFeatureRequestNotification", "description": "Represents a member feature request notification", "fields": [ { "name": "body", "description": "Represents member feature request body containing entity name and the number of feature requests", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MemberFeatureRequestNotification object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Represents member feature request notification title", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "MemberStatusable", "description": "Entities that have members who can set status messages.", "fields": [ { "name": "memberStatuses", "description": "Get the status messages members of this entity have set that are either public or visible only to the organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for user statuses returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "UserStatusOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserStatusConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null } ] }, { "kind": "OBJECT", "name": "MembersCanDeleteReposClearAuditEntry", "description": "Audit log entry for a members_can_delete_repos.clear event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MembersCanDeleteReposClearAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposDisableAuditEntry", "description": "Audit log entry for a members_can_delete_repos.disable event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MembersCanDeleteReposDisableAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposEnableAuditEntry", "description": "Audit log entry for a members_can_delete_repos.enable event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MembersCanDeleteReposEnableAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MentionedEvent", "description": "Represents a 'mentioned' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MentionedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MergeBranchInput", "description": "Autogenerated input type of MergeBranch", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the Repository containing the base branch that will be modified.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "base", "description": "The name of the base branch that the provided head will be merged into.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "head", "description": "The head to merge into the base branch. This can be a branch name or a commit GitObjectID.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "commitMessage", "description": "Message to use for the merge commit. If omitted, a default will be used.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "authorEmail", "description": "The email address to associate with this commit.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MergeBranchPayload", "description": "Autogenerated return type of MergeBranch.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeCommit", "description": "The resulting merge Commit.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MergeCommitMessage", "description": "The possible default commit messages for merges.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PR_TITLE", "description": "Default to the pull request's title.", "isDeprecated": false, "deprecationReason": null }, { "name": "PR_BODY", "description": "Default to the pull request's body.", "isDeprecated": false, "deprecationReason": null }, { "name": "BLANK", "description": "Default to a blank commit message.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "MergeCommitTitle", "description": "The possible default commit titles for merges.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PR_TITLE", "description": "Default to the pull request's title.", "isDeprecated": false, "deprecationReason": null }, { "name": "MERGE_MESSAGE", "description": "Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MergePullRequestInput", "description": "Autogenerated input type of MergePullRequest", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "ID of the pull request to be merged.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "commitHeadline", "description": "Commit headline to use for the merge commit; if omitted, a default message will be used.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "commitBody", "description": "Commit body to use for the merge commit; if omitted, a default message will be used", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "expectedHeadOid", "description": "OID that the pull request head ref must match to allow merge; if omitted, no check is performed.", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null }, { "name": "mergeMethod", "description": "The merge method to use. If omitted, defaults to 'MERGE'", "type": { "kind": "ENUM", "name": "PullRequestMergeMethod", "ofType": null }, "defaultValue": "MERGE" }, { "name": "authorEmail", "description": "The email address to associate with this merge.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MergePullRequestPayload", "description": "Autogenerated return type of MergePullRequest.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that was merged.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MergeQueue", "description": "The queue of pull request entries to be merged into a protected branch in a repository.", "fields": [ { "name": "configuration", "description": "The configuration for this merge queue", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueueConfiguration", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entries", "description": "The entries in the queue", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MergeQueueEntryConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MergeQueue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextEntryEstimatedTimeToMerge", "description": "The estimated time in seconds until a newly added entry would be merged", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository this merge queue belongs to", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this merge queue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this merge queue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MergeQueueConfiguration", "description": "Configuration for a MergeQueue", "fields": [ { "name": "checkResponseTimeout", "description": "The amount of time in minutes to wait for a check response before considering it a failure.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "maximumEntriesToBuild", "description": "The maximum number of entries to build at once.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "maximumEntriesToMerge", "description": "The maximum number of entries to merge at once.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeMethod", "description": "The merge method to use for this queue.", "args": [], "type": { "kind": "ENUM", "name": "PullRequestMergeMethod", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergingStrategy", "description": "The strategy to use when merging entries.", "args": [], "type": { "kind": "ENUM", "name": "MergeQueueMergingStrategy", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimumEntriesToMerge", "description": "The minimum number of entries required to merge at once.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimumEntriesToMergeWaitTime", "description": "The amount of time in minutes to wait before ignoring the minumum number of entries in the queue requirement and merging a collection of entries", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MergeQueueEntry", "description": "Entries in a MergeQueue", "fields": [ { "name": "baseCommit", "description": "The base commit for this entry", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enqueuedAt", "description": "The date and time this entry was added to the merge queue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enqueuer", "description": "The actor that enqueued this entry", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Actor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "estimatedTimeToMerge", "description": "The estimated time in seconds until this entry will be merged", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headCommit", "description": "The head commit for this entry", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MergeQueueEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "jump", "description": "Whether this pull request should jump the queue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeQueue", "description": "The merge queue that this entry belongs to", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": "The position of this entry in the queue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that will be added to a merge group", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "solo", "description": "Does this pull request need to be deployed on its own", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of this entry in the queue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MergeQueueEntryState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MergeQueueEntryConnection", "description": "The connection type for MergeQueueEntry.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeQueueEntryEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeQueueEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MergeQueueEntryEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueueEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MergeQueueEntryState", "description": "The possible states for a merge queue entry.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "QUEUED", "description": "The entry is currently queued.", "isDeprecated": false, "deprecationReason": null }, { "name": "AWAITING_CHECKS", "description": "The entry is currently waiting for checks to pass.", "isDeprecated": false, "deprecationReason": null }, { "name": "MERGEABLE", "description": "The entry is currently mergeable.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNMERGEABLE", "description": "The entry is currently unmergeable.", "isDeprecated": false, "deprecationReason": null }, { "name": "LOCKED", "description": "The entry is currently locked.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "MergeQueueMergingStrategy", "description": "The possible merging strategies for a merge queue.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALLGREEN", "description": "Entries only allowed to merge if they are passing.", "isDeprecated": false, "deprecationReason": null }, { "name": "HEADGREEN", "description": "Failing Entires are allowed to merge if they are with a passing entry.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "MergeStateStatus", "description": "Detailed status information about a pull request merge.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DIRTY", "description": "The merge commit cannot be cleanly created.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNKNOWN", "description": "The state cannot currently be determined.", "isDeprecated": false, "deprecationReason": null }, { "name": "BLOCKED", "description": "The merge is blocked.", "isDeprecated": false, "deprecationReason": null }, { "name": "BEHIND", "description": "The head ref is out of date.", "isDeprecated": false, "deprecationReason": null }, { "name": "DRAFT", "description": "The merge is blocked due to the pull request being a draft.", "isDeprecated": true, "deprecationReason": "DRAFT state will be removed from this enum and `isDraft` should be used instead Use PullRequest.isDraft instead. Removal on 2021-01-01 UTC." }, { "name": "UNSTABLE", "description": "Mergeable with non-passing commit status.", "isDeprecated": false, "deprecationReason": null }, { "name": "HAS_HOOKS", "description": "Mergeable with passing commit status and pre-receive hooks.", "isDeprecated": false, "deprecationReason": null }, { "name": "CLEAN", "description": "Mergeable and passing commit status.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "MergeableState", "description": "Whether or not a PullRequest can be merged.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MERGEABLE", "description": "The pull request can be merged.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONFLICTING", "description": "The pull request cannot be merged due to merge conflicts.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNKNOWN", "description": "The mergeability of the pull request is still being calculated.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "MergedEvent", "description": "Represents a 'merged' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "Identifies the commit associated with the `merge` event.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MergedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeRef", "description": "Identifies the Ref associated with the `merge` event.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeRefName", "description": "Identifies the name of the Ref associated with the `merge` event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this merged event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this merged event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Migration", "description": "Represents a GitHub Enterprise Importer (GEI) migration.", "fields": [ { "name": "continueOnError", "description": "The migration flag to continue on error.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "failureReason", "description": "The reason the migration failed.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Migration object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "migrationLogUrl", "description": "The URL for the migration log (expires 1 day after migration completes).", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "migrationSource", "description": "The migration source.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MigrationSource", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The target repository name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceUrl", "description": "The migration source URL, for example `https://github.com` or `https://monalisa.ghe.com`.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The migration state.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MigrationState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "warningsCount", "description": "The number of warnings encountered for this migration. To review the warnings, check the [Migration Log](https://docs.github.com/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "RepositoryMigration", "ofType": null } ] }, { "kind": "OBJECT", "name": "MigrationSource", "description": "A GitHub Enterprise Importer (GEI) migration source.", "fields": [ { "name": "id", "description": "The Node ID of the MigrationSource object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The migration source name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "The migration source type.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MigrationSourceType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The migration source URL, for example `https://github.com` or `https://monalisa.ghe.com`.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MigrationSourceType", "description": "Represents the different GitHub Enterprise Importer (GEI) migration sources.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "AZURE_DEVOPS", "description": "An Azure DevOps migration source.", "isDeprecated": false, "deprecationReason": null }, { "name": "BITBUCKET_SERVER", "description": "A Bitbucket Server migration source.", "isDeprecated": false, "deprecationReason": null }, { "name": "GITHUB_ARCHIVE", "description": "A GitHub Migration API source.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "MigrationState", "description": "The GitHub Enterprise Importer (GEI) migration state.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NOT_STARTED", "description": "The migration has not started.", "isDeprecated": false, "deprecationReason": null }, { "name": "QUEUED", "description": "The migration has been queued.", "isDeprecated": false, "deprecationReason": null }, { "name": "IN_PROGRESS", "description": "The migration is in progress.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUCCEEDED", "description": "The migration has succeeded.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILED", "description": "The migration has failed.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING_VALIDATION", "description": "The migration needs to have its credentials validated.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILED_VALIDATION", "description": "The migration has invalid credentials.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Milestone", "description": "Represents a Milestone object on a given repository.", "fields": [ { "name": "closed", "description": "Indicates if the object is closed (definition of closed may depend on type)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closedAt", "description": "Identifies the date and time when the object was closed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "Identifies the actor who created the milestone.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Identifies the description of the milestone.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dueOn", "description": "Identifies the due date of the milestone.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Milestone object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issues", "description": "A list of issues associated with the milestone.", "args": [ { "name": "orderBy", "description": "Ordering options for issues returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the issues by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueState", "ofType": null } } }, "defaultValue": null }, { "name": "filterBy", "description": "Filtering options for issues returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilters", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "Identifies the number of the milestone.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "progressPercentage", "description": "Identifies the percentage complete for the milestone", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequests", "description": "A list of pull requests associated with the milestone.", "args": [ { "name": "states", "description": "A list of states to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestState", "ofType": null } } }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this milestone.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this milestone", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "Identifies the state of the milestone.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MilestoneState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Identifies the title of the milestone.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this milestone", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanClose", "description": "Indicates if the object can be closed by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReopen", "description": "Indicates if the object can be reopened by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Closable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MilestoneConnection", "description": "The connection type for Milestone.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MilestoneEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MilestoneEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "MilestoneItem", "description": "Types that can be inside a Milestone.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "MilestoneOrder", "description": "Ordering options for milestone connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order milestones by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MilestoneOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MilestoneOrderField", "description": "Properties by which milestone connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DUE_DATE", "description": "Order milestones by when they are due.", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order milestones by when they were created.", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order milestones by when they were last updated.", "isDeprecated": false, "deprecationReason": null }, { "name": "NUMBER", "description": "Order milestones by their number.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "MilestoneState", "description": "The possible states of a milestone.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "A milestone that is still open.", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED", "description": "A milestone that has been closed.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "MilestonedEvent", "description": "Represents a 'milestoned' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MilestonedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "milestoneTitle", "description": "Identifies the milestone title associated with the 'milestoned' event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "Object referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "MilestoneItem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Minimizable", "description": "Entities that can be minimized.", "fields": [ { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of `abuse`, `off-topic`, `outdated`, `resolved`, `duplicate` and `spam`. Note that the case and formatting of these values differs from the inputs to the `MinimizeComment` mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "GistComment", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "MinimizeCommentInput", "description": "Autogenerated input type of MinimizeComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subjectId", "description": "The Node ID of the subject to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "classifier", "description": "The classification of comment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReportedContentClassifiers", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MinimizeCommentPayload", "description": "Autogenerated return type of MinimizeComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizedComment", "description": "The comment that was minimized.", "args": [], "type": { "kind": "INTERFACE", "name": "Minimizable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MoveProjectCardInput", "description": "Autogenerated input type of MoveProjectCard", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "cardId", "description": "The id of the card to move.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "columnId", "description": "The id of the column to move it into.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "afterCardId", "description": "Place the new card after the card with this id. Pass null to place it at the top.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MoveProjectCardPayload", "description": "Autogenerated return type of MoveProjectCard.", "fields": [ { "name": "cardEdge", "description": "The new edge of the moved card.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectCardEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MoveProjectColumnInput", "description": "Autogenerated input type of MoveProjectColumn", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "columnId", "description": "The id of the column to move.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "afterColumnId", "description": "Place the new column after the column with this id. Pass null to place it at the front.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MoveProjectColumnPayload", "description": "Autogenerated return type of MoveProjectColumn.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "columnEdge", "description": "The new edge of the moved column.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectColumnEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MovedColumnsInProjectEvent", "description": "Represents a 'moved_columns_in_project' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the MovedColumnsInProjectEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousProjectColumnName", "description": "Column name the issue or pull request was moved from.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "Project referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectCard", "description": "Project card referenced by this project event.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectCard", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectColumnName", "description": "Column name the issue or pull request was moved to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Mutation", "description": "The root query for implementing GraphQL mutations.", "fields": [ { "name": "abortQueuedMigrations", "description": "Clear all of a customer's queued migrations", "args": [ { "name": "input", "description": "Parameters for AbortQueuedMigrations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AbortQueuedMigrationsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AbortQueuedMigrationsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "abortRepositoryMigration", "description": "Abort a repository migration queued or in progress.", "args": [ { "name": "input", "description": "Parameters for AbortRepositoryMigration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AbortRepositoryMigrationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AbortRepositoryMigrationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptEnterpriseAdministratorInvitation", "description": "Accepts a pending invitation for a user to become an administrator of an enterprise.", "args": [ { "name": "input", "description": "Parameters for AcceptEnterpriseAdministratorInvitation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AcceptEnterpriseAdministratorInvitationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AcceptEnterpriseAdministratorInvitationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptEnterpriseMemberInvitation", "description": "Accepts a pending invitation for a user to become an unaffiliated member of an enterprise.", "args": [ { "name": "input", "description": "Parameters for AcceptEnterpriseMemberInvitation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AcceptEnterpriseMemberInvitationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AcceptEnterpriseMemberInvitationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptTopicSuggestion", "description": "Applies a suggested topic to the repository.", "args": [ { "name": "input", "description": "Parameters for AcceptTopicSuggestion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AcceptTopicSuggestionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AcceptTopicSuggestionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addAssigneesToAssignable", "description": "Adds assignees to an assignable object.", "args": [ { "name": "input", "description": "Parameters for AddAssigneesToAssignable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddAssigneesToAssignableInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddAssigneesToAssignablePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addComment", "description": "Adds a comment to an Issue or Pull Request.", "args": [ { "name": "input", "description": "Parameters for AddComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addDiscussionComment", "description": "Adds a comment to a Discussion, possibly as a reply to another comment.", "args": [ { "name": "input", "description": "Parameters for AddDiscussionComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddDiscussionCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddDiscussionCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addDiscussionPollVote", "description": "Vote for an option in a discussion poll.", "args": [ { "name": "input", "description": "Parameters for AddDiscussionPollVote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddDiscussionPollVoteInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddDiscussionPollVotePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addEnterpriseOrganizationMember", "description": "Adds enterprise members to an organization within the enterprise.", "args": [ { "name": "input", "description": "Parameters for AddEnterpriseOrganizationMember", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddEnterpriseOrganizationMemberInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddEnterpriseOrganizationMemberPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addEnterpriseSupportEntitlement", "description": "Adds a support entitlement to an enterprise member.", "args": [ { "name": "input", "description": "Parameters for AddEnterpriseSupportEntitlement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddEnterpriseSupportEntitlementInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddEnterpriseSupportEntitlementPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addLabelsToLabelable", "description": "Adds labels to a labelable object.", "args": [ { "name": "input", "description": "Parameters for AddLabelsToLabelable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddLabelsToLabelableInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddLabelsToLabelablePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addProjectCard", "description": "Adds a card to a ProjectColumn. Either `contentId` or `note` must be provided but **not** both.", "args": [ { "name": "input", "description": "Parameters for AddProjectCard", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddProjectCardInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddProjectCardPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addProjectColumn", "description": "Adds a column to a Project.", "args": [ { "name": "input", "description": "Parameters for AddProjectColumn", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddProjectColumnInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddProjectColumnPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addProjectV2DraftIssue", "description": "Creates a new draft issue and add it to a Project.", "args": [ { "name": "input", "description": "Parameters for AddProjectV2DraftIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddProjectV2DraftIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddProjectV2DraftIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addProjectV2ItemById", "description": "Links an existing content instance to a Project.", "args": [ { "name": "input", "description": "Parameters for AddProjectV2ItemById", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddProjectV2ItemByIdInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddProjectV2ItemByIdPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addPullRequestReview", "description": "Adds a review to a Pull Request.", "args": [ { "name": "input", "description": "Parameters for AddPullRequestReview", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddPullRequestReviewInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddPullRequestReviewPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addPullRequestReviewComment", "description": "Adds a comment to a review.", "args": [ { "name": "input", "description": "Parameters for AddPullRequestReviewComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddPullRequestReviewCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddPullRequestReviewCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addPullRequestReviewThread", "description": "Adds a new thread to a pending Pull Request Review.", "args": [ { "name": "input", "description": "Parameters for AddPullRequestReviewThread", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddPullRequestReviewThreadInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddPullRequestReviewThreadPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addPullRequestReviewThreadReply", "description": "Adds a reply to an existing Pull Request Review Thread.", "args": [ { "name": "input", "description": "Parameters for AddPullRequestReviewThreadReply", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddPullRequestReviewThreadReplyInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddPullRequestReviewThreadReplyPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addReaction", "description": "Adds a reaction to a subject.", "args": [ { "name": "input", "description": "Parameters for AddReaction", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddReactionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddReactionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addStar", "description": "Adds a star to a Starrable.", "args": [ { "name": "input", "description": "Parameters for AddStar", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddStarInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddStarPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addUpvote", "description": "Add an upvote to a discussion or discussion comment.", "args": [ { "name": "input", "description": "Parameters for AddUpvote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddUpvoteInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddUpvotePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addVerifiableDomain", "description": "Adds a verifiable domain to an owning account.", "args": [ { "name": "input", "description": "Parameters for AddVerifiableDomain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddVerifiableDomainInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AddVerifiableDomainPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "approveDeployments", "description": "Approve all pending deployments under one or more environments", "args": [ { "name": "input", "description": "Parameters for ApproveDeployments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApproveDeploymentsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ApproveDeploymentsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "approveVerifiableDomain", "description": "Approve a verifiable domain for notification delivery.", "args": [ { "name": "input", "description": "Parameters for ApproveVerifiableDomain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApproveVerifiableDomainInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ApproveVerifiableDomainPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "archiveProjectV2Item", "description": "Archives a ProjectV2Item", "args": [ { "name": "input", "description": "Parameters for ArchiveProjectV2Item", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ArchiveProjectV2ItemInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ArchiveProjectV2ItemPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "archiveRepository", "description": "Marks a repository as archived.", "args": [ { "name": "input", "description": "Parameters for ArchiveRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ArchiveRepositoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ArchiveRepositoryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "cancelEnterpriseAdminInvitation", "description": "Cancels a pending invitation for an administrator to join an enterprise.", "args": [ { "name": "input", "description": "Parameters for CancelEnterpriseAdminInvitation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CancelEnterpriseAdminInvitationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CancelEnterpriseAdminInvitationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "cancelEnterpriseMemberInvitation", "description": "Cancels a pending invitation for an unaffiliated member to join an enterprise.", "args": [ { "name": "input", "description": "Parameters for CancelEnterpriseMemberInvitation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CancelEnterpriseMemberInvitationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CancelEnterpriseMemberInvitationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "cancelSponsorship", "description": "Cancel an active sponsorship.", "args": [ { "name": "input", "description": "Parameters for CancelSponsorship", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CancelSponsorshipInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CancelSponsorshipPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "changeUserStatus", "description": "Update your status on GitHub.", "args": [ { "name": "input", "description": "Parameters for ChangeUserStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChangeUserStatusInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ChangeUserStatusPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clearLabelsFromLabelable", "description": "Clears all labels from a labelable object.", "args": [ { "name": "input", "description": "Parameters for ClearLabelsFromLabelable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ClearLabelsFromLabelableInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ClearLabelsFromLabelablePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clearProjectV2ItemFieldValue", "description": "This mutation clears the value of a field for an item in a Project. Currently only text, number, date, assignees, labels, single-select, iteration and milestone fields are supported.", "args": [ { "name": "input", "description": "Parameters for ClearProjectV2ItemFieldValue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ClearProjectV2ItemFieldValueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ClearProjectV2ItemFieldValuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "cloneProject", "description": "Creates a new project by cloning configuration from an existing project.", "args": [ { "name": "input", "description": "Parameters for CloneProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CloneProjectInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CloneProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "cloneTemplateRepository", "description": "Create a new repository with the same files and directory structure as a template repository.", "args": [ { "name": "input", "description": "Parameters for CloneTemplateRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CloneTemplateRepositoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CloneTemplateRepositoryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closeDiscussion", "description": "Close a discussion.", "args": [ { "name": "input", "description": "Parameters for CloseDiscussion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CloseDiscussionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CloseDiscussionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closeIssue", "description": "Close an issue.", "args": [ { "name": "input", "description": "Parameters for CloseIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CloseIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CloseIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closePullRequest", "description": "Close a pull request.", "args": [ { "name": "input", "description": "Parameters for ClosePullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ClosePullRequestInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ClosePullRequestPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "convertProjectCardNoteToIssue", "description": "Convert a project note card to one associated with a newly created issue.", "args": [ { "name": "input", "description": "Parameters for ConvertProjectCardNoteToIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConvertProjectCardNoteToIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ConvertProjectCardNoteToIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "convertProjectV2DraftIssueItemToIssue", "description": "Converts a projectV2 draft issue item to an issue.", "args": [ { "name": "input", "description": "Parameters for ConvertProjectV2DraftIssueItemToIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConvertProjectV2DraftIssueItemToIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ConvertProjectV2DraftIssueItemToIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "convertPullRequestToDraft", "description": "Converts a pull request to draft", "args": [ { "name": "input", "description": "Parameters for ConvertPullRequestToDraft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConvertPullRequestToDraftInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ConvertPullRequestToDraftPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "copyProjectV2", "description": "Copy a project.", "args": [ { "name": "input", "description": "Parameters for CopyProjectV2", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CopyProjectV2Input", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CopyProjectV2Payload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createAttributionInvitation", "description": "Invites a user to claim reattributable data", "args": [ { "name": "input", "description": "Parameters for CreateAttributionInvitation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateAttributionInvitationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateAttributionInvitationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createBranchProtectionRule", "description": "Create a new branch protection rule", "args": [ { "name": "input", "description": "Parameters for CreateBranchProtectionRule", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateBranchProtectionRuleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateBranchProtectionRulePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createCheckRun", "description": "Create a check run.", "args": [ { "name": "input", "description": "Parameters for CreateCheckRun", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCheckRunInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateCheckRunPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createCheckSuite", "description": "Create a check suite", "args": [ { "name": "input", "description": "Parameters for CreateCheckSuite", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCheckSuiteInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateCheckSuitePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createCommitOnBranch", "description": "Appends a commit to the given branch as the authenticated user.\n\nThis mutation creates a commit whose parent is the HEAD of the provided\nbranch and also updates that branch to point to the new commit.\nIt can be thought of as similar to `git commit`.\n\n### Locating a Branch\n\nCommits are appended to a `branch` of type `Ref`.\nThis must refer to a git branch (i.e. the fully qualified path must\nbegin with `refs/heads/`, although including this prefix is optional.\n\nCallers may specify the `branch` to commit to either by its global node\nID or by passing both of `repositoryNameWithOwner` and `refName`. For\nmore details see the documentation for `CommittableBranch`.\n\n### Describing Changes\n\n`fileChanges` are specified as a `FilesChanges` object describing\n`FileAdditions` and `FileDeletions`.\n\nPlease see the documentation for `FileChanges` for more information on\nhow to use this argument to describe any set of file changes.\n\n### Authorship\n\nSimilar to the web commit interface, this mutation does not support\nspecifying the author or committer of the commit and will not add\nsupport for this in the future.\n\nA commit created by a successful execution of this mutation will be\nauthored by the owner of the credential which authenticates the API\nrequest. The committer will be identical to that of commits authored\nusing the web interface.\n\nIf you need full control over author and committer information, please\nuse the Git Database REST API instead.\n\n### Commit Signing\n\nCommits made using this mutation are automatically signed by GitHub if\nsupported and will be marked as verified in the user interface.\n", "args": [ { "name": "input", "description": "Parameters for CreateCommitOnBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCommitOnBranchInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateCommitOnBranchPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createDeployment", "description": "Creates a new deployment event.", "args": [ { "name": "input", "description": "Parameters for CreateDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateDeploymentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateDeploymentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createDeploymentStatus", "description": "Create a deployment status.", "args": [ { "name": "input", "description": "Parameters for CreateDeploymentStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateDeploymentStatusInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateDeploymentStatusPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createDiscussion", "description": "Create a discussion.", "args": [ { "name": "input", "description": "Parameters for CreateDiscussion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateDiscussionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateDiscussionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createEnterpriseOrganization", "description": "Creates an organization as part of an enterprise account. A personal access token used to create an organization is implicitly permitted to update the organization it created, if the organization is part of an enterprise that has SAML enabled or uses Enterprise Managed Users. If the organization is not part of such an enterprise, and instead has SAML enabled for it individually, the token will then require SAML authorization to continue working against that organization.", "args": [ { "name": "input", "description": "Parameters for CreateEnterpriseOrganization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateEnterpriseOrganizationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateEnterpriseOrganizationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createEnvironment", "description": "Creates an environment or simply returns it if already exists.", "args": [ { "name": "input", "description": "Parameters for CreateEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateEnvironmentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateEnvironmentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createIpAllowListEntry", "description": "Creates a new IP allow list entry.", "args": [ { "name": "input", "description": "Parameters for CreateIpAllowListEntry", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateIpAllowListEntryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateIpAllowListEntryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createIssue", "description": "Creates a new issue.", "args": [ { "name": "input", "description": "Parameters for CreateIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createLabel", "description": "Creates a new label.", "args": [ { "name": "input", "description": "Parameters for CreateLabel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateLabelInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateLabelPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createLinkedBranch", "description": "Create a branch linked to an issue.", "args": [ { "name": "input", "description": "Parameters for CreateLinkedBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateLinkedBranchInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateLinkedBranchPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createMigrationSource", "description": "Creates a GitHub Enterprise Importer (GEI) migration source.", "args": [ { "name": "input", "description": "Parameters for CreateMigrationSource", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateMigrationSourceInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateMigrationSourcePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createProject", "description": "Creates a new project.", "args": [ { "name": "input", "description": "Parameters for CreateProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateProjectInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createProjectV2", "description": "Creates a new project.", "args": [ { "name": "input", "description": "Parameters for CreateProjectV2", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateProjectV2Input", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateProjectV2Payload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createProjectV2Field", "description": "Create a new project field.", "args": [ { "name": "input", "description": "Parameters for CreateProjectV2Field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateProjectV2FieldInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateProjectV2FieldPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createProjectV2StatusUpdate", "description": "Creates a status update within a Project.", "args": [ { "name": "input", "description": "Parameters for CreateProjectV2StatusUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateProjectV2StatusUpdateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateProjectV2StatusUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createPullRequest", "description": "Create a new pull request", "args": [ { "name": "input", "description": "Parameters for CreatePullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreatePullRequestInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreatePullRequestPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createRef", "description": "Create a new Git Ref.", "args": [ { "name": "input", "description": "Parameters for CreateRef", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateRefInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateRefPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createRepository", "description": "Create a new repository.", "args": [ { "name": "input", "description": "Parameters for CreateRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateRepositoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateRepositoryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createRepositoryRuleset", "description": "Create a repository ruleset", "args": [ { "name": "input", "description": "Parameters for CreateRepositoryRuleset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateRepositoryRulesetInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateRepositoryRulesetPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createSponsorsListing", "description": "Create a GitHub Sponsors profile to allow others to sponsor you or your organization.", "args": [ { "name": "input", "description": "Parameters for CreateSponsorsListing", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateSponsorsListingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateSponsorsListingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createSponsorsTier", "description": "Create a new payment tier for your GitHub Sponsors profile.", "args": [ { "name": "input", "description": "Parameters for CreateSponsorsTier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateSponsorsTierInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateSponsorsTierPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createSponsorship", "description": "Start a new sponsorship of a maintainer in GitHub Sponsors, or reactivate a past sponsorship.", "args": [ { "name": "input", "description": "Parameters for CreateSponsorship", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateSponsorshipInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateSponsorshipPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createSponsorships", "description": "Make many sponsorships for different sponsorable users or organizations at once. Can only sponsor those who have a public GitHub Sponsors profile.", "args": [ { "name": "input", "description": "Parameters for CreateSponsorships", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateSponsorshipsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateSponsorshipsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createTeamDiscussion", "description": "Creates a new team discussion.", "args": [ { "name": "input", "description": "Parameters for CreateTeamDiscussion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateTeamDiscussionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateTeamDiscussionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createTeamDiscussionComment", "description": "Creates a new team discussion comment.", "args": [ { "name": "input", "description": "Parameters for CreateTeamDiscussionComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateTeamDiscussionCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateTeamDiscussionCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createUserList", "description": "Creates a new user list.", "args": [ { "name": "input", "description": "Parameters for CreateUserList", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateUserListInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CreateUserListPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "declineTopicSuggestion", "description": "Rejects a suggested topic for the repository.", "args": [ { "name": "input", "description": "Parameters for DeclineTopicSuggestion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeclineTopicSuggestionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeclineTopicSuggestionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteBranchProtectionRule", "description": "Delete a branch protection rule", "args": [ { "name": "input", "description": "Parameters for DeleteBranchProtectionRule", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteBranchProtectionRuleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteBranchProtectionRulePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteDeployment", "description": "Deletes a deployment.", "args": [ { "name": "input", "description": "Parameters for DeleteDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteDeploymentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteDeploymentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteDiscussion", "description": "Delete a discussion and all of its replies.", "args": [ { "name": "input", "description": "Parameters for DeleteDiscussion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteDiscussionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteDiscussionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteDiscussionComment", "description": "Delete a discussion comment. If it has replies, wipe it instead.", "args": [ { "name": "input", "description": "Parameters for DeleteDiscussionComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteDiscussionCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteDiscussionCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteEnvironment", "description": "Deletes an environment", "args": [ { "name": "input", "description": "Parameters for DeleteEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteEnvironmentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteEnvironmentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteIpAllowListEntry", "description": "Deletes an IP allow list entry.", "args": [ { "name": "input", "description": "Parameters for DeleteIpAllowListEntry", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteIpAllowListEntryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteIpAllowListEntryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteIssue", "description": "Deletes an Issue object.", "args": [ { "name": "input", "description": "Parameters for DeleteIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteIssueComment", "description": "Deletes an IssueComment object.", "args": [ { "name": "input", "description": "Parameters for DeleteIssueComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteIssueCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteIssueCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteLabel", "description": "Deletes a label.", "args": [ { "name": "input", "description": "Parameters for DeleteLabel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteLabelInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteLabelPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteLinkedBranch", "description": "Unlink a branch from an issue.", "args": [ { "name": "input", "description": "Parameters for DeleteLinkedBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteLinkedBranchInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteLinkedBranchPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletePackageVersion", "description": "Delete a package version.", "args": [ { "name": "input", "description": "Parameters for DeletePackageVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeletePackageVersionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeletePackageVersionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProject", "description": "Deletes a project.", "args": [ { "name": "input", "description": "Parameters for DeleteProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteProjectInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProjectCard", "description": "Deletes a project card.", "args": [ { "name": "input", "description": "Parameters for DeleteProjectCard", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteProjectCardInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteProjectCardPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProjectColumn", "description": "Deletes a project column.", "args": [ { "name": "input", "description": "Parameters for DeleteProjectColumn", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteProjectColumnInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteProjectColumnPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProjectV2", "description": "Delete a project.", "args": [ { "name": "input", "description": "Parameters for DeleteProjectV2", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2Input", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteProjectV2Payload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProjectV2Field", "description": "Delete a project field.", "args": [ { "name": "input", "description": "Parameters for DeleteProjectV2Field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2FieldInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteProjectV2FieldPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProjectV2Item", "description": "Deletes an item from a Project.", "args": [ { "name": "input", "description": "Parameters for DeleteProjectV2Item", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2ItemInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteProjectV2ItemPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProjectV2StatusUpdate", "description": "Deletes a project status update.", "args": [ { "name": "input", "description": "Parameters for DeleteProjectV2StatusUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2StatusUpdateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteProjectV2StatusUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProjectV2Workflow", "description": "Deletes a project workflow.", "args": [ { "name": "input", "description": "Parameters for DeleteProjectV2Workflow", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteProjectV2WorkflowInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteProjectV2WorkflowPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletePullRequestReview", "description": "Deletes a pull request review.", "args": [ { "name": "input", "description": "Parameters for DeletePullRequestReview", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeletePullRequestReviewInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeletePullRequestReviewPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletePullRequestReviewComment", "description": "Deletes a pull request review comment.", "args": [ { "name": "input", "description": "Parameters for DeletePullRequestReviewComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeletePullRequestReviewCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeletePullRequestReviewCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteRef", "description": "Delete a Git Ref.", "args": [ { "name": "input", "description": "Parameters for DeleteRef", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteRefInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteRefPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteRepositoryRuleset", "description": "Delete a repository ruleset", "args": [ { "name": "input", "description": "Parameters for DeleteRepositoryRuleset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteRepositoryRulesetInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteRepositoryRulesetPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteTeamDiscussion", "description": "Deletes a team discussion.", "args": [ { "name": "input", "description": "Parameters for DeleteTeamDiscussion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteTeamDiscussionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteTeamDiscussionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteTeamDiscussionComment", "description": "Deletes a team discussion comment.", "args": [ { "name": "input", "description": "Parameters for DeleteTeamDiscussionComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteTeamDiscussionCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteTeamDiscussionCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteUserList", "description": "Deletes a user list.", "args": [ { "name": "input", "description": "Parameters for DeleteUserList", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteUserListInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteUserListPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteVerifiableDomain", "description": "Deletes a verifiable domain.", "args": [ { "name": "input", "description": "Parameters for DeleteVerifiableDomain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteVerifiableDomainInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DeleteVerifiableDomainPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dequeuePullRequest", "description": "Remove a pull request from the merge queue.", "args": [ { "name": "input", "description": "Parameters for DequeuePullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DequeuePullRequestInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DequeuePullRequestPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "disablePullRequestAutoMerge", "description": "Disable auto merge on the given pull request", "args": [ { "name": "input", "description": "Parameters for DisablePullRequestAutoMerge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DisablePullRequestAutoMergeInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DisablePullRequestAutoMergePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismissPullRequestReview", "description": "Dismisses an approved or rejected pull request review.", "args": [ { "name": "input", "description": "Parameters for DismissPullRequestReview", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DismissPullRequestReviewInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DismissPullRequestReviewPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismissRepositoryVulnerabilityAlert", "description": "Dismisses the Dependabot alert.", "args": [ { "name": "input", "description": "Parameters for DismissRepositoryVulnerabilityAlert", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DismissRepositoryVulnerabilityAlertInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DismissRepositoryVulnerabilityAlertPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enablePullRequestAutoMerge", "description": "Enable the default auto-merge on a pull request.", "args": [ { "name": "input", "description": "Parameters for EnablePullRequestAutoMerge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnablePullRequestAutoMergeInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "EnablePullRequestAutoMergePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enqueuePullRequest", "description": "Add a pull request to the merge queue.", "args": [ { "name": "input", "description": "Parameters for EnqueuePullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnqueuePullRequestInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "EnqueuePullRequestPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "followOrganization", "description": "Follow an organization.", "args": [ { "name": "input", "description": "Parameters for FollowOrganization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FollowOrganizationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "FollowOrganizationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "followUser", "description": "Follow a user.", "args": [ { "name": "input", "description": "Parameters for FollowUser", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FollowUserInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "FollowUserPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "grantEnterpriseOrganizationsMigratorRole", "description": "Grant the migrator role to a user for all organizations under an enterprise account.", "args": [ { "name": "input", "description": "Parameters for GrantEnterpriseOrganizationsMigratorRole", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GrantEnterpriseOrganizationsMigratorRoleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "GrantEnterpriseOrganizationsMigratorRolePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "grantMigratorRole", "description": "Grant the migrator role to a user or a team.", "args": [ { "name": "input", "description": "Parameters for GrantMigratorRole", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GrantMigratorRoleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "GrantMigratorRolePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "importProject", "description": "Creates a new project by importing columns and a list of issues/PRs.", "args": [ { "name": "input", "description": "Parameters for ImportProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ImportProjectInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ImportProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteEnterpriseAdmin", "description": "Invite someone to become an administrator of the enterprise.", "args": [ { "name": "input", "description": "Parameters for InviteEnterpriseAdmin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InviteEnterpriseAdminInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "InviteEnterpriseAdminPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteEnterpriseMember", "description": "Invite someone to become an unaffiliated member of the enterprise.", "args": [ { "name": "input", "description": "Parameters for InviteEnterpriseMember", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InviteEnterpriseMemberInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "InviteEnterpriseMemberPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "linkProjectV2ToRepository", "description": "Links a project to a repository.", "args": [ { "name": "input", "description": "Parameters for LinkProjectV2ToRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LinkProjectV2ToRepositoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LinkProjectV2ToRepositoryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "linkProjectV2ToTeam", "description": "Links a project to a team.", "args": [ { "name": "input", "description": "Parameters for LinkProjectV2ToTeam", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LinkProjectV2ToTeamInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LinkProjectV2ToTeamPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "linkRepositoryToProject", "description": "Creates a repository link for a project.", "args": [ { "name": "input", "description": "Parameters for LinkRepositoryToProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LinkRepositoryToProjectInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LinkRepositoryToProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockLockable", "description": "Lock a lockable object", "args": [ { "name": "input", "description": "Parameters for LockLockable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LockLockableInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LockLockablePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "markDiscussionCommentAsAnswer", "description": "Mark a discussion comment as the chosen answer for discussions in an answerable category.", "args": [ { "name": "input", "description": "Parameters for MarkDiscussionCommentAsAnswer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MarkDiscussionCommentAsAnswerInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MarkDiscussionCommentAsAnswerPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "markFileAsViewed", "description": "Mark a pull request file as viewed", "args": [ { "name": "input", "description": "Parameters for MarkFileAsViewed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MarkFileAsViewedInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MarkFileAsViewedPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "markNotificationAsDone", "description": "Marks a notification as done", "args": [ { "name": "input", "description": "Parameters for MarkNotificationAsDone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MarkNotificationAsDoneInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MarkNotificationAsDonePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "markProjectV2AsTemplate", "description": "Mark a project as a template. Note that only projects which are owned by an Organization can be marked as a template.", "args": [ { "name": "input", "description": "Parameters for MarkProjectV2AsTemplate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MarkProjectV2AsTemplateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MarkProjectV2AsTemplatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "markPullRequestReadyForReview", "description": "Marks a pull request ready for review.", "args": [ { "name": "input", "description": "Parameters for MarkPullRequestReadyForReview", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MarkPullRequestReadyForReviewInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MarkPullRequestReadyForReviewPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeBranch", "description": "Merge a head into a branch.", "args": [ { "name": "input", "description": "Parameters for MergeBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeBranchInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MergeBranchPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergePullRequest", "description": "Merge a pull request.", "args": [ { "name": "input", "description": "Parameters for MergePullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergePullRequestInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MergePullRequestPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizeComment", "description": "Minimizes a comment on an Issue, Commit, Pull Request, or Gist", "args": [ { "name": "input", "description": "Parameters for MinimizeComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MinimizeCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MinimizeCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "moveProjectCard", "description": "Moves a project card to another place.", "args": [ { "name": "input", "description": "Parameters for MoveProjectCard", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MoveProjectCardInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MoveProjectCardPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "moveProjectColumn", "description": "Moves a project column to another place.", "args": [ { "name": "input", "description": "Parameters for MoveProjectColumn", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MoveProjectColumnInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MoveProjectColumnPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinEnvironment", "description": "Pin an environment to a repository", "args": [ { "name": "input", "description": "Parameters for PinEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PinEnvironmentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PinEnvironmentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinIssue", "description": "Pin an issue to a repository", "args": [ { "name": "input", "description": "Parameters for PinIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PinIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PinIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishSponsorsTier", "description": "Publish an existing sponsorship tier that is currently still a draft to a GitHub Sponsors profile.", "args": [ { "name": "input", "description": "Parameters for PublishSponsorsTier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PublishSponsorsTierInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PublishSponsorsTierPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "regenerateEnterpriseIdentityProviderRecoveryCodes", "description": "Regenerates the identity provider recovery codes for an enterprise", "args": [ { "name": "input", "description": "Parameters for RegenerateEnterpriseIdentityProviderRecoveryCodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RegenerateEnterpriseIdentityProviderRecoveryCodesInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RegenerateEnterpriseIdentityProviderRecoveryCodesPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "regenerateVerifiableDomainToken", "description": "Regenerates a verifiable domain's verification token.", "args": [ { "name": "input", "description": "Parameters for RegenerateVerifiableDomainToken", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RegenerateVerifiableDomainTokenInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RegenerateVerifiableDomainTokenPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rejectDeployments", "description": "Reject all pending deployments under one or more environments", "args": [ { "name": "input", "description": "Parameters for RejectDeployments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RejectDeploymentsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RejectDeploymentsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeAssigneesFromAssignable", "description": "Removes assignees from an assignable object.", "args": [ { "name": "input", "description": "Parameters for RemoveAssigneesFromAssignable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveAssigneesFromAssignableInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveAssigneesFromAssignablePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeEnterpriseAdmin", "description": "Removes an administrator from the enterprise.", "args": [ { "name": "input", "description": "Parameters for RemoveEnterpriseAdmin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseAdminInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveEnterpriseAdminPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeEnterpriseIdentityProvider", "description": "Removes the identity provider from an enterprise. Owners of enterprises both with and without Enterprise Managed Users may use this mutation.", "args": [ { "name": "input", "description": "Parameters for RemoveEnterpriseIdentityProvider", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseIdentityProviderInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveEnterpriseIdentityProviderPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeEnterpriseMember", "description": "Removes a user from all organizations within the enterprise", "args": [ { "name": "input", "description": "Parameters for RemoveEnterpriseMember", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseMemberInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveEnterpriseMemberPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeEnterpriseOrganization", "description": "Removes an organization from the enterprise", "args": [ { "name": "input", "description": "Parameters for RemoveEnterpriseOrganization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseOrganizationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveEnterpriseOrganizationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeEnterpriseSupportEntitlement", "description": "Removes a support entitlement from an enterprise member.", "args": [ { "name": "input", "description": "Parameters for RemoveEnterpriseSupportEntitlement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseSupportEntitlementInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveEnterpriseSupportEntitlementPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeLabelsFromLabelable", "description": "Removes labels from a Labelable object.", "args": [ { "name": "input", "description": "Parameters for RemoveLabelsFromLabelable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveLabelsFromLabelableInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveLabelsFromLabelablePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeOutsideCollaborator", "description": "Removes outside collaborator from all repositories in an organization.", "args": [ { "name": "input", "description": "Parameters for RemoveOutsideCollaborator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveOutsideCollaboratorInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveOutsideCollaboratorPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeReaction", "description": "Removes a reaction from a subject.", "args": [ { "name": "input", "description": "Parameters for RemoveReaction", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveReactionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveReactionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeStar", "description": "Removes a star from a Starrable.", "args": [ { "name": "input", "description": "Parameters for RemoveStar", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveStarInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveStarPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeUpvote", "description": "Remove an upvote to a discussion or discussion comment.", "args": [ { "name": "input", "description": "Parameters for RemoveUpvote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveUpvoteInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RemoveUpvotePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reopenDiscussion", "description": "Reopen a discussion.", "args": [ { "name": "input", "description": "Parameters for ReopenDiscussion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReopenDiscussionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ReopenDiscussionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reopenIssue", "description": "Reopen a issue.", "args": [ { "name": "input", "description": "Parameters for ReopenIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReopenIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ReopenIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reopenPullRequest", "description": "Reopen a pull request.", "args": [ { "name": "input", "description": "Parameters for ReopenPullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReopenPullRequestInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ReopenPullRequestPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reorderEnvironment", "description": "Reorder a pinned repository environment", "args": [ { "name": "input", "description": "Parameters for ReorderEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReorderEnvironmentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ReorderEnvironmentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestReviews", "description": "Set review requests on a pull request.", "args": [ { "name": "input", "description": "Parameters for RequestReviews", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RequestReviewsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RequestReviewsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rerequestCheckSuite", "description": "Rerequests an existing check suite.", "args": [ { "name": "input", "description": "Parameters for RerequestCheckSuite", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RerequestCheckSuiteInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RerequestCheckSuitePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resolveReviewThread", "description": "Marks a review thread as resolved.", "args": [ { "name": "input", "description": "Parameters for ResolveReviewThread", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ResolveReviewThreadInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ResolveReviewThreadPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "retireSponsorsTier", "description": "Retire a published payment tier from your GitHub Sponsors profile so it cannot be used to start new sponsorships.", "args": [ { "name": "input", "description": "Parameters for RetireSponsorsTier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RetireSponsorsTierInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RetireSponsorsTierPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "revertPullRequest", "description": "Create a pull request that reverts the changes from a merged pull request.", "args": [ { "name": "input", "description": "Parameters for RevertPullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RevertPullRequestInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RevertPullRequestPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "revokeEnterpriseOrganizationsMigratorRole", "description": "Revoke the migrator role to a user for all organizations under an enterprise account.", "args": [ { "name": "input", "description": "Parameters for RevokeEnterpriseOrganizationsMigratorRole", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RevokeEnterpriseOrganizationsMigratorRoleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RevokeEnterpriseOrganizationsMigratorRolePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "revokeMigratorRole", "description": "Revoke the migrator role from a user or a team.", "args": [ { "name": "input", "description": "Parameters for RevokeMigratorRole", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RevokeMigratorRoleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RevokeMigratorRolePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "setEnterpriseIdentityProvider", "description": "Creates or updates the identity provider for an enterprise.", "args": [ { "name": "input", "description": "Parameters for SetEnterpriseIdentityProvider", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SetEnterpriseIdentityProviderInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SetEnterpriseIdentityProviderPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "setOrganizationInteractionLimit", "description": "Set an organization level interaction limit for an organization's public repositories.", "args": [ { "name": "input", "description": "Parameters for SetOrganizationInteractionLimit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SetOrganizationInteractionLimitInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SetOrganizationInteractionLimitPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "setRepositoryInteractionLimit", "description": "Sets an interaction limit setting for a repository.", "args": [ { "name": "input", "description": "Parameters for SetRepositoryInteractionLimit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SetRepositoryInteractionLimitInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SetRepositoryInteractionLimitPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "setUserInteractionLimit", "description": "Set a user level interaction limit for an user's public repositories.", "args": [ { "name": "input", "description": "Parameters for SetUserInteractionLimit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SetUserInteractionLimitInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SetUserInteractionLimitPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startOrganizationMigration", "description": "Starts a GitHub Enterprise Importer organization migration.", "args": [ { "name": "input", "description": "Parameters for StartOrganizationMigration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StartOrganizationMigrationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "StartOrganizationMigrationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startRepositoryMigration", "description": "Starts a GitHub Enterprise Importer (GEI) repository migration.", "args": [ { "name": "input", "description": "Parameters for StartRepositoryMigration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StartRepositoryMigrationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "StartRepositoryMigrationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "submitPullRequestReview", "description": "Submits a pending pull request review.", "args": [ { "name": "input", "description": "Parameters for SubmitPullRequestReview", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SubmitPullRequestReviewInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SubmitPullRequestReviewPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transferEnterpriseOrganization", "description": "Transfer an organization from one enterprise to another enterprise.", "args": [ { "name": "input", "description": "Parameters for TransferEnterpriseOrganization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TransferEnterpriseOrganizationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TransferEnterpriseOrganizationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transferIssue", "description": "Transfer an issue to a different repository", "args": [ { "name": "input", "description": "Parameters for TransferIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TransferIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TransferIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unarchiveProjectV2Item", "description": "Unarchives a ProjectV2Item", "args": [ { "name": "input", "description": "Parameters for UnarchiveProjectV2Item", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnarchiveProjectV2ItemInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnarchiveProjectV2ItemPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unarchiveRepository", "description": "Unarchives a repository.", "args": [ { "name": "input", "description": "Parameters for UnarchiveRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnarchiveRepositoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnarchiveRepositoryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unfollowOrganization", "description": "Unfollow an organization.", "args": [ { "name": "input", "description": "Parameters for UnfollowOrganization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnfollowOrganizationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnfollowOrganizationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unfollowUser", "description": "Unfollow a user.", "args": [ { "name": "input", "description": "Parameters for UnfollowUser", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnfollowUserInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnfollowUserPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unlinkProjectV2FromRepository", "description": "Unlinks a project from a repository.", "args": [ { "name": "input", "description": "Parameters for UnlinkProjectV2FromRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnlinkProjectV2FromRepositoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnlinkProjectV2FromRepositoryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unlinkProjectV2FromTeam", "description": "Unlinks a project to a team.", "args": [ { "name": "input", "description": "Parameters for UnlinkProjectV2FromTeam", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnlinkProjectV2FromTeamInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnlinkProjectV2FromTeamPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unlinkRepositoryFromProject", "description": "Deletes a repository link from a project.", "args": [ { "name": "input", "description": "Parameters for UnlinkRepositoryFromProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnlinkRepositoryFromProjectInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnlinkRepositoryFromProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unlockLockable", "description": "Unlock a lockable object", "args": [ { "name": "input", "description": "Parameters for UnlockLockable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnlockLockableInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnlockLockablePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unmarkDiscussionCommentAsAnswer", "description": "Unmark a discussion comment as the chosen answer for discussions in an answerable category.", "args": [ { "name": "input", "description": "Parameters for UnmarkDiscussionCommentAsAnswer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnmarkDiscussionCommentAsAnswerInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnmarkDiscussionCommentAsAnswerPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unmarkFileAsViewed", "description": "Unmark a pull request file as viewed", "args": [ { "name": "input", "description": "Parameters for UnmarkFileAsViewed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnmarkFileAsViewedInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnmarkFileAsViewedPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unmarkIssueAsDuplicate", "description": "Unmark an issue as a duplicate of another issue.", "args": [ { "name": "input", "description": "Parameters for UnmarkIssueAsDuplicate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnmarkIssueAsDuplicateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnmarkIssueAsDuplicatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unmarkProjectV2AsTemplate", "description": "Unmark a project as a template.", "args": [ { "name": "input", "description": "Parameters for UnmarkProjectV2AsTemplate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnmarkProjectV2AsTemplateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnmarkProjectV2AsTemplatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unminimizeComment", "description": "Unminimizes a comment on an Issue, Commit, Pull Request, or Gist", "args": [ { "name": "input", "description": "Parameters for UnminimizeComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnminimizeCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnminimizeCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unpinIssue", "description": "Unpin a pinned issue from a repository", "args": [ { "name": "input", "description": "Parameters for UnpinIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnpinIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnpinIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unresolveReviewThread", "description": "Marks a review thread as unresolved.", "args": [ { "name": "input", "description": "Parameters for UnresolveReviewThread", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnresolveReviewThreadInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnresolveReviewThreadPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unsubscribeFromNotifications", "description": "Unsubscribes from notifications", "args": [ { "name": "input", "description": "Parameters for UnsubscribeFromNotifications", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnsubscribeFromNotificationsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UnsubscribeFromNotificationsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateBranchProtectionRule", "description": "Update a branch protection rule", "args": [ { "name": "input", "description": "Parameters for UpdateBranchProtectionRule", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateBranchProtectionRuleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateBranchProtectionRulePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCheckRun", "description": "Update a check run", "args": [ { "name": "input", "description": "Parameters for UpdateCheckRun", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateCheckRunInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateCheckRunPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCheckSuitePreferences", "description": "Modifies the settings of an existing check suite", "args": [ { "name": "input", "description": "Parameters for UpdateCheckSuitePreferences", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateCheckSuitePreferencesInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateCheckSuitePreferencesPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateDiscussion", "description": "Update a discussion", "args": [ { "name": "input", "description": "Parameters for UpdateDiscussion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateDiscussionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateDiscussionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateDiscussionComment", "description": "Update the contents of a comment on a Discussion", "args": [ { "name": "input", "description": "Parameters for UpdateDiscussionComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateDiscussionCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateDiscussionCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseAdministratorRole", "description": "Updates the role of an enterprise administrator.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseAdministratorRole", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseAdministratorRoleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseAdministratorRolePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseAllowPrivateRepositoryForkingSetting", "description": "Sets whether private repository forks are enabled for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseAllowPrivateRepositoryForkingSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseDefaultRepositoryPermissionSetting", "description": "Sets the base repository permission for organizations in an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseDefaultRepositoryPermissionSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseDefaultRepositoryPermissionSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseDefaultRepositoryPermissionSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseMembersCanChangeRepositoryVisibilitySetting", "description": "Sets whether organization members with admin permissions on a repository can change repository visibility.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseMembersCanCreateRepositoriesSetting", "description": "Sets the members can create repositories setting for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseMembersCanCreateRepositoriesSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanCreateRepositoriesSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanCreateRepositoriesSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseMembersCanDeleteIssuesSetting", "description": "Sets the members can delete issues setting for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseMembersCanDeleteIssuesSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanDeleteIssuesSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanDeleteIssuesSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseMembersCanDeleteRepositoriesSetting", "description": "Sets the members can delete repositories setting for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseMembersCanDeleteRepositoriesSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanDeleteRepositoriesSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseMembersCanInviteCollaboratorsSetting", "description": "Sets whether members can invite collaborators are enabled for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseMembersCanInviteCollaboratorsSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanInviteCollaboratorsSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseMembersCanMakePurchasesSetting", "description": "Sets whether or not an organization owner can make purchases.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseMembersCanMakePurchasesSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanMakePurchasesSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanMakePurchasesSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseMembersCanUpdateProtectedBranchesSetting", "description": "Sets the members can update protected branches setting for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseMembersCanViewDependencyInsightsSetting", "description": "Sets the members can view dependency insights for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseMembersCanViewDependencyInsightsSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanViewDependencyInsightsSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseOrganizationProjectsSetting", "description": "Sets whether organization projects are enabled for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseOrganizationProjectsSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseOrganizationProjectsSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseOrganizationProjectsSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseOwnerOrganizationRole", "description": "Updates the role of an enterprise owner with an organization.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseOwnerOrganizationRole", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseOwnerOrganizationRoleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseOwnerOrganizationRolePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseProfile", "description": "Updates an enterprise's profile.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseProfile", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseProfileInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseProfilePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseRepositoryProjectsSetting", "description": "Sets whether repository projects are enabled for a enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseRepositoryProjectsSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseRepositoryProjectsSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseRepositoryProjectsSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseTeamDiscussionsSetting", "description": "Sets whether team discussions are enabled for an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseTeamDiscussionsSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseTeamDiscussionsSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseTeamDiscussionsSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnterpriseTwoFactorAuthenticationRequiredSetting", "description": "Sets whether two factor authentication is required for all users in an enterprise.", "args": [ { "name": "input", "description": "Parameters for UpdateEnterpriseTwoFactorAuthenticationRequiredSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEnvironment", "description": "Updates an environment.", "args": [ { "name": "input", "description": "Parameters for UpdateEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEnvironmentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateEnvironmentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateIpAllowListEnabledSetting", "description": "Sets whether an IP allow list is enabled on an owner.", "args": [ { "name": "input", "description": "Parameters for UpdateIpAllowListEnabledSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateIpAllowListEnabledSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateIpAllowListEnabledSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateIpAllowListEntry", "description": "Updates an IP allow list entry.", "args": [ { "name": "input", "description": "Parameters for UpdateIpAllowListEntry", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateIpAllowListEntryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateIpAllowListEntryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateIpAllowListForInstalledAppsEnabledSetting", "description": "Sets whether IP allow list configuration for installed GitHub Apps is enabled on an owner.", "args": [ { "name": "input", "description": "Parameters for UpdateIpAllowListForInstalledAppsEnabledSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateIpAllowListForInstalledAppsEnabledSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateIpAllowListForInstalledAppsEnabledSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateIssue", "description": "Updates an Issue.", "args": [ { "name": "input", "description": "Parameters for UpdateIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateIssueComment", "description": "Updates an IssueComment object.", "args": [ { "name": "input", "description": "Parameters for UpdateIssueComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateIssueCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateIssueCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateLabel", "description": "Updates an existing label.", "args": [ { "name": "input", "description": "Parameters for UpdateLabel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateLabelInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateLabelPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateNotificationRestrictionSetting", "description": "Update the setting to restrict notifications to only verified or approved domains available to an owner.", "args": [ { "name": "input", "description": "Parameters for UpdateNotificationRestrictionSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateNotificationRestrictionSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateNotificationRestrictionSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateOrganizationAllowPrivateRepositoryForkingSetting", "description": "Sets whether private repository forks are enabled for an organization.", "args": [ { "name": "input", "description": "Parameters for UpdateOrganizationAllowPrivateRepositoryForkingSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateOrganizationAllowPrivateRepositoryForkingSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateOrganizationAllowPrivateRepositoryForkingSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateOrganizationWebCommitSignoffSetting", "description": "Sets whether contributors are required to sign off on web-based commits for repositories in an organization.", "args": [ { "name": "input", "description": "Parameters for UpdateOrganizationWebCommitSignoffSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateOrganizationWebCommitSignoffSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateOrganizationWebCommitSignoffSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatePatreonSponsorability", "description": "Toggle the setting for your GitHub Sponsors profile that allows other GitHub accounts to sponsor you on GitHub while paying for the sponsorship on Patreon. Only applicable when you have a GitHub Sponsors profile and have connected your GitHub account with Patreon.", "args": [ { "name": "input", "description": "Parameters for UpdatePatreonSponsorability", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdatePatreonSponsorabilityInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdatePatreonSponsorabilityPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProject", "description": "Updates an existing project.", "args": [ { "name": "input", "description": "Parameters for UpdateProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProjectCard", "description": "Updates an existing project card.", "args": [ { "name": "input", "description": "Parameters for UpdateProjectCard", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectCardInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectCardPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProjectColumn", "description": "Updates an existing project column.", "args": [ { "name": "input", "description": "Parameters for UpdateProjectColumn", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectColumnInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectColumnPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProjectV2", "description": "Updates an existing project.", "args": [ { "name": "input", "description": "Parameters for UpdateProjectV2", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2Input", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectV2Payload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProjectV2Collaborators", "description": "Update the collaborators on a team or a project", "args": [ { "name": "input", "description": "Parameters for UpdateProjectV2Collaborators", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2CollaboratorsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectV2CollaboratorsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProjectV2DraftIssue", "description": "Updates a draft issue within a Project.", "args": [ { "name": "input", "description": "Parameters for UpdateProjectV2DraftIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2DraftIssueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectV2DraftIssuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProjectV2ItemFieldValue", "description": "This mutation updates the value of a field for an item in a Project. Currently only single-select, text, number, date, and iteration fields are supported.", "args": [ { "name": "input", "description": "Parameters for UpdateProjectV2ItemFieldValue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2ItemFieldValueInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectV2ItemFieldValuePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProjectV2ItemPosition", "description": "This mutation updates the position of the item in the project, where the position represents the priority of an item.", "args": [ { "name": "input", "description": "Parameters for UpdateProjectV2ItemPosition", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2ItemPositionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectV2ItemPositionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProjectV2StatusUpdate", "description": "Updates a status update within a Project.", "args": [ { "name": "input", "description": "Parameters for UpdateProjectV2StatusUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2StatusUpdateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateProjectV2StatusUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatePullRequest", "description": "Update a pull request", "args": [ { "name": "input", "description": "Parameters for UpdatePullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdatePullRequestInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdatePullRequestPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatePullRequestBranch", "description": "Merge or Rebase HEAD from upstream branch into pull request branch", "args": [ { "name": "input", "description": "Parameters for UpdatePullRequestBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdatePullRequestBranchInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdatePullRequestBranchPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatePullRequestReview", "description": "Updates the body of a pull request review.", "args": [ { "name": "input", "description": "Parameters for UpdatePullRequestReview", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdatePullRequestReviewInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdatePullRequestReviewPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatePullRequestReviewComment", "description": "Updates a pull request review comment.", "args": [ { "name": "input", "description": "Parameters for UpdatePullRequestReviewComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdatePullRequestReviewCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdatePullRequestReviewCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateRef", "description": "Update a Git Ref.", "args": [ { "name": "input", "description": "Parameters for UpdateRef", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateRefInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateRefPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateRefs", "description": "Creates, updates and/or deletes multiple refs in a repository.\n\nThis mutation takes a list of `RefUpdate`s and performs these updates\non the repository. All updates are performed atomically, meaning that\nif one of them is rejected, no other ref will be modified.\n\n`RefUpdate.beforeOid` specifies that the given reference needs to point\nto the given value before performing any updates. A value of\n`0000000000000000000000000000000000000000` can be used to verify that\nthe references should not exist.\n\n`RefUpdate.afterOid` specifies the value that the given reference\nwill point to after performing all updates. A value of\n`0000000000000000000000000000000000000000` can be used to delete a\nreference.\n\nIf `RefUpdate.force` is set to `true`, a non-fast-forward updates\nfor the given reference will be allowed.\n", "args": [ { "name": "input", "description": "Parameters for UpdateRefs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateRefsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateRefsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateRepository", "description": "Update information about a repository.", "args": [ { "name": "input", "description": "Parameters for UpdateRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateRepositoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateRepositoryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateRepositoryRuleset", "description": "Update a repository ruleset", "args": [ { "name": "input", "description": "Parameters for UpdateRepositoryRuleset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateRepositoryRulesetInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateRepositoryRulesetPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateRepositoryWebCommitSignoffSetting", "description": "Sets whether contributors are required to sign off on web-based commits for a repository.", "args": [ { "name": "input", "description": "Parameters for UpdateRepositoryWebCommitSignoffSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateRepositoryWebCommitSignoffSettingInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateRepositoryWebCommitSignoffSettingPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateSponsorshipPreferences", "description": "Change visibility of your sponsorship and opt in or out of email updates from the maintainer.", "args": [ { "name": "input", "description": "Parameters for UpdateSponsorshipPreferences", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateSponsorshipPreferencesInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateSponsorshipPreferencesPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateSubscription", "description": "Updates the state for subscribable subjects.", "args": [ { "name": "input", "description": "Parameters for UpdateSubscription", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateSubscriptionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateSubscriptionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateTeamDiscussion", "description": "Updates a team discussion.", "args": [ { "name": "input", "description": "Parameters for UpdateTeamDiscussion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateTeamDiscussionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateTeamDiscussionPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateTeamDiscussionComment", "description": "Updates a discussion comment.", "args": [ { "name": "input", "description": "Parameters for UpdateTeamDiscussionComment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateTeamDiscussionCommentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateTeamDiscussionCommentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateTeamReviewAssignment", "description": "Updates team review assignment.", "args": [ { "name": "input", "description": "Parameters for UpdateTeamReviewAssignment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateTeamReviewAssignmentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateTeamReviewAssignmentPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateTeamsRepository", "description": "Update team repository.", "args": [ { "name": "input", "description": "Parameters for UpdateTeamsRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateTeamsRepositoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateTeamsRepositoryPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateTopics", "description": "Replaces the repository's topics with the given topics.", "args": [ { "name": "input", "description": "Parameters for UpdateTopics", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateTopicsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateTopicsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateUserList", "description": "Updates an existing user list.", "args": [ { "name": "input", "description": "Parameters for UpdateUserList", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateUserListInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateUserListPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateUserListsForItem", "description": "Updates which of the viewer's lists an item belongs to", "args": [ { "name": "input", "description": "Parameters for UpdateUserListsForItem", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateUserListsForItemInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UpdateUserListsForItemPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifyVerifiableDomain", "description": "Verify that a verifiable domain has the expected DNS record.", "args": [ { "name": "input", "description": "Parameters for VerifyVerifiableDomain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VerifyVerifiableDomainInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "VerifyVerifiableDomainPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Node", "description": "An object with an ID.", "fields": [ { "name": "id", "description": "ID of the object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AddedToMergeQueueEvent", "ofType": null }, { "kind": "OBJECT", "name": "AddedToProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "App", "ofType": null }, { "kind": "OBJECT", "name": "AssignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutoMergeDisabledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutoMergeEnabledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutoRebaseEnabledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutoSquashEnabledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutomaticBaseChangeFailedEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutomaticBaseChangeSucceededEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseRefChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseRefDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseRefForcePushedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Blob", "ofType": null }, { "kind": "OBJECT", "name": "Bot", "ofType": null }, { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, { "kind": "OBJECT", "name": "BypassForcePushAllowance", "ofType": null }, { "kind": "OBJECT", "name": "BypassPullRequestAllowance", "ofType": null }, { "kind": "OBJECT", "name": "CWE", "ofType": null }, { "kind": "OBJECT", "name": "CheckRun", "ofType": null }, { "kind": "OBJECT", "name": "CheckSuite", "ofType": null }, { "kind": "OBJECT", "name": "ClosedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CodeOfConduct", "ofType": null }, { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Commit", "ofType": null }, { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, { "kind": "OBJECT", "name": "CommitCommentThread", "ofType": null }, { "kind": "OBJECT", "name": "Comparison", "ofType": null }, { "kind": "OBJECT", "name": "ConnectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConvertToDraftEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConvertedNoteToIssueEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConvertedToDiscussionEvent", "ofType": null }, { "kind": "OBJECT", "name": "CrossReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DemilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DependencyGraphManifest", "ofType": null }, { "kind": "OBJECT", "name": "DeployKey", "ofType": null }, { "kind": "OBJECT", "name": "DeployedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Deployment", "ofType": null }, { "kind": "OBJECT", "name": "DeploymentEnvironmentChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DeploymentReview", "ofType": null }, { "kind": "OBJECT", "name": "DeploymentStatus", "ofType": null }, { "kind": "OBJECT", "name": "DisconnectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionCategory", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionPoll", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionPollOption", "ofType": null }, { "kind": "OBJECT", "name": "DraftIssue", "ofType": null }, { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseIdentityProvider", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseRepositoryInfo", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseServerInstallation", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccount", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountEmail", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseServerUserAccountsUpload", "ofType": null }, { "kind": "OBJECT", "name": "EnterpriseUserAccount", "ofType": null }, { "kind": "OBJECT", "name": "Environment", "ofType": null }, { "kind": "OBJECT", "name": "ExternalIdentity", "ofType": null }, { "kind": "OBJECT", "name": "Gist", "ofType": null }, { "kind": "OBJECT", "name": "GistComment", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefForcePushedEvent", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefRestoredEvent", "ofType": null }, { "kind": "OBJECT", "name": "IpAllowListEntry", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "Label", "ofType": null }, { "kind": "OBJECT", "name": "LabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "Language", "ofType": null }, { "kind": "OBJECT", "name": "License", "ofType": null }, { "kind": "OBJECT", "name": "LinkedBranch", "ofType": null }, { "kind": "OBJECT", "name": "LockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Mannequin", "ofType": null }, { "kind": "OBJECT", "name": "MarkedAsDuplicateEvent", "ofType": null }, { "kind": "OBJECT", "name": "MarketplaceCategory", "ofType": null }, { "kind": "OBJECT", "name": "MarketplaceListing", "ofType": null }, { "kind": "OBJECT", "name": "MemberFeatureRequestNotification", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposClearAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MentionedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MergeQueue", "ofType": null }, { "kind": "OBJECT", "name": "MergeQueueEntry", "ofType": null }, { "kind": "OBJECT", "name": "MergedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MigrationSource", "ofType": null }, { "kind": "OBJECT", "name": "Milestone", "ofType": null }, { "kind": "OBJECT", "name": "MilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MovedColumnsInProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "OIDCProvider", "ofType": null }, { "kind": "OBJECT", "name": "OauthApplicationCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgAddBillingManagerAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgBlockUserAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableOauthAppRestrictionsAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableSamlAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableTwoFactorRequirementAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableOauthAppRestrictionsAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableSamlAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableTwoFactorRequirementAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteToBusinessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessApprovedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessBlockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessDeniedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessRequestedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessUnblockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveBillingManagerAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveOutsideCollaboratorAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUnblockUserAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateDefaultRepositoryPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "OrganizationIdentityProvider", "ofType": null }, { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null }, { "kind": "OBJECT", "name": "OrganizationMigration", "ofType": null }, { "kind": "OBJECT", "name": "Package", "ofType": null }, { "kind": "OBJECT", "name": "PackageFile", "ofType": null }, { "kind": "OBJECT", "name": "PackageTag", "ofType": null }, { "kind": "OBJECT", "name": "PackageVersion", "ofType": null }, { "kind": "OBJECT", "name": "PinnedDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "PinnedEnvironment", "ofType": null }, { "kind": "OBJECT", "name": "PinnedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PinnedIssue", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "Project", "ofType": null }, { "kind": "OBJECT", "name": "ProjectCard", "ofType": null }, { "kind": "OBJECT", "name": "ProjectColumn", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2Field", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldDateValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldIterationValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldNumberValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldSingleSelectValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldTextValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2IterationField", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2SingleSelectField", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2StatusUpdate", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2View", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2Workflow", "ofType": null }, { "kind": "OBJECT", "name": "PublicKey", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestCommit", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestCommitCommentThread", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewThread", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestThread", "ofType": null }, { "kind": "OBJECT", "name": "Push", "ofType": null }, { "kind": "OBJECT", "name": "PushAllowance", "ofType": null }, { "kind": "OBJECT", "name": "Reaction", "ofType": null }, { "kind": "OBJECT", "name": "ReadyForReviewEvent", "ofType": null }, { "kind": "OBJECT", "name": "Ref", "ofType": null }, { "kind": "OBJECT", "name": "ReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Release", "ofType": null }, { "kind": "OBJECT", "name": "ReleaseAsset", "ofType": null }, { "kind": "OBJECT", "name": "RemovedFromMergeQueueEvent", "ofType": null }, { "kind": "OBJECT", "name": "RemovedFromProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "RenamedTitleEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReopenedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RepoAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoArchivedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoChangeMergeSettingAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigLockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigUnlockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoDestroyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryInvitation", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryMigration", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryRule", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryRulesetBypassActor", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryTopic", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlert", "ofType": null }, { "kind": "OBJECT", "name": "ReviewDismissalAllowance", "ofType": null }, { "kind": "OBJECT", "name": "ReviewDismissedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReviewRequest", "ofType": null }, { "kind": "OBJECT", "name": "ReviewRequestRemovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReviewRequestedEvent", "ofType": null }, { "kind": "OBJECT", "name": "SavedReply", "ofType": null }, { "kind": "OBJECT", "name": "SecurityAdvisory", "ofType": null }, { "kind": "OBJECT", "name": "SponsorsActivity", "ofType": null }, { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null }, { "kind": "OBJECT", "name": "SponsorsListingFeaturedItem", "ofType": null }, { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, { "kind": "OBJECT", "name": "SponsorshipNewsletter", "ofType": null }, { "kind": "OBJECT", "name": "Status", "ofType": null }, { "kind": "OBJECT", "name": "StatusCheckRollup", "ofType": null }, { "kind": "OBJECT", "name": "StatusContext", "ofType": null }, { "kind": "OBJECT", "name": "SubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Tag", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddRepositoryAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamChangeParentTeamAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveRepositoryAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "Topic", "ofType": null }, { "kind": "OBJECT", "name": "TransferredEvent", "ofType": null }, { "kind": "OBJECT", "name": "Tree", "ofType": null }, { "kind": "OBJECT", "name": "UnassignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnmarkedAsDuplicateEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnpinnedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnsubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null }, { "kind": "OBJECT", "name": "UserBlockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UserContentEdit", "ofType": null }, { "kind": "OBJECT", "name": "UserList", "ofType": null }, { "kind": "OBJECT", "name": "UserStatus", "ofType": null }, { "kind": "OBJECT", "name": "VerifiableDomain", "ofType": null }, { "kind": "OBJECT", "name": "Workflow", "ofType": null }, { "kind": "OBJECT", "name": "WorkflowRun", "ofType": null }, { "kind": "OBJECT", "name": "WorkflowRunFile", "ofType": null } ] }, { "kind": "ENUM", "name": "NotificationRestrictionSettingValue", "description": "The possible values for the notification restriction setting.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ENABLED", "description": "The setting is enabled for the owner.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED", "description": "The setting is disabled for the owner.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OIDCProvider", "description": "An OIDC identity provider configured to provision identities for an enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.", "fields": [ { "name": "enterprise", "description": "The enterprise this identity provider belongs to.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "externalIdentities", "description": "ExternalIdentities provisioned by this identity provider.", "args": [ { "name": "membersOnly", "description": "Filter to external identities with valid org membership only", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "login", "description": "Filter to external identities with the users login", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "userName", "description": "Filter to external identities with the users userName/NameID attribute", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalIdentityConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OIDCProvider object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "providerType", "description": "The OIDC identity provider type", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OIDCProviderType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tenantId", "description": "The id of the tenant this provider is attached to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OIDCProviderType", "description": "The OIDC identity provider type", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "AAD", "description": "Azure Active Directory", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "OauthApplicationAuditEntryData", "description": "Metadata for an audit entry with action oauth_application.*", "fields": [ { "name": "oauthApplicationName", "description": "The name of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "OauthApplicationCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessApprovedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessBlockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessDeniedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessRequestedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessUnblockedAuditEntry", "ofType": null } ] }, { "kind": "OBJECT", "name": "OauthApplicationCreateAuditEntry", "description": "Audit log entry for a oauth_application.create event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationUrl", "description": "The application URL of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "callbackUrl", "description": "The callback URL of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OauthApplicationCreateAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationName", "description": "The name of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rateLimit", "description": "The rate limit of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of the OAuth application.", "args": [], "type": { "kind": "ENUM", "name": "OauthApplicationCreateAuditEntryState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OauthApplicationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OauthApplicationCreateAuditEntryState", "description": "The state of an OAuth application when it was created.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ACTIVE", "description": "The OAuth application was active and allowed to have OAuth Accesses.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUSPENDED", "description": "The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING_DELETION", "description": "The OAuth application was in the process of being deleted.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "OperationType", "description": "The corresponding operation type for the action", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ACCESS", "description": "An existing resource was accessed", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTHENTICATION", "description": "A resource performed an authentication event", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATE", "description": "A new resource was created", "isDeprecated": false, "deprecationReason": null }, { "name": "MODIFY", "description": "An existing resource was modified", "isDeprecated": false, "deprecationReason": null }, { "name": "REMOVE", "description": "An existing resource was removed", "isDeprecated": false, "deprecationReason": null }, { "name": "RESTORE", "description": "An existing resource was restored", "isDeprecated": false, "deprecationReason": null }, { "name": "TRANSFER", "description": "An existing resource was transferred between multiple resources", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "OrderDirection", "description": "Possible directions in which to order a list of items when provided an `orderBy` argument.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ASC", "description": "Specifies an ascending order for a given `orderBy` argument.", "isDeprecated": false, "deprecationReason": null }, { "name": "DESC", "description": "Specifies a descending order for a given `orderBy` argument.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgAddBillingManagerAuditEntry", "description": "Audit log entry for a org.add_billing_manager", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgAddBillingManagerAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitationEmail", "description": "The email address used to invite a billing manager for the organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgAddMemberAuditEntry", "description": "Audit log entry for a org.add_member", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgAddMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permission", "description": "The permission level of the member added to the organization.", "args": [], "type": { "kind": "ENUM", "name": "OrgAddMemberAuditEntryPermission", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgAddMemberAuditEntryPermission", "description": "The permissions available to members on an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "READ", "description": "Can read and clone repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "Can read, clone, push, and add collaborators to repositories.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgBlockUserAuditEntry", "description": "Audit log entry for a org.block_user", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockedUser", "description": "The blocked user.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockedUserName", "description": "The username of the blocked user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockedUserResourcePath", "description": "The HTTP path for the blocked user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockedUserUrl", "description": "The HTTP URL for the blocked user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgBlockUserAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgConfigDisableCollaboratorsOnlyAuditEntry", "description": "Audit log entry for a org.config.disable_collaborators_only event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgConfigDisableCollaboratorsOnlyAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgConfigEnableCollaboratorsOnlyAuditEntry", "description": "Audit log entry for a org.config.enable_collaborators_only event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgConfigEnableCollaboratorsOnlyAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgCreateAuditEntry", "description": "Audit log entry for a org.create event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "billingPlan", "description": "The billing plan for the Organization.", "args": [], "type": { "kind": "ENUM", "name": "OrgCreateAuditEntryBillingPlan", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgCreateAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgCreateAuditEntryBillingPlan", "description": "The billing plans available for organizations.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "FREE", "description": "Free Plan", "isDeprecated": false, "deprecationReason": null }, { "name": "BUSINESS", "description": "Team Plan", "isDeprecated": false, "deprecationReason": null }, { "name": "BUSINESS_PLUS", "description": "Enterprise Cloud Plan", "isDeprecated": false, "deprecationReason": null }, { "name": "UNLIMITED", "description": "Legacy Unlimited Plan", "isDeprecated": false, "deprecationReason": null }, { "name": "TIERED_PER_SEAT", "description": "Tiered Per Seat Plan", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgDisableOauthAppRestrictionsAuditEntry", "description": "Audit log entry for a org.disable_oauth_app_restrictions event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgDisableOauthAppRestrictionsAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgDisableSamlAuditEntry", "description": "Audit log entry for a org.disable_saml event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "digestMethodUrl", "description": "The SAML provider's digest algorithm URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgDisableSamlAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issuerUrl", "description": "The SAML provider's issuer URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "signatureMethodUrl", "description": "The SAML provider's signature algorithm URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "singleSignOnUrl", "description": "The SAML provider's single sign-on URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgDisableTwoFactorRequirementAuditEntry", "description": "Audit log entry for a org.disable_two_factor_requirement event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgDisableTwoFactorRequirementAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgEnableOauthAppRestrictionsAuditEntry", "description": "Audit log entry for a org.enable_oauth_app_restrictions event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgEnableOauthAppRestrictionsAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgEnableSamlAuditEntry", "description": "Audit log entry for a org.enable_saml event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "digestMethodUrl", "description": "The SAML provider's digest algorithm URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgEnableSamlAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issuerUrl", "description": "The SAML provider's issuer URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "signatureMethodUrl", "description": "The SAML provider's signature algorithm URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "singleSignOnUrl", "description": "The SAML provider's single sign-on URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgEnableTwoFactorRequirementAuditEntry", "description": "Audit log entry for a org.enable_two_factor_requirement event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgEnableTwoFactorRequirementAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OrgEnterpriseOwnerOrder", "description": "Ordering options for an organization's enterprise owner connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order enterprise owners by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrgEnterpriseOwnerOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgEnterpriseOwnerOrderField", "description": "Properties by which enterprise owners can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LOGIN", "description": "Order enterprise owners by login.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgInviteMemberAuditEntry", "description": "Audit log entry for a org.invite_member event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The email address of the organization invitation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgInviteMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationInvitation", "description": "The organization invitation.", "args": [], "type": { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgInviteToBusinessAuditEntry", "description": "Audit log entry for a org.invite_to_business event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgInviteToBusinessAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessApprovedAuditEntry", "description": "Audit log entry for a org.oauth_app_access_approved event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgOauthAppAccessApprovedAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationName", "description": "The name of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OauthApplicationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessBlockedAuditEntry", "description": "Audit log entry for a org.oauth_app_access_blocked event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgOauthAppAccessBlockedAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationName", "description": "The name of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OauthApplicationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessDeniedAuditEntry", "description": "Audit log entry for a org.oauth_app_access_denied event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgOauthAppAccessDeniedAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationName", "description": "The name of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OauthApplicationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessRequestedAuditEntry", "description": "Audit log entry for a org.oauth_app_access_requested event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgOauthAppAccessRequestedAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationName", "description": "The name of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OauthApplicationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessUnblockedAuditEntry", "description": "Audit log entry for a org.oauth_app_access_unblocked event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgOauthAppAccessUnblockedAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationName", "description": "The name of the OAuth application.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth application", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OauthApplicationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgRemoveBillingManagerAuditEntry", "description": "Audit log entry for a org.remove_billing_manager event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgRemoveBillingManagerAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reason", "description": "The reason for the billing manager being removed.", "args": [], "type": { "kind": "ENUM", "name": "OrgRemoveBillingManagerAuditEntryReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgRemoveBillingManagerAuditEntryReason", "description": "The reason a billing manager was removed from an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE", "description": "The organization required 2FA of its billing managers and this user did not have 2FA enabled.", "isDeprecated": false, "deprecationReason": null }, { "name": "SAML_EXTERNAL_IDENTITY_MISSING", "description": "SAML external identity missing", "isDeprecated": false, "deprecationReason": null }, { "name": "SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY", "description": "SAML SSO enforcement requires an external identity", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgRemoveMemberAuditEntry", "description": "Audit log entry for a org.remove_member event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgRemoveMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipTypes", "description": "The types of membership the member has with the organization.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrgRemoveMemberAuditEntryMembershipType", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reason", "description": "The reason for the member being removed.", "args": [], "type": { "kind": "ENUM", "name": "OrgRemoveMemberAuditEntryReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgRemoveMemberAuditEntryMembershipType", "description": "The type of membership a user has with an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SUSPENDED", "description": "A suspended member.", "isDeprecated": false, "deprecationReason": null }, { "name": "DIRECT_MEMBER", "description": "A direct member is a user that is a member of the Organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "Organization owners have full access and can change several settings, including the names of repositories that belong to the Organization and Owners team membership. In addition, organization owners can delete the organization and all of its repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "BILLING_MANAGER", "description": "A billing manager is a user who manages the billing settings for the Organization, such as updating payment information.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNAFFILIATED", "description": "An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the Organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "OUTSIDE_COLLABORATOR", "description": "An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "OrgRemoveMemberAuditEntryReason", "description": "The reason a member was removed from an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE", "description": "The organization required 2FA of its billing managers and this user did not have 2FA enabled.", "isDeprecated": false, "deprecationReason": null }, { "name": "SAML_EXTERNAL_IDENTITY_MISSING", "description": "SAML external identity missing", "isDeprecated": false, "deprecationReason": null }, { "name": "SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY", "description": "SAML SSO enforcement requires an external identity", "isDeprecated": false, "deprecationReason": null }, { "name": "USER_ACCOUNT_DELETED", "description": "User account has been deleted", "isDeprecated": false, "deprecationReason": null }, { "name": "TWO_FACTOR_ACCOUNT_RECOVERY", "description": "User was removed from organization during account recovery", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgRemoveOutsideCollaboratorAuditEntry", "description": "Audit log entry for a org.remove_outside_collaborator event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgRemoveOutsideCollaboratorAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipTypes", "description": "The types of membership the outside collaborator has with the organization.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrgRemoveOutsideCollaboratorAuditEntryMembershipType", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reason", "description": "The reason for the outside collaborator being removed from the Organization.", "args": [], "type": { "kind": "ENUM", "name": "OrgRemoveOutsideCollaboratorAuditEntryReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgRemoveOutsideCollaboratorAuditEntryMembershipType", "description": "The type of membership a user has with an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OUTSIDE_COLLABORATOR", "description": "An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNAFFILIATED", "description": "An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "BILLING_MANAGER", "description": "A billing manager is a user who manages the billing settings for the Organization, such as updating payment information.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "OrgRemoveOutsideCollaboratorAuditEntryReason", "description": "The reason an outside collaborator was removed from an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE", "description": "The organization required 2FA of its billing managers and this user did not have 2FA enabled.", "isDeprecated": false, "deprecationReason": null }, { "name": "SAML_EXTERNAL_IDENTITY_MISSING", "description": "SAML external identity missing", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberAuditEntry", "description": "Audit log entry for a org.restore_member event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgRestoreMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "restoredCustomEmailRoutingsCount", "description": "The number of custom email routings for the restored member.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "restoredIssueAssignmentsCount", "description": "The number of issue assignments for the restored member.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "restoredMemberships", "description": "Restored organization membership objects.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "OrgRestoreMemberAuditEntryMembership", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "restoredMembershipsCount", "description": "The number of restored memberships.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "restoredRepositoriesCount", "description": "The number of repositories of the restored member.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "restoredRepositoryStarsCount", "description": "The number of starred repositories for the restored member.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "restoredRepositoryWatchesCount", "description": "The number of watched repositories for the restored member.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "OrgRestoreMemberAuditEntryMembership", "description": "Types of memberships that can be restored for an Organization member.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipOrganizationAuditEntryData", "ofType": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipRepositoryAuditEntryData", "ofType": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipTeamAuditEntryData", "ofType": null } ] }, { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipOrganizationAuditEntryData", "description": "Metadata for an organization membership for org.restore_member actions", "fields": [ { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipRepositoryAuditEntryData", "description": "Metadata for a repository membership for org.restore_member actions", "fields": [ { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipTeamAuditEntryData", "description": "Metadata for a team membership for org.restore_member actions", "fields": [ { "name": "team", "description": "The team associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamName", "description": "The name of the team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamResourcePath", "description": "The HTTP path for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamUrl", "description": "The HTTP URL for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "TeamAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgUnblockUserAuditEntry", "description": "Audit log entry for a org.unblock_user", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockedUser", "description": "The user being unblocked by the organization.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockedUserName", "description": "The username of the blocked user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockedUserResourcePath", "description": "The HTTP path for the blocked user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockedUserUrl", "description": "The HTTP URL for the blocked user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgUnblockUserAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgUpdateDefaultRepositoryPermissionAuditEntry", "description": "Audit log entry for a org.update_default_repository_permission", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgUpdateDefaultRepositoryPermissionAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permission", "description": "The new base repository permission level for the organization.", "args": [], "type": { "kind": "ENUM", "name": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permissionWas", "description": "The former base repository permission level for the organization.", "args": [], "type": { "kind": "ENUM", "name": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "description": "The default permission a repository can have in an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "READ", "description": "Can read and clone repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "WRITE", "description": "Can read, clone and push to repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "Can read, clone, push, and add collaborators to repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "NONE", "description": "No default permission value.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberAuditEntry", "description": "Audit log entry for a org.update_member event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgUpdateMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permission", "description": "The new member permission level for the organization.", "args": [], "type": { "kind": "ENUM", "name": "OrgUpdateMemberAuditEntryPermission", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permissionWas", "description": "The former member permission level for the organization.", "args": [], "type": { "kind": "ENUM", "name": "OrgUpdateMemberAuditEntryPermission", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgUpdateMemberAuditEntryPermission", "description": "The permissions available to members on an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "READ", "description": "Can read and clone repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "Can read, clone, push, and add collaborators to repositories.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry", "description": "Audit log entry for a org.update_member_repository_creation_permission event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "canCreateRepositories", "description": "Can members create repositories in the organization.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgUpdateMemberRepositoryCreationPermissionAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "The permission for visibility level of repositories for this organization.", "args": [], "type": { "kind": "ENUM", "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility", "description": "The permissions available for repository creation on an Organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALL", "description": "All organization members are restricted from creating any repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "All organization members are restricted from creating public repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "NONE", "description": "All organization members are allowed to create any repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "All organization members are restricted from creating private repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERNAL", "description": "All organization members are restricted from creating internal repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC_INTERNAL", "description": "All organization members are restricted from creating public or internal repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE_INTERNAL", "description": "All organization members are restricted from creating private or internal repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC_PRIVATE", "description": "All organization members are restricted from creating public or private repositories.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry", "description": "Audit log entry for a org.update_member_repository_invitation_permission event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "canInviteOutsideCollaboratorsToRepositories", "description": "Can outside collaborators be invited to repositories in the organization.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrgUpdateMemberRepositoryInvitationPermissionAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Organization", "description": "An account on GitHub, with one or more owners, that has repositories, members and teams.", "fields": [ { "name": "announcement", "description": "The text of the announcement", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementCreatedAt", "description": "The date the announcement was created", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementExpiresAt", "description": "The expiration date of the announcement, if any", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcementUserDismissible", "description": "Whether the announcement can be dismissed by the user", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "anyPinnableItems", "description": "Determine if this repository owner has any items that can be pinned to their profile.", "args": [ { "name": "type", "description": "Filter to only a particular kind of pinnable item.", "type": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "archivedAt", "description": "Identifies the date and time when the organization was archived.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "auditLog", "description": "Audit log entries of the organization", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "The query string to filter audit entries", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the returned audit log entries.", "type": { "kind": "INPUT_OBJECT", "name": "AuditLogOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationAuditEntryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarUrl", "description": "A URL pointing to the organization's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The organization's public profile description.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "descriptionHTML", "description": "The organization's public profile description rendered to HTML.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "domains", "description": "A list of domains owned by the organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "isVerified", "description": "Filter by if the domain is verified.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "isApproved", "description": "Filter by if the domain is approved.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "orderBy", "description": "Ordering options for verifiable domains returned.", "type": { "kind": "INPUT_OBJECT", "name": "VerifiableDomainOrder", "ofType": null }, "defaultValue": "{field: DOMAIN, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "VerifiableDomainConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The organization's public email.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseOwners", "description": "A list of owners of the organization's enterprise account.", "args": [ { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationRole", "description": "The organization role to filter by.", "type": { "kind": "ENUM", "name": "RoleInOrganization", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for enterprise owners returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "OrgEnterpriseOwnerOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationEnterpriseOwnerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "estimatedNextSponsorsPayoutInCents", "description": "The estimated next GitHub Sponsors payout for this user/organization in cents (USD).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasSponsorsListing", "description": "True if this user/organization has a GitHub Sponsors listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Organization object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "interactionAbility", "description": "The interaction ability settings for this organization.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryInteractionAbility", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListEnabledSetting", "description": "The setting value for whether the organization has an IP allow list enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IpAllowListEnabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListEntries", "description": "The IP addresses that are allowed to access resources owned by the organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for IP allow list entries returned.", "type": { "kind": "INPUT_OBJECT", "name": "IpAllowListEntryOrder", "ofType": null }, "defaultValue": "{field: ALLOW_LIST_VALUE, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IpAllowListEntryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListForInstalledAppsEnabledSetting", "description": "The setting value for whether the organization has IP allow list configuration for installed GitHub Apps enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IpAllowListForInstalledAppsEnabledSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSponsoredBy", "description": "Whether the given account is sponsoring this user/organization.", "args": [ { "name": "accountLogin", "description": "The target account's login.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSponsoringViewer", "description": "True if the viewer is sponsored by this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": "Whether the organization has verified its profile email and website.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "itemShowcase", "description": "Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProfileItemShowcase", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lifetimeReceivedSponsorshipValues", "description": "Calculate how much each sponsor has ever paid total to this maintainer via GitHub Sponsors. Does not include sponsorships paid via Patreon.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for results returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorAndLifetimeValueOrder", "ofType": null }, "defaultValue": "{field: SPONSOR_LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorAndLifetimeValueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "location", "description": "The organization's public profile location.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "The organization's login name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mannequins", "description": "A list of all mannequins for this organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "login", "description": "Filter mannequins by login.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for mannequins returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "MannequinOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MannequinConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberStatuses", "description": "Get the status messages members of this entity have set that are either public or visible only to the organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for user statuses returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "UserStatusOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserStatusConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersCanForkPrivateRepositories", "description": "Members can fork private repositories in this organization", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersWithRole", "description": "A list of users who are members of this organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationMemberConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "monthlyEstimatedSponsorsIncomeInCents", "description": "The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The organization's public profile name.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newTeamResourcePath", "description": "The HTTP path creating a new team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newTeamUrl", "description": "The HTTP URL creating a new team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "notificationDeliveryRestrictionEnabledSetting", "description": "Indicates if email notification delivery for this organization is restricted to verified or approved domains.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NotificationRestrictionSettingValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationBillingEmail", "description": "The billing email for the organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "packages", "description": "A list of packages under the owner.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "names", "description": "Find packages by their names.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "Find packages in a repository by ID.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "packageType", "description": "Filter registry package by type.", "type": { "kind": "ENUM", "name": "PackageType", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering of the returned packages.", "type": { "kind": "INPUT_OBJECT", "name": "PackageOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingMembers", "description": "A list of users who have been invited to join this organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnableItems", "description": "A list of repositories and gists this profile owner can pin to their profile.", "args": [ { "name": "types", "description": "Filter the types of pinnable items that are returned.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnableItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedItems", "description": "A list of repositories and gists this profile owner has pinned to their profile", "args": [ { "name": "types", "description": "Filter the types of pinned items that are returned.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnableItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedItemsRemaining", "description": "Returns how many more items this profile owner can pin to their profile.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "Find project by number.", "args": [ { "name": "number", "description": "The project number to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "Find a project by number.", "args": [ { "name": "number", "description": "The project number.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projects", "description": "A list of projects under the owner.", "args": [ { "name": "orderBy", "description": "Ordering options for projects returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectOrder", "ofType": null }, "defaultValue": null }, { "name": "search", "description": "Query to search projects by, currently only searching by name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the projects by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectState", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsResourcePath", "description": "The HTTP path listing organization's projects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsUrl", "description": "The HTTP URL listing organization's projects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsV2", "description": "A list of projects under the owner.", "args": [ { "name": "query", "description": "A project to search for under the the owner.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "How to order the returned projects.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2Order", "ofType": null }, "defaultValue": "{field: NUMBER, direction: DESC}" }, { "name": "minPermissionLevel", "description": "Filter projects based on user role.", "type": { "kind": "ENUM", "name": "ProjectV2PermissionLevel", "ofType": null }, "defaultValue": "READ" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "recentProjects", "description": "Recent projects that this user has modified in the context of the owner.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositories", "description": "A list of repositories that the user owns.", "args": [ { "name": "privacy", "description": "If non-null, filters repositories according to privacy. Internal repositories are considered private; consider using the visibility argument if only internal repositories are needed. Cannot be combined with the visibility argument.", "type": { "kind": "ENUM", "name": "RepositoryPrivacy", "ofType": null }, "defaultValue": null }, { "name": "visibility", "description": "If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.", "type": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": null }, { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": null }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": "[OWNER, COLLABORATOR]" }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasIssuesEnabled", "description": "If non-null, filters repositories according to whether they have issues enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "isFork", "description": "If non-null, filters repositories according to whether they are forks of another repository", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "Find Repository.", "args": [ { "name": "name", "description": "Name of Repository to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "followRenames", "description": "Follow repository renames. If disabled, a repository referenced by its old name will return an error.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryDiscussionComments", "description": "Discussion comments this user has authored.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "Filter discussion comments to only those in a specific repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "onlyAnswers", "description": "Filter discussion comments to only those that were marked as the answer", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryDiscussions", "description": "Discussions this user has started.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for discussions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "DiscussionOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" }, { "name": "repositoryId", "description": "Filter discussions to only those in a specific repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "answered", "description": "Filter discussions to only those that have been answered or not. Defaults to including both answered and unanswered discussions.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "states", "description": "A list of states to filter the discussions by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiscussionState", "ofType": null } } }, "defaultValue": "[]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryMigrations", "description": "A list of all repository migrations for this organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "state", "description": "Filter repository migrations by state.", "type": { "kind": "ENUM", "name": "MigrationState", "ofType": null }, "defaultValue": null }, { "name": "repositoryName", "description": "Filter repository migrations by repository name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repository migrations returned.", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryMigrationOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryMigrationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresTwoFactorAuthentication", "description": "When true the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ruleset", "description": "Returns a single ruleset from the current organization by ID.", "args": [ { "name": "databaseId", "description": "The ID of the ruleset to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rulesets", "description": "A list of rulesets for this organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includeParents", "description": "Return rulesets configured at higher levels that apply to this organization", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "RepositoryRulesetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "samlIdentityProvider", "description": "The Organization's SAML identity provider. Visible to (1) organization owners, (2) organization owners' personal access tokens (classic) with read:org or admin:org scope, (3) GitHub App with an installation token with read or write access to members.", "args": [], "type": { "kind": "OBJECT", "name": "OrganizationIdentityProvider", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsoring", "description": "List of users and organizations this entity is sponsoring.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the users and organizations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorOrder", "ofType": null }, "defaultValue": "{field: RELEVANCE, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsors", "description": "List of sponsors for this user or organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "tierId", "description": "If given, will filter for sponsors at the given tier. Will only return sponsors whose tier the viewer is permitted to see.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsors returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorOrder", "ofType": null }, "defaultValue": "{field: RELEVANCE, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsActivities", "description": "Events involving this sponsorable, such as new sponsorships.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "period", "description": "Filter activities returned to only those that occurred in the most recent specified time period. Set to ALL to avoid filtering by when the activity occurred. Will be ignored if `since` or `until` is given.", "type": { "kind": "ENUM", "name": "SponsorsActivityPeriod", "ofType": null }, "defaultValue": "MONTH" }, { "name": "since", "description": "Filter activities to those that occurred on or after this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "until", "description": "Filter activities to those that occurred before this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for activity returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorsActivityOrder", "ofType": null }, "defaultValue": "{field: TIMESTAMP, direction: DESC}" }, { "name": "actions", "description": "Filter activities to only the specified actions.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorsActivityAction", "ofType": null } } }, "defaultValue": "[]" }, { "name": "includeAsSponsor", "description": "Whether to include those events where this sponsorable acted as the sponsor. Defaults to only including events where this sponsorable was the recipient of a sponsorship.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "includePrivate", "description": "Whether or not to include private activities in the result set. Defaults to including public and private activities.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsActivityConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsListing", "description": "The GitHub Sponsors listing for this user or organization.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipForViewerAsSponsor", "description": "The sponsorship from the viewer to this user/organization; that is, the sponsorship where you're the sponsor.", "args": [ { "name": "activeOnly", "description": "Whether to return the sponsorship only if it's still active. Pass false to get the viewer's sponsorship back even if it has been cancelled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipForViewerAsSponsorable", "description": "The sponsorship from this user/organization to the viewer; that is, the sponsorship you're receiving.", "args": [ { "name": "activeOnly", "description": "Whether to return the sponsorship only if it's still active. Pass false to get the sponsorship back even if it has been cancelled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipNewsletters", "description": "List of sponsorship updates sent from this sponsorable to sponsors.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsorship updates returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipNewsletterOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipNewsletterConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipsAsMaintainer", "description": "The sponsorships where this user or organization is the maintainer receiving the funds.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includePrivate", "description": "Whether or not to include private sponsorships in the result set", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipOrder", "ofType": null }, "defaultValue": null }, { "name": "activeOnly", "description": "Whether to include only sponsorships that are active right now, versus all sponsorships this maintainer has ever received.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipsAsSponsor", "description": "The sponsorships where this user or organization is the funder.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipOrder", "ofType": null }, "defaultValue": null }, { "name": "maintainerLogins", "description": "Filter sponsorships returned to those for the specified maintainers. That is, the recipient of the sponsorship is a user or organization with one of the given logins.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "activeOnly", "description": "Whether to include only sponsorships that are active right now, versus all sponsorships this sponsor has ever made.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "Find an organization's team by its slug.", "args": [ { "name": "slug", "description": "The name or slug of the team to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teams", "description": "A list of teams in this organization.", "args": [ { "name": "privacy", "description": "If non-null, filters teams according to privacy", "type": { "kind": "ENUM", "name": "TeamPrivacy", "ofType": null }, "defaultValue": null }, { "name": "notificationSetting", "description": "If non-null, filters teams according to notification setting", "type": { "kind": "ENUM", "name": "TeamNotificationSetting", "ofType": null }, "defaultValue": null }, { "name": "role", "description": "If non-null, filters teams according to whether the viewer is an admin or member on team", "type": { "kind": "ENUM", "name": "TeamRole", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "If non-null, filters teams with query on team name and team slug", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "userLogins", "description": "User logins to filter by", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for teams returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "TeamOrder", "ofType": null }, "defaultValue": null }, { "name": "ldapMapped", "description": "If true, filters teams that are mapped to an LDAP Group (Enterprise only)", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "rootTeamsOnly", "description": "If true, restrict to only root teams", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamsResourcePath", "description": "The HTTP path listing organization's teams", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamsUrl", "description": "The HTTP URL listing organization's teams", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalSponsorshipAmountAsSponsorInCents", "description": "The amount in United States cents (e.g., 500 = $5.00 USD) that this entity has spent on GitHub to fund sponsorships. Only returns a value when viewed by the user themselves or by a user who can manage sponsorships for the requested organization.", "args": [ { "name": "since", "description": "Filter payments to those that occurred on or after this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "until", "description": "Filter payments to those that occurred before this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogins", "description": "Filter payments to those made to the users or organizations with the specified usernames.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": "[]" } ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterUsername", "description": "The organization's Twitter username.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanAdminister", "description": "Organization is adminable by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanChangePinnedItems", "description": "Can the viewer pin repositories and gists to the profile?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanCreateProjects", "description": "Can the current viewer create new projects on this owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanCreateRepositories", "description": "Viewer can create repositories on this organization", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanCreateTeams", "description": "Viewer can create teams on this organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSponsor", "description": "Whether or not the viewer is able to sponsor this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerIsAMember", "description": "Viewer is an active member of this organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerIsFollowing", "description": "Whether or not this Organization is followed by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerIsSponsoring", "description": "True if the viewer is sponsoring this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "webCommitSignoffRequired", "description": "Whether contributors are required to sign off on web-based commits for repositories in this organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "websiteUrl", "description": "The organization's public profile URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Actor", "ofType": null }, { "kind": "INTERFACE", "name": "AnnouncementBanner", "ofType": null }, { "kind": "INTERFACE", "name": "MemberStatusable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "PackageOwner", "ofType": null }, { "kind": "INTERFACE", "name": "ProfileOwner", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectOwner", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2Owner", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2Recent", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryDiscussionAuthor", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryDiscussionCommentAuthor", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryOwner", "ofType": null }, { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "OrganizationAuditEntry", "description": "An audit entry in an organization audit log.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "MembersCanDeleteReposClearAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OauthApplicationCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgAddBillingManagerAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgBlockUserAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableOauthAppRestrictionsAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableSamlAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableTwoFactorRequirementAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableOauthAppRestrictionsAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableSamlAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableTwoFactorRequirementAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteToBusinessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessApprovedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessBlockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessDeniedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessRequestedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessUnblockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveBillingManagerAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveOutsideCollaboratorAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUnblockUserAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateDefaultRepositoryPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoArchivedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoChangeMergeSettingAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigLockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigUnlockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoDestroyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddRepositoryAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamChangeParentTeamAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveRepositoryAuditEntry", "ofType": null } ] }, { "kind": "OBJECT", "name": "OrganizationAuditEntryConnection", "description": "The connection type for OrganizationAuditEntry.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationAuditEntryEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "OrganizationAuditEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "description": "Metadata for an audit entry with action org.*", "fields": [ { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "MembersCanDeleteReposClearAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "MembersCanDeleteReposEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OauthApplicationCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgAddBillingManagerAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgBlockUserAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableOauthAppRestrictionsAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableSamlAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgDisableTwoFactorRequirementAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableOauthAppRestrictionsAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableSamlAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgEnableTwoFactorRequirementAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgInviteToBusinessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessApprovedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessBlockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessDeniedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessRequestedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgOauthAppAccessUnblockedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveBillingManagerAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRemoveOutsideCollaboratorAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipOrganizationAuditEntryData", "ofType": null }, { "kind": "OBJECT", "name": "OrgUnblockUserAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateDefaultRepositoryPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoArchivedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoChangeMergeSettingAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigLockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigUnlockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoDestroyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddRepositoryAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamChangeParentTeamAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveRepositoryAuditEntry", "ofType": null } ] }, { "kind": "OBJECT", "name": "OrganizationAuditEntryEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "OrganizationAuditEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationConnection", "description": "A list of organizations managed by an enterprise.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationEnterpriseOwnerConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationEnterpriseOwnerEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationEnterpriseOwnerEdge", "description": "An enterprise owner in the context of an organization that is part of the enterprise.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationRole", "description": "The role of the owner with respect to the organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RoleInOrganization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationIdentityProvider", "description": "An Identity Provider configured to provision SAML and SCIM identities for Organizations. Visible to (1) organization owners, (2) organization owners' personal access tokens (classic) with read:org or admin:org scope, (3) GitHub App with an installation token with read or write access to members.", "fields": [ { "name": "digestMethod", "description": "The digest algorithm used to sign SAML requests for the Identity Provider.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "externalIdentities", "description": "External Identities provisioned by this Identity Provider", "args": [ { "name": "membersOnly", "description": "Filter to external identities with valid org membership only", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "login", "description": "Filter to external identities with the users login", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "userName", "description": "Filter to external identities with the users userName/NameID attribute", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalIdentityConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrganizationIdentityProvider object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "idpCertificate", "description": "The x509 certificate used by the Identity Provider to sign assertions and responses.", "args": [], "type": { "kind": "SCALAR", "name": "X509Certificate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issuer", "description": "The Issuer Entity ID for the SAML Identity Provider", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "Organization this Identity Provider belongs to", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "signatureMethod", "description": "The signature algorithm used to sign SAML requests for the Identity Provider.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ssoUrl", "description": "The URL endpoint for the Identity Provider's SAML SSO.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationInvitation", "description": "An Invitation for a user to an organization.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The email address of the user invited to the organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrganizationInvitation object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitationSource", "description": "The source of the invitation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrganizationInvitationSource", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitationType", "description": "The type of invitation that was sent (e.g. email, user).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrganizationInvitationType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitee", "description": "The user who was invited to the organization.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inviter", "description": "The user who created the invitation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": true, "deprecationReason": "`inviter` will be removed. `inviter` will be replaced by `inviterActor`. Removal on 2024-07-01 UTC." }, { "name": "inviterActor", "description": "The user who created the invitation.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization the invite is for", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "role", "description": "The user's pending role in the organization (e.g. member, owner).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrganizationInvitationRole", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationInvitationConnection", "description": "The connection type for OrganizationInvitation.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvitationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationInvitationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "OrganizationInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrganizationInvitationRole", "description": "The possible organization invitation roles.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DIRECT_MEMBER", "description": "The user is invited to be a direct member of the organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "The user is invited to be an admin of the organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "BILLING_MANAGER", "description": "The user is invited to be a billing manager of the organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "REINSTATE", "description": "The user's previous role will be reinstated.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "OrganizationInvitationSource", "description": "The possible organization invitation sources.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "UNKNOWN", "description": "The invitation was sent before this feature was added", "isDeprecated": false, "deprecationReason": null }, { "name": "MEMBER", "description": "The invitation was created from the web interface or from API", "isDeprecated": false, "deprecationReason": null }, { "name": "SCIM", "description": "The invitation was created from SCIM", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "OrganizationInvitationType", "description": "The possible organization invitation types.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "USER", "description": "The invitation was to an existing user.", "isDeprecated": false, "deprecationReason": null }, { "name": "EMAIL", "description": "The invitation was to an email address.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationMemberConnection", "description": "A list of users who belong to the organization.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationMemberEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationMemberEdge", "description": "Represents a user within an organization.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasTwoFactorEnabled", "description": "Whether the organization member has two factor enabled or not. Returns null if information is not available to viewer.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "role", "description": "The role this user has in the organization.", "args": [], "type": { "kind": "ENUM", "name": "OrganizationMemberRole", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrganizationMemberRole", "description": "The possible roles within an organization for its members.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MEMBER", "description": "The user is a member of the organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "The user is an administrator of the organization.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "OrganizationMembersCanCreateRepositoriesSettingValue", "description": "The possible values for the members can create repositories setting on an organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALL", "description": "Members will be able to create public and private repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "Members will be able to create only private repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERNAL", "description": "Members will be able to create only internal repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED", "description": "Members will not be able to create public or private repositories.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationMigration", "description": "A GitHub Enterprise Importer (GEI) organization migration.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "failureReason", "description": "The reason the organization migration failed.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the OrganizationMigration object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "remainingRepositoriesCount", "description": "The remaining amount of repos to be migrated.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceOrgName", "description": "The name of the source organization to be migrated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceOrgUrl", "description": "The URL of the source organization to migrate.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The migration state.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrganizationMigrationState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "targetOrgName", "description": "The name of the target organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalRepositoriesCount", "description": "The total amount of repositories to be migrated.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrganizationMigrationState", "description": "The Octoshift Organization migration state.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NOT_STARTED", "description": "The Octoshift migration has not started.", "isDeprecated": false, "deprecationReason": null }, { "name": "QUEUED", "description": "The Octoshift migration has been queued.", "isDeprecated": false, "deprecationReason": null }, { "name": "IN_PROGRESS", "description": "The Octoshift migration is in progress.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRE_REPO_MIGRATION", "description": "The Octoshift migration is performing pre repository migrations.", "isDeprecated": false, "deprecationReason": null }, { "name": "REPO_MIGRATION", "description": "The Octoshift org migration is performing repository migrations.", "isDeprecated": false, "deprecationReason": null }, { "name": "POST_REPO_MIGRATION", "description": "The Octoshift migration is performing post repository migrations.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUCCEEDED", "description": "The Octoshift migration has succeeded.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILED", "description": "The Octoshift migration has failed.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING_VALIDATION", "description": "The Octoshift migration needs to have its credentials validated.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILED_VALIDATION", "description": "The Octoshift migration has invalid credentials.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "OrganizationOrUser", "description": "Used for argument of CreateProjectV2 mutation.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "description": "Ordering options for organization connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order organizations by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrganizationOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OrganizationOrderField", "description": "Properties by which organization connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order organizations by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "LOGIN", "description": "Order organizations by login", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationTeamsHovercardContext", "description": "An organization teams hovercard context", "fields": [ { "name": "message", "description": "A string describing this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "octicon", "description": "An octicon to accompany this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "relevantTeams", "description": "Teams in this organization the user is a member of that are relevant", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamsResourcePath", "description": "The path for the full team list for this user", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamsUrl", "description": "The URL for the full team list for this user", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalTeamCount", "description": "The total number of teams the user is on in the organization", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "HovercardContext", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationsHovercardContext", "description": "An organization list hovercard context", "fields": [ { "name": "message", "description": "A string describing this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "octicon", "description": "An octicon to accompany this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "relevantOrganizations", "description": "Organizations this user is a member of that are relevant", "args": [ { "name": "orderBy", "description": "Ordering options for the User's organizations.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "null" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalOrganizationCount", "description": "The total number of organizations this user is in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "HovercardContext", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Package", "description": "Information for an uploaded package.", "fields": [ { "name": "id", "description": "The Node ID of the Package object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "latestVersion", "description": "Find the latest version for the package.", "args": [], "type": { "kind": "OBJECT", "name": "PackageVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Identifies the name of the package.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "packageType", "description": "Identifies the type of the package.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackageType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository this package belongs to.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statistics", "description": "Statistics about package activity.", "args": [], "type": { "kind": "OBJECT", "name": "PackageStatistics", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": "Find package version by version string.", "args": [ { "name": "version", "description": "The package version.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PackageVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "versions", "description": "list of versions for this package", "args": [ { "name": "orderBy", "description": "Ordering of the returned packages.", "type": { "kind": "INPUT_OBJECT", "name": "PackageVersionOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageVersionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageConnection", "description": "The connection type for Package.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Package", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Package", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageFile", "description": "A file in a package version.", "fields": [ { "name": "id", "description": "The Node ID of the PackageFile object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "md5", "description": "MD5 hash of the file.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Name of the file.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "packageVersion", "description": "The package version this file belongs to.", "args": [], "type": { "kind": "OBJECT", "name": "PackageVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sha1", "description": "SHA1 hash of the file.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sha256", "description": "SHA256 hash of the file.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": "Size of the file in bytes.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "URL to download the asset.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageFileConnection", "description": "The connection type for PackageFile.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageFileEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageFile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageFileEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PackageFile", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PackageFileOrder", "description": "Ways in which lists of package files can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order package files by.", "type": { "kind": "ENUM", "name": "PackageFileOrderField", "ofType": null }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order package files by the specified field.", "type": { "kind": "ENUM", "name": "OrderDirection", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PackageFileOrderField", "description": "Properties by which package file connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order package files by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PackageOrder", "description": "Ways in which lists of packages can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order packages by.", "type": { "kind": "ENUM", "name": "PackageOrderField", "ofType": null }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order packages by the specified field.", "type": { "kind": "ENUM", "name": "OrderDirection", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PackageOrderField", "description": "Properties by which package connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order packages by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "PackageOwner", "description": "Represents an owner of a package.", "fields": [ { "name": "id", "description": "The Node ID of the PackageOwner object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "packages", "description": "A list of packages under the owner.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "names", "description": "Find packages by their names.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "Find packages in a repository by ID.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "packageType", "description": "Filter registry package by type.", "type": { "kind": "ENUM", "name": "PackageType", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering of the returned packages.", "type": { "kind": "INPUT_OBJECT", "name": "PackageOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "PackageStatistics", "description": "Represents a object that contains package activity statistics such as downloads.", "fields": [ { "name": "downloadsTotalCount", "description": "Number of times the package was downloaded since it was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageTag", "description": "A version tag contains the mapping between a tag name and a version.", "fields": [ { "name": "id", "description": "The Node ID of the PackageTag object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Identifies the tag name of the version.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": "Version that the tag is associated with.", "args": [], "type": { "kind": "OBJECT", "name": "PackageVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PackageType", "description": "The possible types of a package.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NPM", "description": "An npm package.", "isDeprecated": true, "deprecationReason": "NPM will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-11-21 UTC." }, { "name": "RUBYGEMS", "description": "A rubygems package.", "isDeprecated": true, "deprecationReason": "RUBYGEMS will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-12-28 UTC." }, { "name": "MAVEN", "description": "A maven package.", "isDeprecated": true, "deprecationReason": "MAVEN will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2023-02-10 UTC." }, { "name": "DOCKER", "description": "A docker image.", "isDeprecated": true, "deprecationReason": "DOCKER will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2021-06-21 UTC." }, { "name": "DEBIAN", "description": "A debian package.", "isDeprecated": false, "deprecationReason": null }, { "name": "NUGET", "description": "A nuget package.", "isDeprecated": true, "deprecationReason": "NUGET will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-11-21 UTC." }, { "name": "PYPI", "description": "A python package.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageVersion", "description": "Information about a specific package version.", "fields": [ { "name": "files", "description": "List of files associated with this package version", "args": [ { "name": "orderBy", "description": "Ordering of the returned package files.", "type": { "kind": "INPUT_OBJECT", "name": "PackageFileOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageFileConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PackageVersion object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "package", "description": "The package associated with this version.", "args": [], "type": { "kind": "OBJECT", "name": "Package", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "platform", "description": "The platform this version was built for.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "preRelease", "description": "Whether or not this version is a pre-release.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "readme", "description": "The README of this package version.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "release", "description": "The release associated with this package version.", "args": [], "type": { "kind": "OBJECT", "name": "Release", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statistics", "description": "Statistics about package activity.", "args": [], "type": { "kind": "OBJECT", "name": "PackageVersionStatistics", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "summary", "description": "The package version summary.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": "The version string.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageVersionConnection", "description": "The connection type for PackageVersion.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageVersionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageVersion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageVersionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PackageVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PackageVersionOrder", "description": "Ways in which lists of package versions can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order package versions by.", "type": { "kind": "ENUM", "name": "PackageVersionOrderField", "ofType": null }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order package versions by the specified field.", "type": { "kind": "ENUM", "name": "OrderDirection", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PackageVersionOrderField", "description": "Properties by which package version connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order package versions by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PackageVersionStatistics", "description": "Represents a object that contains package version activity statistics such as downloads.", "fields": [ { "name": "downloadsTotalCount", "description": "Number of times the package was downloaded since it was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PageInfo", "description": "Information about pagination in a connection.", "fields": [ { "name": "endCursor", "description": "When paginating forwards, the cursor to continue.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasNextPage", "description": "When paginating forwards, are there more items?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasPreviousPage", "description": "When paginating backwards, are there more items?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startCursor", "description": "When paginating backwards, the cursor to continue.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PatchStatus", "description": "The possible types of patch statuses.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ADDED", "description": "The file was added. Git status 'A'.", "isDeprecated": false, "deprecationReason": null }, { "name": "DELETED", "description": "The file was deleted. Git status 'D'.", "isDeprecated": false, "deprecationReason": null }, { "name": "RENAMED", "description": "The file was renamed. Git status 'R'.", "isDeprecated": false, "deprecationReason": null }, { "name": "COPIED", "description": "The file was copied. Git status 'C'.", "isDeprecated": false, "deprecationReason": null }, { "name": "MODIFIED", "description": "The file's contents were changed. Git status 'M'.", "isDeprecated": false, "deprecationReason": null }, { "name": "CHANGED", "description": "The file's type was changed. Git status 'T'.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "PermissionGranter", "description": "Types that can grant permissions on a repository to a user", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null } ] }, { "kind": "OBJECT", "name": "PermissionSource", "description": "A level of permission and source for a user's access to a repository.", "fields": [ { "name": "organization", "description": "The organization the repository belongs to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permission", "description": "The level of access this source has granted to the user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DefaultRepositoryPermissionField", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "roleName", "description": "The name of the role this source has granted to the user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": "The source of this permission.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "PermissionGranter", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PinEnvironmentInput", "description": "Autogenerated input type of PinEnvironment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "environmentId", "description": "The ID of the environment to modify", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "pinned", "description": "The desired state of the environment. If true, environment will be pinned. If false, it will be unpinned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinEnvironmentPayload", "description": "Autogenerated return type of PinEnvironment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "The environment that was pinned", "args": [], "type": { "kind": "OBJECT", "name": "Environment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedEnvironment", "description": "The pinned environment if we pinned", "args": [], "type": { "kind": "OBJECT", "name": "PinnedEnvironment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PinIssueInput", "description": "Autogenerated input type of PinIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "issueId", "description": "The ID of the issue to be pinned", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinIssuePayload", "description": "Autogenerated return type of PinIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue that was pinned", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "PinnableItem", "description": "Types that can be pinned to a profile page.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Gist", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null } ] }, { "kind": "OBJECT", "name": "PinnableItemConnection", "description": "The connection type for PinnableItem.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnableItemEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "PinnableItem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnableItemEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "PinnableItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PinnableItemType", "description": "Represents items that can be pinned to a profile page or dashboard.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "REPOSITORY", "description": "A repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "GIST", "description": "A gist.", "isDeprecated": false, "deprecationReason": null }, { "name": "ISSUE", "description": "An issue.", "isDeprecated": false, "deprecationReason": null }, { "name": "PROJECT", "description": "A project.", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST", "description": "A pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "USER", "description": "A user.", "isDeprecated": false, "deprecationReason": null }, { "name": "ORGANIZATION", "description": "An organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "TEAM", "description": "A team.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedDiscussion", "description": "A Pinned Discussion is a discussion pinned to a repository's index page.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion that was pinned.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Discussion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "gradientStopColors", "description": "Color stops of the chosen gradient", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PinnedDiscussion object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pattern", "description": "Background texture pattern", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PinnedDiscussionPattern", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedBy", "description": "The actor that pinned this discussion.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Actor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "preconfiguredGradient", "description": "Preconfigured background gradient option", "args": [], "type": { "kind": "ENUM", "name": "PinnedDiscussionGradient", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedDiscussionConnection", "description": "The connection type for PinnedDiscussion.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnedDiscussionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnedDiscussion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedDiscussionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PinnedDiscussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PinnedDiscussionGradient", "description": "Preconfigured gradients that may be used to style discussions pinned within a repository.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "RED_ORANGE", "description": "A gradient of red to orange", "isDeprecated": false, "deprecationReason": null }, { "name": "BLUE_MINT", "description": "A gradient of blue to mint", "isDeprecated": false, "deprecationReason": null }, { "name": "BLUE_PURPLE", "description": "A gradient of blue to purple", "isDeprecated": false, "deprecationReason": null }, { "name": "PINK_BLUE", "description": "A gradient of pink to blue", "isDeprecated": false, "deprecationReason": null }, { "name": "PURPLE_CORAL", "description": "A gradient of purple to coral", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "PinnedDiscussionPattern", "description": "Preconfigured background patterns that may be used to style discussions pinned within a repository.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DOT_FILL", "description": "A solid dot pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "PLUS", "description": "A plus sign pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "ZAP", "description": "A lightning bolt pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "CHEVRON_UP", "description": "An upward-facing chevron pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "DOT", "description": "A hollow dot pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "HEART_FILL", "description": "A heart pattern", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedEnvironment", "description": "Represents a pinned environment on a given repository", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the pinned environment was created", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "Identifies the environment associated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Environment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PinnedEnvironment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": "Identifies the position of the pinned environment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that this environment was pinned to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedEnvironmentConnection", "description": "The connection type for PinnedEnvironment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnedEnvironmentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnedEnvironment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedEnvironmentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PinnedEnvironment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PinnedEnvironmentOrder", "description": "Ordering options for pinned environments", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order pinned environments by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PinnedEnvironmentOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order pinned environments by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PinnedEnvironmentOrderField", "description": "Properties by which pinned environments connections can be ordered", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "POSITION", "description": "Order pinned environments by position", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedEvent", "description": "Represents a 'pinned' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PinnedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "Identifies the issue associated with the event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedIssue", "description": "A Pinned Issue is a issue pinned to a repository's index page.", "fields": [ { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDatabaseId", "description": "Identifies the primary key from the database as a BigInt.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PinnedIssue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue that was pinned.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedBy", "description": "The actor that pinned this issue.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Actor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that this issue was pinned to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedIssueConnection", "description": "The connection type for PinnedIssue.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnedIssueEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnedIssue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PinnedIssueEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PinnedIssue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "PreciseDateTime", "description": "An ISO-8601 encoded UTC date string with millisecond precision.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingDisableAuditEntry", "description": "Audit log entry for a private_repository_forking.disable event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PrivateRepositoryForkingDisableAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingEnableAuditEntry", "description": "Audit log entry for a private_repository_forking.enable event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PrivateRepositoryForkingEnableAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProfileItemShowcase", "description": "A curatable list of repositories relating to a repository owner, which defaults to showing the most popular repositories they own.", "fields": [ { "name": "hasPinnedItems", "description": "Whether or not the owner has pinned any repositories or gists.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "items", "description": "The repositories and gists in the showcase. If the profile owner has any pinned items, those will be returned. Otherwise, the profile owner's popular repositories will be returned.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnableItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "ProfileOwner", "description": "Represents any entity on GitHub that has a profile page.", "fields": [ { "name": "anyPinnableItems", "description": "Determine if this repository owner has any items that can be pinned to their profile.", "args": [ { "name": "type", "description": "Filter to only a particular kind of pinnable item.", "type": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The public profile email.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProfileOwner object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "itemShowcase", "description": "Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProfileItemShowcase", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "location", "description": "The public profile location.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "The username used to login.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The public profile name.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnableItems", "description": "A list of repositories and gists this profile owner can pin to their profile.", "args": [ { "name": "types", "description": "Filter the types of pinnable items that are returned.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnableItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedItems", "description": "A list of repositories and gists this profile owner has pinned to their profile", "args": [ { "name": "types", "description": "Filter the types of pinned items that are returned.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnableItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedItemsRemaining", "description": "Returns how many more items this profile owner can pin to their profile.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanChangePinnedItems", "description": "Can the viewer pin repositories and gists to the profile?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "websiteUrl", "description": "The public profile website URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "Project", "description": "Projects manage issues, pull requests and notes within a project owner.", "fields": [ { "name": "body", "description": "The project's description body.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The projects description body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closed", "description": "Indicates if the object is closed (definition of closed may depend on type)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closedAt", "description": "Identifies the date and time when the object was closed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "columns", "description": "List of columns in the project", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectColumnConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who originally created the project.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Project object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The project's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "The project's number.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The project's owner. Currently limited to repositories, organizations, and users.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "ProjectOwner", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingCards", "description": "List of pending cards in this project", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "archivedStates", "description": "A list of archived states to filter the cards by", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectCardArchivedState", "ofType": null } }, "defaultValue": "[ARCHIVED, NOT_ARCHIVED]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectCardConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "progress", "description": "Project progress details.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectProgress", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this project", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "Whether the project is open or closed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this project", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanClose", "description": "Indicates if the object can be closed by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReopen", "description": "Indicates if the object can be reopened by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Closable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectCard", "description": "A card in a project.", "fields": [ { "name": "column", "description": "The project column this card is associated under. A card may only belong to one\nproject column at a time. The column field will be null if the card is created\nin a pending state and has yet to be associated with a column. Once cards are\nassociated with a column, they will not become pending in the future.\n", "args": [], "type": { "kind": "OBJECT", "name": "ProjectColumn", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "content", "description": "The card content item", "args": [], "type": { "kind": "UNION", "name": "ProjectCardItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created this card", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectCard object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isArchived", "description": "Whether the card is archived", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "The card note", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this card.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this card", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of ProjectCard", "args": [], "type": { "kind": "ENUM", "name": "ProjectCardState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this card", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectCardArchivedState", "description": "The possible archived states of a project card.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ARCHIVED", "description": "A project card that is archived", "isDeprecated": false, "deprecationReason": null }, { "name": "NOT_ARCHIVED", "description": "A project card that is not archived", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectCardConnection", "description": "The connection type for ProjectCard.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectCardEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectCard", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectCardEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectCard", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectCardImport", "description": "An issue or PR and its owning repository to be used in a project card.", "fields": null, "inputFields": [ { "name": "repository", "description": "Repository name with owner (owner/repository).", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "number", "description": "The issue or pull request number.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ProjectCardItem", "description": "Types that can be inside Project Cards.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "ENUM", "name": "ProjectCardState", "description": "Various content states of a ProjectCard", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CONTENT_ONLY", "description": "The card has content only.", "isDeprecated": false, "deprecationReason": null }, { "name": "NOTE_ONLY", "description": "The card has a note only.", "isDeprecated": false, "deprecationReason": null }, { "name": "REDACTED", "description": "The card is redacted.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectColumn", "description": "A column inside a project.", "fields": [ { "name": "cards", "description": "List of cards in the column", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "archivedStates", "description": "A list of archived states to filter the cards by", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectCardArchivedState", "ofType": null } }, "defaultValue": "[ARCHIVED, NOT_ARCHIVED]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectCardConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectColumn object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The project column's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this column.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "purpose", "description": "The semantic purpose of the column", "args": [], "type": { "kind": "ENUM", "name": "ProjectColumnPurpose", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this project column", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this project column", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectColumnConnection", "description": "The connection type for ProjectColumn.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectColumnEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectColumn", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectColumnEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectColumn", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectColumnImport", "description": "A project column and a list of its issues and PRs.", "fields": null, "inputFields": [ { "name": "columnName", "description": "The name of the column.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "position", "description": "The position of the column, starting from 0.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "issues", "description": "A list of issues and pull requests in the column.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectCardImport", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectColumnPurpose", "description": "The semantic purpose of the column - todo, in progress, or done.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TODO", "description": "The column contains cards still to be worked on", "isDeprecated": false, "deprecationReason": null }, { "name": "IN_PROGRESS", "description": "The column contains cards which are currently being worked on", "isDeprecated": false, "deprecationReason": null }, { "name": "DONE", "description": "The column contains cards which are complete", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectConnection", "description": "A list of projects associated with the owner.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectOrder", "description": "Ways in which lists of projects can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order projects by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order projects by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectOrderField", "description": "Properties by which project connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order projects by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order projects by update time", "isDeprecated": false, "deprecationReason": null }, { "name": "NAME", "description": "Order projects by name", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "ProjectOwner", "description": "Represents an owner of a Project.", "fields": [ { "name": "id", "description": "The Node ID of the ProjectOwner object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "Find project by number.", "args": [ { "name": "number", "description": "The project number to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projects", "description": "A list of projects under the owner.", "args": [ { "name": "orderBy", "description": "Ordering options for projects returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectOrder", "ofType": null }, "defaultValue": null }, { "name": "search", "description": "Query to search projects by, currently only searching by name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the projects by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectState", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsResourcePath", "description": "The HTTP path listing owners projects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsUrl", "description": "The HTTP URL listing owners projects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanCreateProjects", "description": "Can the current viewer create new projects on this owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProjectProgress", "description": "Project progress stats.", "fields": [ { "name": "doneCount", "description": "The number of done cards.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "donePercentage", "description": "The percentage of done cards.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabled", "description": "Whether progress tracking is enabled and cards with purpose exist for this project", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inProgressCount", "description": "The number of in-progress cards.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inProgressPercentage", "description": "The percentage of in-progress cards.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "todoCount", "description": "The number of to do cards.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "todoPercentage", "description": "The percentage of to do cards.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectState", "description": "State of the project; either 'open' or 'closed'", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "The project is open.", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED", "description": "The project is closed.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectTemplate", "description": "GitHub-provided templates for Projects", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "BASIC_KANBAN", "description": "Create a board with columns for To do, In progress and Done.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTOMATED_KANBAN_V2", "description": "Create a board with v2 triggers to automatically move cards across To do, In progress and Done columns.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTOMATED_REVIEWS_KANBAN", "description": "Create a board with triggers to automatically move cards across columns with review automation.", "isDeprecated": false, "deprecationReason": null }, { "name": "BUG_TRIAGE", "description": "Create a board to triage and prioritize bugs with To do, priority, and Done columns.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2", "description": "New projects that manage issues, pull requests and drafts using tables and boards.", "fields": [ { "name": "closed", "description": "Returns true if the project is closed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closedAt", "description": "Identifies the date and time when the object was closed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who originally created the project.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "A field of the project", "args": [ { "name": "name", "description": "The name of the field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fields", "description": "List of fields and their constraints in the project", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for project v2 fields returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2FieldConfigurationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2 object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "items", "description": "List of items in the project", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for project v2 items returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2ItemOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "The project's number.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The project's owner. Currently limited to organizations and users.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "ProjectV2Owner", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "public", "description": "Returns true if the project is public.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "readme", "description": "The project's readme.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositories", "description": "The repositories the project is linked to.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this project", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription", "description": "The project's short description.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusUpdates", "description": "List of the status updates in the project.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2StatusOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2StatusUpdateConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teams", "description": "The teams the project is linked to.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for teams returned from this connection.", "type": { "kind": "INPUT_OBJECT", "name": "TeamOrder", "ofType": null }, "defaultValue": "{field: NAME, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "template", "description": "Returns true if this project is a template.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The project's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this project", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "view", "description": "A view of the project", "args": [ { "name": "number", "description": "The number of a view belonging to the project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2View", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanClose", "description": "Indicates if the object can be closed by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReopen", "description": "Indicates if the object can be reopened by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "views", "description": "List of views in the project", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for project v2 views returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2ViewOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ViewConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workflow", "description": "A workflow of the project", "args": [ { "name": "number", "description": "The number of a workflow belonging to the project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2Workflow", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workflows", "description": "List of the workflows in the project", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for project v2 workflows returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2WorkflowOrder", "ofType": null }, "defaultValue": "{field: NAME, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2WorkflowConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Closable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ProjectV2Actor", "description": "Possible collaborators for a project.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProjectV2ActorConnection", "description": "The connection type for ProjectV2Actor.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ActorEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2Actor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ActorEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "ProjectV2Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2Collaborator", "description": "A collaborator to update on a project. Only one of the userId or teamId should be provided.", "fields": null, "inputFields": [ { "name": "userId", "description": "The ID of the user as a collaborator.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "teamId", "description": "The ID of the team as a collaborator.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "role", "description": "The role to grant the collaborator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2Roles", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2Connection", "description": "The connection type for ProjectV2.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Edge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2CustomFieldType", "description": "The type of a project field.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TEXT", "description": "Text", "isDeprecated": false, "deprecationReason": null }, { "name": "SINGLE_SELECT", "description": "Single Select", "isDeprecated": false, "deprecationReason": null }, { "name": "NUMBER", "description": "Number", "isDeprecated": false, "deprecationReason": null }, { "name": "DATE", "description": "Date", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2Edge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2Field", "description": "A field inside a project.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataType", "description": "The field's type.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2FieldType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2Field object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The project field's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this field.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2FieldCommon", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "ProjectV2FieldCommon", "description": "Common fields across different project field types", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataType", "description": "The field's type.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2FieldType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2FieldCommon object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The project field's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this field.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProjectV2Field", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2IterationField", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2SingleSelectField", "ofType": null } ] }, { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "description": "Configurations for project fields.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProjectV2Field", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2IterationField", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2SingleSelectField", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProjectV2FieldConfigurationConnection", "description": "The connection type for ProjectV2FieldConfiguration.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2FieldConfigurationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2FieldConfigurationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2FieldConnection", "description": "The connection type for ProjectV2Field.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2FieldEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Field", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2FieldEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Field", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldOrder", "description": "Ordering options for project v2 field connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order the project v2 fields by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2FieldOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2FieldOrderField", "description": "Properties by which project v2 field connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "POSITION", "description": "Order project v2 fields by position", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order project v2 fields by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "NAME", "description": "Order project v2 fields by name", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2FieldType", "description": "The type of a project field.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ASSIGNEES", "description": "Assignees", "isDeprecated": false, "deprecationReason": null }, { "name": "LINKED_PULL_REQUESTS", "description": "Linked Pull Requests", "isDeprecated": false, "deprecationReason": null }, { "name": "REVIEWERS", "description": "Reviewers", "isDeprecated": false, "deprecationReason": null }, { "name": "LABELS", "description": "Labels", "isDeprecated": false, "deprecationReason": null }, { "name": "MILESTONE", "description": "Milestone", "isDeprecated": false, "deprecationReason": null }, { "name": "REPOSITORY", "description": "Repository", "isDeprecated": false, "deprecationReason": null }, { "name": "TITLE", "description": "Title", "isDeprecated": false, "deprecationReason": null }, { "name": "TEXT", "description": "Text", "isDeprecated": false, "deprecationReason": null }, { "name": "SINGLE_SELECT", "description": "Single Select", "isDeprecated": false, "deprecationReason": null }, { "name": "NUMBER", "description": "Number", "isDeprecated": false, "deprecationReason": null }, { "name": "DATE", "description": "Date", "isDeprecated": false, "deprecationReason": null }, { "name": "ITERATION", "description": "Iteration", "isDeprecated": false, "deprecationReason": null }, { "name": "TRACKS", "description": "Tracks", "isDeprecated": false, "deprecationReason": null }, { "name": "TRACKED_BY", "description": "Tracked by", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldValue", "description": "The values that can be used to update a field of an item inside a Project. Only 1 value can be updated at a time.", "fields": null, "inputFields": [ { "name": "text", "description": "The text to set on the field.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "number", "description": "The number to set on the field.", "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "date", "description": "The ISO 8601 date to set on the field.", "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "defaultValue": null }, { "name": "singleSelectOptionId", "description": "The id of the single select option to set on the field.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "iterationId", "description": "The id of the iteration to set on the field.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2Filters", "description": "Ways in which to filter lists of projects.", "fields": null, "inputFields": [ { "name": "state", "description": "List project v2 filtered by the state given.", "type": { "kind": "ENUM", "name": "ProjectV2State", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2Item", "description": "An item within a Project.", "fields": [ { "name": "content", "description": "The content of the referenced draft issue, issue, or pull request", "args": [], "type": { "kind": "UNION", "name": "ProjectV2ItemContent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created the item.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fieldValueByName", "description": "The field value of the first project field which matches the 'name' argument that is set on the item.", "args": [ { "name": "name", "description": "The name of the field to return the field value of", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "UNION", "name": "ProjectV2ItemFieldValue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fieldValues", "description": "The field values that are set on the item.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for project v2 item field values returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2ItemFieldValueOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ItemFieldValueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDatabaseId", "description": "Identifies the primary key from the database as a BigInt.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2Item object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isArchived", "description": "Whether the item is archived.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this item.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "The type of the item.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2ItemType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemConnection", "description": "The connection type for ProjectV2Item.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ItemEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ProjectV2ItemContent", "description": "Types that can be inside Project Items.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "DraftIssue", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProjectV2ItemEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldDateValue", "description": "The value of a date field in a Project item.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created the item.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "date", "description": "Date value for the field", "args": [], "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "The project field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2ItemFieldDateValue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The project item that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2ItemFieldValueCommon", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldIterationValue", "description": "The value of an iteration field in a Project item.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created the item.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "duration", "description": "The duration of the iteration in days.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "The project field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2ItemFieldIterationValue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The project item that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "iterationId", "description": "The ID of the iteration.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startDate", "description": "The start date of the iteration.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The title of the iteration.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "titleHTML", "description": "The title of the iteration, with HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2ItemFieldValueCommon", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldLabelValue", "description": "The value of the labels field in a Project item.", "fields": [ { "name": "field", "description": "The field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labels", "description": "Labels value of a field", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldMilestoneValue", "description": "The value of a milestone field in a Project item.", "fields": [ { "name": "field", "description": "The field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "milestone", "description": "Milestone value of a field", "args": [], "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldNumberValue", "description": "The value of a number field in a Project item.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created the item.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "The project field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2ItemFieldNumberValue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The project item that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "Number as a float(8)", "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2ItemFieldValueCommon", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldPullRequestValue", "description": "The value of a pull request field in a Project item.", "fields": [ { "name": "field", "description": "The field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequests", "description": "The pull requests for this field", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pull requests.", "type": { "kind": "INPUT_OBJECT", "name": "PullRequestOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "PullRequestConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldRepositoryValue", "description": "The value of a repository field in a Project item.", "fields": [ { "name": "field", "description": "The field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository for this field.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldReviewerValue", "description": "The value of a reviewers field in a Project item.", "fields": [ { "name": "field", "description": "The field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewers", "description": "The reviewers for this field.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RequestedReviewerConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldSingleSelectValue", "description": "The value of a single select field in a Project item.", "fields": [ { "name": "color", "description": "The color applied to the selected single-select option.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2SingleSelectFieldOptionColor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created the item.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "A plain-text description of the selected single-select option, such as what the option means.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "descriptionHTML", "description": "The description of the selected single-select option, including HTML tags.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "The project field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2ItemFieldSingleSelectValue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The project item that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the selected single select option.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nameHTML", "description": "The html name of the selected single select option.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "optionId", "description": "The id of the selected single select option.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2ItemFieldValueCommon", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldTextValue", "description": "The value of a text field in a Project item.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created the item.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "The project field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2ItemFieldTextValue object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The project item that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "Text value of a field", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2ItemFieldValueCommon", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldUserValue", "description": "The value of a user field in a Project item.", "fields": [ { "name": "field", "description": "The field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "users", "description": "The users for this field", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ProjectV2ItemFieldValue", "description": "Project field values", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProjectV2ItemFieldDateValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldIterationValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldLabelValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldMilestoneValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldNumberValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldPullRequestValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldRepositoryValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldReviewerValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldSingleSelectValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldTextValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldUserValue", "ofType": null } ] }, { "kind": "INTERFACE", "name": "ProjectV2ItemFieldValueCommon", "description": "Common fields across different project field value types", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created the item.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "The project field that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2ItemFieldValueCommon object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The project item that contains this value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProjectV2ItemFieldDateValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldIterationValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldNumberValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldSingleSelectValue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldTextValue", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldValueConnection", "description": "The connection type for ProjectV2ItemFieldValue.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ItemFieldValueEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2ItemFieldValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ItemFieldValueEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "ProjectV2ItemFieldValue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2ItemFieldValueOrder", "description": "Ordering options for project v2 item field value connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order the project v2 item field values by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2ItemFieldValueOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2ItemFieldValueOrderField", "description": "Properties by which project v2 item field value connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "POSITION", "description": "Order project v2 item field values by the their position in the project", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2ItemOrder", "description": "Ordering options for project v2 item connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order the project v2 items by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2ItemOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2ItemOrderField", "description": "Properties by which project v2 item connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "POSITION", "description": "Order project v2 items by the their position in the project", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2ItemType", "description": "The type of a project item.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ISSUE", "description": "Issue", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST", "description": "Pull Request", "isDeprecated": false, "deprecationReason": null }, { "name": "DRAFT_ISSUE", "description": "Draft Issue", "isDeprecated": false, "deprecationReason": null }, { "name": "REDACTED", "description": "Redacted Item", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2IterationField", "description": "An iteration field inside a project.", "fields": [ { "name": "configuration", "description": "Iteration configuration settings", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2IterationFieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataType", "description": "The field's type.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2FieldType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2IterationField object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The project field's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this field.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2FieldCommon", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2IterationFieldConfiguration", "description": "Iteration field configuration for a project.", "fields": [ { "name": "completedIterations", "description": "The iteration's completed iterations", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2IterationFieldIteration", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "duration", "description": "The iteration's duration in days", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "iterations", "description": "The iteration's iterations", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2IterationFieldIteration", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startDay", "description": "The iteration's start day of the week", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2IterationFieldIteration", "description": "Iteration field iteration settings for a project.", "fields": [ { "name": "duration", "description": "The iteration's duration in days", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The iteration's ID.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startDate", "description": "The iteration's start date", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The iteration's title.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "titleHTML", "description": "The iteration's html title.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2Order", "description": "Ways in which lists of projects can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order projects by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2OrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order projects by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2OrderField", "description": "Properties by which projects can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TITLE", "description": "The project's title", "isDeprecated": false, "deprecationReason": null }, { "name": "NUMBER", "description": "The project's number", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "The project's date and time of update", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "The project's date and time of creation", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "ProjectV2Owner", "description": "Represents an owner of a project.", "fields": [ { "name": "id", "description": "The Node ID of the ProjectV2Owner object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "Find a project by number.", "args": [ { "name": "number", "description": "The project number.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsV2", "description": "A list of projects under the owner.", "args": [ { "name": "query", "description": "A project to search for under the the owner.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "How to order the returned projects.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2Order", "ofType": null }, "defaultValue": "{field: NUMBER, direction: DESC}" }, { "name": "minPermissionLevel", "description": "Filter projects based on user role.", "type": { "kind": "ENUM", "name": "ProjectV2PermissionLevel", "ofType": null }, "defaultValue": "READ" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "ENUM", "name": "ProjectV2PermissionLevel", "description": "The possible roles of a collaborator on a project.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "READ", "description": "The collaborator can view the project", "isDeprecated": false, "deprecationReason": null }, { "name": "WRITE", "description": "The collaborator can view and edit the project", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "The collaborator can view, edit, and maange the settings of the project", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "ProjectV2Recent", "description": "Recent projects for the owner.", "fields": [ { "name": "recentProjects", "description": "Recent projects that this user has modified in the context of the owner.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "ENUM", "name": "ProjectV2Roles", "description": "The possible roles of a collaborator on a project.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NONE", "description": "The collaborator has no direct access to the project", "isDeprecated": false, "deprecationReason": null }, { "name": "READER", "description": "The collaborator can view the project", "isDeprecated": false, "deprecationReason": null }, { "name": "WRITER", "description": "The collaborator can view and edit the project", "isDeprecated": false, "deprecationReason": null }, { "name": "ADMIN", "description": "The collaborator can view, edit, and maange the settings of the project", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2SingleSelectField", "description": "A single select field inside a project.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataType", "description": "The field's type.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2FieldType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2SingleSelectField object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The project field's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "options", "description": "Options for the single select field", "args": [ { "name": "names", "description": "Filter returned options to only those matching these names, case insensitive.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2SingleSelectFieldOption", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this field.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2FieldCommon", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2SingleSelectFieldOption", "description": "Single select field option for a configuration for a project.", "fields": [ { "name": "color", "description": "The option's display color.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2SingleSelectFieldOptionColor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The option's plain-text description.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "descriptionHTML", "description": "The option's description, possibly containing HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The option's ID.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The option's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nameHTML", "description": "The option's html name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2SingleSelectFieldOptionColor", "description": "The display color of a single-select field option.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "GRAY", "description": "GRAY", "isDeprecated": false, "deprecationReason": null }, { "name": "BLUE", "description": "BLUE", "isDeprecated": false, "deprecationReason": null }, { "name": "GREEN", "description": "GREEN", "isDeprecated": false, "deprecationReason": null }, { "name": "YELLOW", "description": "YELLOW", "isDeprecated": false, "deprecationReason": null }, { "name": "ORANGE", "description": "ORANGE", "isDeprecated": false, "deprecationReason": null }, { "name": "RED", "description": "RED", "isDeprecated": false, "deprecationReason": null }, { "name": "PINK", "description": "PINK", "isDeprecated": false, "deprecationReason": null }, { "name": "PURPLE", "description": "PURPLE", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2SingleSelectFieldOptionInput", "description": "Represents a single select field option", "fields": null, "inputFields": [ { "name": "name", "description": "The name of the option", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "color", "description": "The display color of the option", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2SingleSelectFieldOptionColor", "ofType": null } }, "defaultValue": null }, { "name": "description", "description": "The description text of the option", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2SortBy", "description": "Represents a sort by field and direction.", "fields": [ { "name": "direction", "description": "The direction of the sorting. Possible values are ASC and DESC.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "The field by which items are sorted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Field", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2SortByConnection", "description": "The connection type for ProjectV2SortBy.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2SortByEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2SortBy", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2SortByEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2SortBy", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2SortByField", "description": "Represents a sort by field and direction.", "fields": [ { "name": "direction", "description": "The direction of the sorting. Possible values are ASC and DESC.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": "The field by which items are sorted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProjectV2FieldConfiguration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2SortByFieldConnection", "description": "The connection type for ProjectV2SortByField.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2SortByFieldEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2SortByField", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2SortByFieldEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2SortByField", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2State", "description": "The possible states of a project v2.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "A project v2 that is still open", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED", "description": "A project v2 that has been closed", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2StatusOrder", "description": "Ways in which project v2 status updates can be ordered.", "fields": null, "inputFields": [ { "name": "field", "description": "The field by which to order nodes.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2StatusUpdateOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order nodes.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2StatusUpdate", "description": "A status update within a project.", "fields": [ { "name": "body", "description": "The body of the status update.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body of the status update rendered to HTML.", "args": [], "type": { "kind": "SCALAR", "name": "HTML", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created the status update.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2StatusUpdate object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this status update.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startDate", "description": "The start date of the status update.", "args": [], "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "The status of the status update.", "args": [], "type": { "kind": "ENUM", "name": "ProjectV2StatusUpdateStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "targetDate", "description": "The target date of the status update.", "args": [], "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2StatusUpdateConnection", "description": "The connection type for ProjectV2StatusUpdate.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2StatusUpdateEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2StatusUpdate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2StatusUpdateEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2StatusUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2StatusUpdateOrderField", "description": "Properties by which project v2 status updates can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Allows chronological ordering of project v2 status updates.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2StatusUpdateStatus", "description": "The possible statuses of a project v2.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "INACTIVE", "description": "A project v2 that is inactive.", "isDeprecated": false, "deprecationReason": null }, { "name": "ON_TRACK", "description": "A project v2 that is on track with no risks.", "isDeprecated": false, "deprecationReason": null }, { "name": "AT_RISK", "description": "A project v2 that is at risk and encountering some challenges.", "isDeprecated": false, "deprecationReason": null }, { "name": "OFF_TRACK", "description": "A project v2 that is off track and needs attention.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMPLETE", "description": "A project v2 that is complete.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2View", "description": "A view within a ProjectV2.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fields", "description": "The view's visible fields.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "ProjectV2FieldConfigurationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "filter", "description": "The project view's filter.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupBy", "description": "The view's group-by field.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "ProjectV2FieldConnection", "ofType": null }, "isDeprecated": true, "deprecationReason": "The `ProjectV2View#order_by` API is deprecated in favour of the more capable `ProjectV2View#group_by_field` API. Check out the `ProjectV2View#group_by_fields` API as an example for the more capable alternative. Removal on 2023-04-01 UTC." }, { "name": "groupByFields", "description": "The view's group-by field.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "ProjectV2FieldConfigurationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2View object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "layout", "description": "The project view's layout.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2ViewLayout", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The project view's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "The project view's number.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this view.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sortBy", "description": "The view's sort-by config.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2SortByConnection", "ofType": null }, "isDeprecated": true, "deprecationReason": "The `ProjectV2View#sort_by` API is deprecated in favour of the more capable `ProjectV2View#sort_by_fields` API. Check out the `ProjectV2View#sort_by_fields` API as an example for the more capable alternative. Removal on 2023-04-01 UTC." }, { "name": "sortByFields", "description": "The view's sort-by config.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2SortByFieldConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verticalGroupBy", "description": "The view's vertical-group-by field.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "ProjectV2FieldConnection", "ofType": null }, "isDeprecated": true, "deprecationReason": "The `ProjectV2View#vertical_group_by` API is deprecated in favour of the more capable `ProjectV2View#vertical_group_by_fields` API. Check out the `ProjectV2View#vertical_group_by_fields` API as an example for the more capable alternative. Removal on 2023-04-01 UTC." }, { "name": "verticalGroupByFields", "description": "The view's vertical-group-by field.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "ProjectV2FieldConfigurationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleFields", "description": "The view's visible fields.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "ProjectV2FieldConnection", "ofType": null }, "isDeprecated": true, "deprecationReason": "The `ProjectV2View#visibleFields` API is deprecated in favour of the more capable `ProjectV2View#fields` API. Check out the `ProjectV2View#fields` API as an example for the more capable alternative. Removal on 2023-01-01 UTC." } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ViewConnection", "description": "The connection type for ProjectV2View.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ViewEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2View", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2ViewEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2View", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2ViewLayout", "description": "The layout of a project v2 view.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "BOARD_LAYOUT", "description": "Board layout", "isDeprecated": false, "deprecationReason": null }, { "name": "TABLE_LAYOUT", "description": "Table layout", "isDeprecated": false, "deprecationReason": null }, { "name": "ROADMAP_LAYOUT", "description": "Roadmap layout", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2ViewOrder", "description": "Ordering options for project v2 view connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order the project v2 views by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2ViewOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2ViewOrderField", "description": "Properties by which project v2 view connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "POSITION", "description": "Order project v2 views by position", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order project v2 views by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "NAME", "description": "Order project v2 views by name", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2Workflow", "description": "A workflow inside a project.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabled", "description": "Whether the workflow is enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ProjectV2Workflow object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the workflow.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "The number of the workflow.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The project that contains this workflow.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2WorkflowConnection", "description": "The connection type for ProjectV2Workflow.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2WorkflowEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Workflow", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProjectV2WorkflowEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Workflow", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProjectV2WorkflowOrder", "description": "Ordering options for project v2 workflows connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order the project v2 workflows by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectV2WorkflowsOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProjectV2WorkflowsOrderField", "description": "Properties by which project workflows can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NAME", "description": "The name of the workflow", "isDeprecated": false, "deprecationReason": null }, { "name": "NUMBER", "description": "The number of the workflow", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "The date and time of the workflow update", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "The date and time of the workflow creation", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PropertyTargetDefinition", "description": "A property that must match", "fields": [ { "name": "name", "description": "The name of the property", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "propertyValues", "description": "The values to match for", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": "The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PropertyTargetDefinitionInput", "description": "A property that must match", "fields": null, "inputFields": [ { "name": "name", "description": "The name of the property", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "propertyValues", "description": "The values to match for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "source", "description": "The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PublicKey", "description": "A user's public key.", "fields": [ { "name": "accessedAt", "description": "The last time this authorization was used to perform an action. Values will be null for keys not owned by the user.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the key was created. Keys created before March 5th, 2014 have inaccurate values. Values will be null for keys not owned by the user.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fingerprint", "description": "The fingerprint for this PublicKey.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PublicKey object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isReadOnly", "description": "Whether this PublicKey is read-only or not. Values will be null for keys not owned by the user.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "key", "description": "The public key string.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the key was updated. Keys created before March 5th, 2014 may have inaccurate values. Values will be null for keys not owned by the user.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PublicKeyConnection", "description": "The connection type for PublicKey.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PublicKeyEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PublicKey", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PublicKeyEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PublicKey", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PublishSponsorsTierInput", "description": "Autogenerated input type of PublishSponsorsTier", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "tierId", "description": "The ID of the draft tier to publish.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PublishSponsorsTierPayload", "description": "Autogenerated return type of PublishSponsorsTier.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsTier", "description": "The tier that was published.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequest", "description": "A repository pull request.", "fields": [ { "name": "activeLockReason", "description": "Reason that the conversation was locked.", "args": [], "type": { "kind": "ENUM", "name": "LockReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "additions", "description": "The number of additions in this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignees", "description": "A list of Users assigned to this object.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autoMergeRequest", "description": "Returns the auto-merge request object if one exists for this pull request.", "args": [], "type": { "kind": "OBJECT", "name": "AutoMergeRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "baseRef", "description": "Identifies the base Ref associated with the pull request.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "baseRefName", "description": "Identifies the name of the base Ref associated with the pull request, even if the ref has been deleted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "baseRefOid", "description": "Identifies the oid of the base ref associated with the pull request, even if the ref has been deleted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "baseRepository", "description": "The repository associated with this pull request's base Ref.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The body as Markdown.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "canBeRebased", "description": "Whether or not the pull request is rebaseable.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "changedFiles", "description": "The number of changed files in this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "checksResourcePath", "description": "The HTTP path for the checks of this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "checksUrl", "description": "The HTTP URL for the checks of this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closed", "description": "`true` if the pull request is closed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "closedAt", "description": "Identifies the date and time when the object was closed.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closingIssuesReferences", "description": "List of issues that were may be closed by this pull request", "args": [ { "name": "userLinkedOnly", "description": "Return only manually linked Issues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for issues returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comments", "description": "A list of comments associated with the pull request.", "args": [ { "name": "orderBy", "description": "Ordering options for issue comments returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueCommentOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commits", "description": "A list of commits present in this pull request's head branch not present in the base branch.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestCommitConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC." }, { "name": "deletions", "description": "The number of deletions in this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited this pull request's body.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "files", "description": "Lists the files changed within this pull request.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PullRequestChangedFileConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDatabaseId", "description": "Identifies the primary key from the database as a BigInt.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headRef", "description": "Identifies the head Ref associated with the pull request.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headRefName", "description": "Identifies the name of the head Ref associated with the pull request, even if the ref has been deleted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "headRefOid", "description": "Identifies the oid of the head ref associated with the pull request, even if the ref has been deleted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "headRepository", "description": "The repository associated with this pull request's head Ref.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headRepositoryOwner", "description": "The owner of the repository associated with this pull request's head Ref.", "args": [], "type": { "kind": "INTERFACE", "name": "RepositoryOwner", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hovercard", "description": "The hovercard information for this issue", "args": [ { "name": "includeNotificationContexts", "description": "Whether or not to include notification contexts", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Hovercard", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PullRequest object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCrossRepository", "description": "The head and base repositories are different.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDraft", "description": "Identifies if the pull request is a draft.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isInMergeQueue", "description": "Indicates whether the pull request is in a merge queue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMergeQueueEnabled", "description": "Indicates whether the pull request's base ref has a merge queue enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isReadByViewer", "description": "Is this pull request read by the viewer", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "labels", "description": "A list of labels associated with the object.", "args": [ { "name": "orderBy", "description": "Ordering options for labels returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "LabelOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "latestOpinionatedReviews", "description": "A list of latest reviews per user associated with the pull request.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "writersOnly", "description": "Only return reviews from user who have write access to the repository", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "OBJECT", "name": "PullRequestReviewConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "latestReviews", "description": "A list of latest reviews per user associated with the pull request that are not also pending review.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PullRequestReviewConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "locked", "description": "`true` if the pull request is locked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "maintainerCanModify", "description": "Indicates whether maintainers can modify the pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeCommit", "description": "The commit that was created when this pull request was merged.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeQueue", "description": "The merge queue for the pull request's base branch", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeQueueEntry", "description": "The merge queue entry of the pull request in the base branch's merge queue", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueueEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeStateStatus", "description": "Detailed information about the current pull request merge state status.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MergeStateStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeable", "description": "Whether or not the pull request can be merged based on the existence of merge conflicts.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MergeableState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "merged", "description": "Whether or not the pull request was merged.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergedAt", "description": "The date and time that the pull request was merged.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergedBy", "description": "The actor who merged the pull request.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "milestone", "description": "Identifies the milestone associated with the pull request.", "args": [], "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "Identifies the pull request number.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "participants", "description": "A list of Users that are participating in the Pull Request conversation.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permalink", "description": "The permalink to the pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "potentialMergeCommit", "description": "The commit that GitHub automatically generated to test if this pull request could be merged. This field will not return a value if the pull request is merged, or if the test merge commit is still being generated. See the `mergeable` field for more details on the mergeability of the pull request.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectCards", "description": "List of project cards associated with this pull request.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "archivedStates", "description": "A list of archived states to filter the cards by", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectCardArchivedState", "ofType": null } }, "defaultValue": "[ARCHIVED, NOT_ARCHIVED]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectCardConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectItems", "description": "List of project items associated with this pull request.", "args": [ { "name": "includeArchived", "description": "Include archived items.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2ItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "Find a project by number.", "args": [ { "name": "number", "description": "The project number.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsV2", "description": "A list of projects under the owner.", "args": [ { "name": "query", "description": "A project to search for under the the owner.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "How to order the returned projects.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2Order", "ofType": null }, "defaultValue": "{field: NUMBER, direction: DESC}" }, { "name": "minPermissionLevel", "description": "Filter projects based on user role.", "type": { "kind": "ENUM", "name": "ProjectV2PermissionLevel", "ofType": null }, "defaultValue": "READ" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "revertResourcePath", "description": "The HTTP path for reverting this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "revertUrl", "description": "The HTTP URL for reverting this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewDecision", "description": "The current status of this pull request with respect to code review.", "args": [], "type": { "kind": "ENUM", "name": "PullRequestReviewDecision", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewRequests", "description": "A list of review requests associated with the pull request.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ReviewRequestConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewThreads", "description": "The list of all review threads for this pull request.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewThreadConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviews", "description": "A list of reviews associated with the pull request.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the reviews.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestReviewState", "ofType": null } } }, "defaultValue": null }, { "name": "author", "description": "Filter by author of the review.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PullRequestReviewConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "Identifies the state of the pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusCheckRollup", "description": "Check and Status rollup information for the PR's head ref.", "args": [], "type": { "kind": "OBJECT", "name": "StatusCheckRollup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "suggestedReviewers", "description": "A list of reviewer suggestions based on commit history and past review comments.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SuggestedReviewer", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "timeline", "description": "A list of events, comments, commits, etc. associated with the pull request.", "args": [ { "name": "since", "description": "Allows filtering timeline events by a `since` timestamp.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestTimelineConnection", "ofType": null } }, "isDeprecated": true, "deprecationReason": "`timeline` will be removed Use PullRequest.timelineItems instead. Removal on 2020-10-01 UTC." }, { "name": "timelineItems", "description": "A list of events, comments, commits, etc. associated with the pull request.", "args": [ { "name": "since", "description": "Filter timeline items by a `since` timestamp.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "skip", "description": "Skips the first _n_ elements in the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "itemTypes", "description": "Filter timeline items by type.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestTimelineItemsItemType", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestTimelineItemsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Identifies the pull request title.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "titleHTML", "description": "Identifies the pull request title rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCommentsCount", "description": "Returns a count of how many comments this pull request has received.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanApplySuggestion", "description": "Whether or not the viewer can apply suggestion.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanClose", "description": "Indicates if the object can be closed by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDeleteHeadRef", "description": "Check if the viewer can restore the deleted head ref.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDisableAutoMerge", "description": "Whether or not the viewer can disable auto-merge", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanEditFiles", "description": "Can the viewer edit files within this pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanEnableAutoMerge", "description": "Whether or not the viewer can enable auto-merge", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMergeAsAdmin", "description": "Indicates whether the viewer can bypass branch protections and merge the pull request immediately", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReopen", "description": "Indicates if the object can be reopened by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdateBranch", "description": "Whether or not the viewer can update the head ref of this PR, by merging or rebasing the base ref.\nIf the head ref is up to date or unable to be updated by this user, this will return false.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerLatestReview", "description": "The latest review given from the viewer.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerLatestReviewRequest", "description": "The person who has requested the viewer for review on this pull request.", "args": [], "type": { "kind": "OBJECT", "name": "ReviewRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerMergeBodyText", "description": "The merge body text for the viewer and method.", "args": [ { "name": "mergeType", "description": "The merge method for the message.", "type": { "kind": "ENUM", "name": "PullRequestMergeMethod", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerMergeHeadlineText", "description": "The merge headline text for the viewer and method.", "args": [ { "name": "mergeType", "description": "The merge method for the message.", "type": { "kind": "ENUM", "name": "PullRequestMergeMethod", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.", "args": [], "type": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Assignable", "ofType": null }, { "kind": "INTERFACE", "name": "Closable", "ofType": null }, { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Labelable", "ofType": null }, { "kind": "INTERFACE", "name": "Lockable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2Owner", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null }, { "kind": "INTERFACE", "name": "Subscribable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestBranchUpdateMethod", "description": "The possible methods for updating a pull request's head branch with the base branch.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MERGE", "description": "Update branch via merge", "isDeprecated": false, "deprecationReason": null }, { "name": "REBASE", "description": "Update branch via rebase", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestChangedFile", "description": "A file changed in a pull request.", "fields": [ { "name": "additions", "description": "The number of additions to the file.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "changeType", "description": "How the file was changed in this PullRequest", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PatchStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletions", "description": "The number of deletions to the file.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The path of the file.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerViewedState", "description": "The state of the file for the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "FileViewedState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestChangedFileConnection", "description": "The connection type for PullRequestChangedFile.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestChangedFileEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestChangedFile", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestChangedFileEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestChangedFile", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestCommit", "description": "Represents a Git commit part of a pull request.", "fields": [ { "name": "commit", "description": "The Git commit object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PullRequestCommit object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request this commit belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this pull request commit", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this pull request commit", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestCommitCommentThread", "description": "Represents a commit comment thread part of a pull request.", "fields": [ { "name": "comments", "description": "The comments that exist in this thread.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "The commit the comments were made on.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PullRequestCommitCommentThread object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The file the comments were made on.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": "The position in the diff for the commit that the comment was made on.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request this commit comment thread belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestCommitConnection", "description": "The connection type for PullRequestCommit.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestCommitEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestCommit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestCommitEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestCommit", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestConnection", "description": "The connection type for PullRequest.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestContributionsByRepository", "description": "This aggregates pull requests opened by a user within one repository.", "fields": [ { "name": "contributions", "description": "The pull request contributions.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ContributionOrder", "ofType": null }, "defaultValue": "{direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedPullRequestContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository in which the pull requests were opened.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestMergeMethod", "description": "Represents available types of methods to use when merging a pull request.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MERGE", "description": "Add all commits from the head branch to the base branch with a merge commit.", "isDeprecated": false, "deprecationReason": null }, { "name": "SQUASH", "description": "Combine all commits from the head branch into a single commit in the base branch.", "isDeprecated": false, "deprecationReason": null }, { "name": "REBASE", "description": "Add all commits from the head branch onto the base branch individually.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PullRequestOrder", "description": "Ways in which lists of issues can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order pull requests by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order pull requests by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestOrderField", "description": "Properties by which pull_requests connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order pull_requests by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order pull_requests by update time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestParameters", "description": "Require all commits be made to a non-target branch and submitted via a pull request before they can be merged.", "fields": [ { "name": "dismissStaleReviewsOnPush", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requireCodeOwnerReview", "description": "Require an approving review in pull requests that modify files that have a designated code owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requireLastPushApproval", "description": "Whether the most recent reviewable push must be approved by someone other than the person who pushed it.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiredApprovingReviewCount", "description": "The number of approving reviews that are required before a pull request can be merged.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiredReviewThreadResolution", "description": "All conversations on code must be resolved before a pull request can be merged.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PullRequestParametersInput", "description": "Require all commits be made to a non-target branch and submitted via a pull request before they can be merged.", "fields": null, "inputFields": [ { "name": "dismissStaleReviewsOnPush", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "requireCodeOwnerReview", "description": "Require an approving review in pull requests that modify files that have a designated code owner.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "requireLastPushApproval", "description": "Whether the most recent reviewable push must be approved by someone other than the person who pushed it.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "requiredApprovingReviewCount", "description": "The number of approving reviews that are required before a pull request can be merged.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "requiredReviewThreadResolution", "description": "All conversations on code must be resolved before a pull request can be merged.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReview", "description": "A review object for a given pull request.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorCanPushToRepository", "description": "Indicates whether the author of this review has push access to the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "Identifies the pull request review body.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body of this review rendered as plain text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "comments", "description": "A list of review comments for the current pull request review.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "Identifies the commit associated with this pull request review.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC." }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDatabaseId", "description": "Identifies the primary key from the database as a BigInt.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PullRequestReview object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of `abuse`, `off-topic`, `outdated`, `resolved`, `duplicate` and `spam`. Note that the case and formatting of these values differs from the inputs to the `MinimizeComment` mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onBehalfOf", "description": "A list of teams that this review was made on behalf of.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "Identifies the pull request associated with this pull request review.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path permalink for this PullRequestReview.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "Identifies the current state of the pull request review.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestReviewState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "submittedAt", "description": "Identifies when the Pull Request Review was submitted", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL permalink for this PullRequestReview.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Minimizable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "description": "A review comment associated with a given repository pull request.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The comment body of this review comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The comment body of this review comment rendered as plain text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "Identifies the commit associated with the comment.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies when the comment was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC." }, { "name": "diffHunk", "description": "The diff hunk to which the comment applies.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "draftedAt", "description": "Identifies when the comment was created in a draft state.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDatabaseId", "description": "Identifies the primary key from the database as a BigInt.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PullRequestReviewComment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "line", "description": "The end line number on the file to which the comment applies", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of `abuse`, `off-topic`, `outdated`, `resolved`, `duplicate` and `spam`. Note that the case and formatting of these values differs from the inputs to the `MinimizeComment` mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "originalCommit", "description": "Identifies the original commit associated with the comment.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "originalLine", "description": "The end line number on the file to which the comment applied when it was first created", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "originalPosition", "description": "The original line index in the diff to which the comment applies.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": true, "deprecationReason": "We are phasing out diff-relative positioning for PR comments Removal on 2023-10-01 UTC." }, { "name": "originalStartLine", "description": "The start line number on the file to which the comment applied when it was first created", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "outdated", "description": "Identifies when the comment body is outdated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The path to which the comment applies.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": "The line index in the diff to which the comment applies.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": true, "deprecationReason": "We are phasing out diff-relative positioning for PR comments Use the `line` and `startLine` fields instead, which are file line numbers instead of diff line numbers Removal on 2023-10-01 UTC." }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request associated with this review comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReview", "description": "The pull request review associated with this review comment.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "replyTo", "description": "The comment this is a reply to.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path permalink for this review comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startLine", "description": "The start line number on the file to which the comment applies", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "Identifies the state of the comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestReviewCommentState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subjectType", "description": "The level at which the comments in the corresponding thread are targeted, can be a diff line or a file", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestReviewThreadSubjectType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies when the comment was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL permalink for this review comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Minimizable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewCommentConnection", "description": "The connection type for PullRequestReviewComment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewCommentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewCommentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestReviewCommentState", "description": "The possible states of a pull request review comment.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PENDING", "description": "A comment that is part of a pending review", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBMITTED", "description": "A comment that is part of a submitted review", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewConnection", "description": "The connection type for PullRequestReview.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewContributionsByRepository", "description": "This aggregates pull request reviews made by a user within one repository.", "fields": [ { "name": "contributions", "description": "The pull request review contributions.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "ContributionOrder", "ofType": null }, "defaultValue": "{direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreatedPullRequestReviewContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository in which the pull request reviews were made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestReviewDecision", "description": "The review status of a pull request.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CHANGES_REQUESTED", "description": "Changes have been requested on the pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "APPROVED", "description": "The pull request has received an approving review.", "isDeprecated": false, "deprecationReason": null }, { "name": "REVIEW_REQUIRED", "description": "A review is required before the pull request can be merged.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestReviewEvent", "description": "The possible events to perform on a pull request review.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "COMMENT", "description": "Submit general feedback without explicit approval.", "isDeprecated": false, "deprecationReason": null }, { "name": "APPROVE", "description": "Submit feedback and approve merging these changes.", "isDeprecated": false, "deprecationReason": null }, { "name": "REQUEST_CHANGES", "description": "Submit feedback that must be addressed before merging.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISMISS", "description": "Dismiss review so it now longer effects merging.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestReviewState", "description": "The possible states of a pull request review.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PENDING", "description": "A review that has not yet been submitted.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMENTED", "description": "An informational review.", "isDeprecated": false, "deprecationReason": null }, { "name": "APPROVED", "description": "A review allowing the pull request to merge.", "isDeprecated": false, "deprecationReason": null }, { "name": "CHANGES_REQUESTED", "description": "A review blocking the pull request from merging.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISMISSED", "description": "A review that has been dismissed.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewThread", "description": "A threaded list of comments for a given pull request.", "fields": [ { "name": "comments", "description": "A list of pull request comments associated with the thread.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "skip", "description": "Skips the first _n_ elements in the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "diffSide", "description": "The side of the diff on which this thread was placed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiffSide", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PullRequestReviewThread object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCollapsed", "description": "Whether or not the thread has been collapsed (resolved)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isOutdated", "description": "Indicates whether this thread was outdated by newer changes.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isResolved", "description": "Whether this thread has been resolved", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "line", "description": "The line in the file to which this thread refers", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "originalLine", "description": "The original line in the file to which this thread refers.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "originalStartLine", "description": "The original start line in the file to which this thread refers (multi-line only).", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "Identifies the file path of this thread.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "Identifies the pull request associated with this thread.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "Identifies the repository associated with this thread.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resolvedBy", "description": "The user who resolved this thread", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startDiffSide", "description": "The side of the diff that the first line of the thread starts on (multi-line only)", "args": [], "type": { "kind": "ENUM", "name": "DiffSide", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startLine", "description": "The start line in the file to which this thread refers (multi-line only)", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subjectType", "description": "The level at which the comments in the corresponding thread are targeted, can be a diff line or a file", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestReviewThreadSubjectType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReply", "description": "Indicates whether the current viewer can reply to this thread.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanResolve", "description": "Whether or not the viewer can resolve this thread", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUnresolve", "description": "Whether or not the viewer can unresolve this thread", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewThreadConnection", "description": "Review comment threads for a pull request review.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewThreadEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestReviewThreadEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewThread", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestReviewThreadSubjectType", "description": "The possible subject types of a pull request review comment.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LINE", "description": "A comment that has been made against the line of a pull request", "isDeprecated": false, "deprecationReason": null }, { "name": "FILE", "description": "A comment that has been made against the file of a pull request", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestRevisionMarker", "description": "Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSeenCommit", "description": "The last commit the viewer has seen.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request to which the marker belongs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestState", "description": "The possible states of a pull request.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "A pull request that is still open.", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED", "description": "A pull request that has been closed without being merged.", "isDeprecated": false, "deprecationReason": null }, { "name": "MERGED", "description": "A pull request that has been closed by being merged.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestTemplate", "description": "A repository pull request template.", "fields": [ { "name": "body", "description": "The body of the template", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "filename", "description": "The filename of the template", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository the template belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestThread", "description": "A threaded list of comments for a given pull request.", "fields": [ { "name": "comments", "description": "A list of pull request comments associated with the thread.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "skip", "description": "Skips the first _n_ elements in the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReviewCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "diffSide", "description": "The side of the diff on which this thread was placed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiffSide", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PullRequestThread object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCollapsed", "description": "Whether or not the thread has been collapsed (resolved)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isOutdated", "description": "Indicates whether this thread was outdated by newer changes.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isResolved", "description": "Whether this thread has been resolved", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "line", "description": "The line in the file to which this thread refers", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "Identifies the file path of this thread.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "Identifies the pull request associated with this thread.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "Identifies the repository associated with this thread.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resolvedBy", "description": "The user who resolved this thread", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startDiffSide", "description": "The side of the diff that the first line of the thread starts on (multi-line only)", "args": [], "type": { "kind": "ENUM", "name": "DiffSide", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startLine", "description": "The line of the first file diff in the thread.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subjectType", "description": "The level at which the comments in the corresponding thread are targeted, can be a diff line or a file", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestReviewThreadSubjectType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReply", "description": "Indicates whether the current viewer can reply to this thread.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanResolve", "description": "Whether or not the viewer can resolve this thread", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUnresolve", "description": "Whether or not the viewer can unresolve this thread", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestTimelineConnection", "description": "The connection type for PullRequestTimelineItem.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestTimelineItemEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "PullRequestTimelineItem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "PullRequestTimelineItem", "description": "An item in a pull request timeline", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AssignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseRefDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseRefForcePushedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ClosedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Commit", "ofType": null }, { "kind": "OBJECT", "name": "CommitCommentThread", "ofType": null }, { "kind": "OBJECT", "name": "CrossReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DemilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DeployedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DeploymentEnvironmentChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefForcePushedEvent", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefRestoredEvent", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "LabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "LockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MergedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewThread", "ofType": null }, { "kind": "OBJECT", "name": "ReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RenamedTitleEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReopenedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReviewDismissedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReviewRequestRemovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReviewRequestedEvent", "ofType": null }, { "kind": "OBJECT", "name": "SubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnassignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnsubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UserBlockedEvent", "ofType": null } ] }, { "kind": "OBJECT", "name": "PullRequestTimelineItemEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "PullRequestTimelineItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "PullRequestTimelineItems", "description": "An item in a pull request timeline", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AddedToMergeQueueEvent", "ofType": null }, { "kind": "OBJECT", "name": "AddedToProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "AssignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutoMergeDisabledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutoMergeEnabledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutoRebaseEnabledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutoSquashEnabledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutomaticBaseChangeFailedEvent", "ofType": null }, { "kind": "OBJECT", "name": "AutomaticBaseChangeSucceededEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseRefChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseRefDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseRefForcePushedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ClosedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConnectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConvertToDraftEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConvertedNoteToIssueEvent", "ofType": null }, { "kind": "OBJECT", "name": "ConvertedToDiscussionEvent", "ofType": null }, { "kind": "OBJECT", "name": "CrossReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DemilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DeployedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DeploymentEnvironmentChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "DisconnectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefForcePushedEvent", "ofType": null }, { "kind": "OBJECT", "name": "HeadRefRestoredEvent", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "LabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "LockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MarkedAsDuplicateEvent", "ofType": null }, { "kind": "OBJECT", "name": "MentionedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MergedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MilestonedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MovedColumnsInProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "PinnedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestCommit", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestCommitCommentThread", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewThread", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestRevisionMarker", "ofType": null }, { "kind": "OBJECT", "name": "ReadyForReviewEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RemovedFromMergeQueueEvent", "ofType": null }, { "kind": "OBJECT", "name": "RemovedFromProjectEvent", "ofType": null }, { "kind": "OBJECT", "name": "RenamedTitleEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReopenedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReviewDismissedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReviewRequestRemovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReviewRequestedEvent", "ofType": null }, { "kind": "OBJECT", "name": "SubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "TransferredEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnassignedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlabeledEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnlockedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnmarkedAsDuplicateEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnpinnedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UnsubscribedEvent", "ofType": null }, { "kind": "OBJECT", "name": "UserBlockedEvent", "ofType": null } ] }, { "kind": "OBJECT", "name": "PullRequestTimelineItemsConnection", "description": "The connection type for PullRequestTimelineItems.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestTimelineItemsEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "filteredCount", "description": "Identifies the count of items after applying `before` and `after` filters.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "PullRequestTimelineItems", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageCount", "description": "Identifies the count of items after applying `before`/`after` filters and `first`/`last`/`skip` slicing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the timeline was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PullRequestTimelineItemsEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "PullRequestTimelineItems", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestTimelineItemsItemType", "description": "The possible item types found in a timeline.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PULL_REQUEST_COMMIT", "description": "Represents a Git commit part of a pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST_COMMIT_COMMENT_THREAD", "description": "Represents a commit comment thread part of a pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST_REVIEW", "description": "A review object for a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST_REVIEW_THREAD", "description": "A threaded list of comments for a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST_REVISION_MARKER", "description": "Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTOMATIC_BASE_CHANGE_FAILED_EVENT", "description": "Represents a 'automatic_base_change_failed' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTOMATIC_BASE_CHANGE_SUCCEEDED_EVENT", "description": "Represents a 'automatic_base_change_succeeded' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTO_MERGE_DISABLED_EVENT", "description": "Represents a 'auto_merge_disabled' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTO_MERGE_ENABLED_EVENT", "description": "Represents a 'auto_merge_enabled' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTO_REBASE_ENABLED_EVENT", "description": "Represents a 'auto_rebase_enabled' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTO_SQUASH_ENABLED_EVENT", "description": "Represents a 'auto_squash_enabled' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "BASE_REF_CHANGED_EVENT", "description": "Represents a 'base_ref_changed' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "BASE_REF_FORCE_PUSHED_EVENT", "description": "Represents a 'base_ref_force_pushed' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "BASE_REF_DELETED_EVENT", "description": "Represents a 'base_ref_deleted' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "DEPLOYED_EVENT", "description": "Represents a 'deployed' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "DEPLOYMENT_ENVIRONMENT_CHANGED_EVENT", "description": "Represents a 'deployment_environment_changed' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "HEAD_REF_DELETED_EVENT", "description": "Represents a 'head_ref_deleted' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "HEAD_REF_FORCE_PUSHED_EVENT", "description": "Represents a 'head_ref_force_pushed' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "HEAD_REF_RESTORED_EVENT", "description": "Represents a 'head_ref_restored' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MERGED_EVENT", "description": "Represents a 'merged' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "REVIEW_DISMISSED_EVENT", "description": "Represents a 'review_dismissed' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "REVIEW_REQUESTED_EVENT", "description": "Represents an 'review_requested' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "REVIEW_REQUEST_REMOVED_EVENT", "description": "Represents an 'review_request_removed' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "READY_FOR_REVIEW_EVENT", "description": "Represents a 'ready_for_review' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONVERT_TO_DRAFT_EVENT", "description": "Represents a 'convert_to_draft' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADDED_TO_MERGE_QUEUE_EVENT", "description": "Represents an 'added_to_merge_queue' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "REMOVED_FROM_MERGE_QUEUE_EVENT", "description": "Represents a 'removed_from_merge_queue' event on a given pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "ISSUE_COMMENT", "description": "Represents a comment on an Issue.", "isDeprecated": false, "deprecationReason": null }, { "name": "CROSS_REFERENCED_EVENT", "description": "Represents a mention made by one issue or pull request to another.", "isDeprecated": false, "deprecationReason": null }, { "name": "ADDED_TO_PROJECT_EVENT", "description": "Represents a 'added_to_project' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "ASSIGNED_EVENT", "description": "Represents an 'assigned' event on any assignable object.", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED_EVENT", "description": "Represents a 'closed' event on any `Closable`.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMENT_DELETED_EVENT", "description": "Represents a 'comment_deleted' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONNECTED_EVENT", "description": "Represents a 'connected' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONVERTED_NOTE_TO_ISSUE_EVENT", "description": "Represents a 'converted_note_to_issue' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONVERTED_TO_DISCUSSION_EVENT", "description": "Represents a 'converted_to_discussion' event on a given issue.", "isDeprecated": false, "deprecationReason": null }, { "name": "DEMILESTONED_EVENT", "description": "Represents a 'demilestoned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISCONNECTED_EVENT", "description": "Represents a 'disconnected' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "LABELED_EVENT", "description": "Represents a 'labeled' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "LOCKED_EVENT", "description": "Represents a 'locked' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MARKED_AS_DUPLICATE_EVENT", "description": "Represents a 'marked_as_duplicate' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MENTIONED_EVENT", "description": "Represents a 'mentioned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MILESTONED_EVENT", "description": "Represents a 'milestoned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "MOVED_COLUMNS_IN_PROJECT_EVENT", "description": "Represents a 'moved_columns_in_project' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "PINNED_EVENT", "description": "Represents a 'pinned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "REFERENCED_EVENT", "description": "Represents a 'referenced' event on a given `ReferencedSubject`.", "isDeprecated": false, "deprecationReason": null }, { "name": "REMOVED_FROM_PROJECT_EVENT", "description": "Represents a 'removed_from_project' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "RENAMED_TITLE_EVENT", "description": "Represents a 'renamed' event on a given issue or pull request", "isDeprecated": false, "deprecationReason": null }, { "name": "REOPENED_EVENT", "description": "Represents a 'reopened' event on any `Closable`.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIBED_EVENT", "description": "Represents a 'subscribed' event on a given `Subscribable`.", "isDeprecated": false, "deprecationReason": null }, { "name": "TRANSFERRED_EVENT", "description": "Represents a 'transferred' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNASSIGNED_EVENT", "description": "Represents an 'unassigned' event on any assignable object.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNLABELED_EVENT", "description": "Represents an 'unlabeled' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNLOCKED_EVENT", "description": "Represents an 'unlocked' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "USER_BLOCKED_EVENT", "description": "Represents a 'user_blocked' event on a given user.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNMARKED_AS_DUPLICATE_EVENT", "description": "Represents an 'unmarked_as_duplicate' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNPINNED_EVENT", "description": "Represents an 'unpinned' event on a given issue or pull request.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNSUBSCRIBED_EVENT", "description": "Represents an 'unsubscribed' event on a given `Subscribable`.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "PullRequestUpdateState", "description": "The possible target states when updating a pull request.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "A pull request that is still open.", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED", "description": "A pull request that has been closed without being merged.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Push", "description": "A Git push.", "fields": [ { "name": "id", "description": "The Node ID of the Push object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextSha", "description": "The SHA after the push", "args": [], "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permalink", "description": "The permalink for this push.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousSha", "description": "The SHA before the push", "args": [], "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pusher", "description": "The actor who pushed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Actor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that was pushed to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PushAllowance", "description": "A team, user, or app who has the ability to push to a protected branch.", "fields": [ { "name": "actor", "description": "The actor that can push.", "args": [], "type": { "kind": "UNION", "name": "PushAllowanceActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "branchProtectionRule", "description": "Identifies the branch protection rule associated with the allowed user, team, or app.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the PushAllowance object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "PushAllowanceActor", "description": "Types that can be an actor.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "App", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "PushAllowanceConnection", "description": "The connection type for PushAllowance.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PushAllowanceEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PushAllowance", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PushAllowanceEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "PushAllowance", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Query", "description": "The query root of GitHub's GraphQL interface.", "fields": [ { "name": "codeOfConduct", "description": "Look up a code of conduct by its key", "args": [ { "name": "key", "description": "The code of conduct's key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CodeOfConduct", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "codesOfConduct", "description": "Look up a code of conduct by its key", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CodeOfConduct", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "Look up an enterprise by URL slug.", "args": [ { "name": "slug", "description": "The enterprise URL slug.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "invitationToken", "description": "The enterprise invitation token.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseAdministratorInvitation", "description": "Look up a pending enterprise administrator invitation by invitee, enterprise and role.", "args": [ { "name": "userLogin", "description": "The login of the user invited to join the business.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise the user was invited to join.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "role", "description": "The role for the business member invitation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseAdministratorRole", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseAdministratorInvitationByToken", "description": "Look up a pending enterprise administrator invitation by invitation token.", "args": [ { "name": "invitationToken", "description": "The invitation token sent with the invitation email.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "EnterpriseAdministratorInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseMemberInvitation", "description": "Look up a pending enterprise unaffiliated member invitation by invitee and enterprise.", "args": [ { "name": "userLogin", "description": "The login of the user invited to join the business.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise the user was invited to join.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseMemberInvitationByToken", "description": "Look up a pending enterprise unaffiliated member invitation by invitation token.", "args": [ { "name": "invitationToken", "description": "The invitation token sent with the invitation email.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "EnterpriseMemberInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "license", "description": "Look up an open source license by its key", "args": [ { "name": "key", "description": "The license's downcased SPDX ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "License", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "licenses", "description": "Return a list of known open source licenses", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "License", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "marketplaceCategories", "description": "Get alphabetically sorted list of Marketplace categories", "args": [ { "name": "includeCategories", "description": "Return only the specified categories.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "excludeEmpty", "description": "Exclude categories with no listings.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "excludeSubcategories", "description": "Returns top level categories only, excluding any subcategories.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MarketplaceCategory", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "marketplaceCategory", "description": "Look up a Marketplace category by its slug.", "args": [ { "name": "slug", "description": "The URL slug of the category.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "useTopicAliases", "description": "Also check topic aliases for the category slug", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MarketplaceCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "marketplaceListing", "description": "Look up a single Marketplace listing", "args": [ { "name": "slug", "description": "Select the listing that matches this slug. It's the short name of the listing used in its URL.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MarketplaceListing", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "marketplaceListings", "description": "Look up Marketplace listings", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "categorySlug", "description": "Select only listings with the given category.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "useTopicAliases", "description": "Also check topic aliases for the category slug", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "viewerCanAdmin", "description": "Select listings to which user has admin access. If omitted, listings visible to the\nviewer are returned.\n", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "adminId", "description": "Select listings that can be administered by the specified user.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "Select listings for products owned by the specified organization.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "allStates", "description": "Select listings visible to the viewer even if they are not approved. If omitted or\nfalse, only approved listings will be returned.\n", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "slugs", "description": "Select the listings with these slugs, if they are visible to the viewer.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "primaryCategoryOnly", "description": "Select only listings where the primary category matches the given category slug.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "withFreeTrialsOnly", "description": "Select only listings that offer a free trial.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MarketplaceListingConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "meta", "description": "Return information about the GitHub instance", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GitHubMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "Fetches an object given its ID.", "args": [ { "name": "id", "description": "ID of the object.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "INTERFACE", "name": "Node", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "Lookup nodes by a list of IDs.", "args": [ { "name": "ids", "description": "The list of node IDs.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "INTERFACE", "name": "Node", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "Lookup a organization by login.", "args": [ { "name": "login", "description": "The organization's login.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rateLimit", "description": "The client's rate limit information.", "args": [ { "name": "dryRun", "description": "If true, calculate the cost for the query without evaluating it", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "OBJECT", "name": "RateLimit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "relay", "description": "Workaround for re-exposing the root query object. (Refer to https://github.com/facebook/relay/issues/112 for more information.)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Query", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "Lookup a given repository by the owner and repository name.", "args": [ { "name": "owner", "description": "The login field of a user or organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the repository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "followRenames", "description": "Follow repository renames. If disabled, a repository referenced by its old name will return an error.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryOwner", "description": "Lookup a repository owner (ie. either a User or an Organization) by login.", "args": [ { "name": "login", "description": "The username to lookup the owner by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "INTERFACE", "name": "RepositoryOwner", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resource", "description": "Lookup resource by a URL.", "args": [ { "name": "url", "description": "The URL.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "search", "description": "Perform a search across resources, returning a maximum of 1,000 results.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "The search string to look for. GitHub search syntax is supported. For more information, see \"[Searching on GitHub](https://docs.github.com/search-github/searching-on-github),\" \"[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax),\" and \"[Sorting search results](https://docs.github.com/search-github/getting-started-with-searching-on-github/sorting-search-results).\"", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "type", "description": "The types of search items to search within.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SearchType", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SearchResultItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "securityAdvisories", "description": "GitHub Security Advisories", "args": [ { "name": "orderBy", "description": "Ordering options for the returned topics.", "type": { "kind": "INPUT_OBJECT", "name": "SecurityAdvisoryOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" }, { "name": "identifier", "description": "Filter advisories by identifier, e.g. GHSA or CVE.", "type": { "kind": "INPUT_OBJECT", "name": "SecurityAdvisoryIdentifierFilter", "ofType": null }, "defaultValue": null }, { "name": "publishedSince", "description": "Filter advisories to those published since a time in the past.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "updatedSince", "description": "Filter advisories to those updated since a time in the past.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "classifications", "description": "A list of classifications to filter advisories by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisoryClassification", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityAdvisoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "securityAdvisory", "description": "Fetch a Security Advisory by its GHSA ID", "args": [ { "name": "ghsaId", "description": "GitHub Security Advisory ID.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SecurityAdvisory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "securityVulnerabilities", "description": "Software Vulnerabilities documented by GitHub Security Advisories", "args": [ { "name": "orderBy", "description": "Ordering options for the returned topics.", "type": { "kind": "INPUT_OBJECT", "name": "SecurityVulnerabilityOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" }, { "name": "ecosystem", "description": "An ecosystem to filter vulnerabilities by.", "type": { "kind": "ENUM", "name": "SecurityAdvisoryEcosystem", "ofType": null }, "defaultValue": null }, { "name": "package", "description": "A package name to filter vulnerabilities by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "severities", "description": "A list of severities to filter vulnerabilities by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisorySeverity", "ofType": null } } }, "defaultValue": null }, { "name": "classifications", "description": "A list of advisory classifications to filter vulnerabilities by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisoryClassification", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityVulnerabilityConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorables", "description": "Users and organizations who can be sponsored via GitHub Sponsors.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for users and organizations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorableOrder", "ofType": null }, "defaultValue": "{field: LOGIN, direction: ASC}" }, { "name": "onlyDependencies", "description": "Whether only sponsorables who own the viewer's dependencies will be returned. Must be authenticated to use. Can check an organization instead for their dependencies owned by sponsorables by passing orgLoginForDependencies.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orgLoginForDependencies", "description": "Optional organization username for whose dependencies should be checked. Used when onlyDependencies = true. Omit to check your own dependencies. If you are not an administrator of the organization, only dependencies from its public repositories will be considered.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "dependencyEcosystem", "description": "Optional filter for which dependencies should be checked for sponsorable owners. Only sponsorable owners of dependencies in this ecosystem will be included. Used when onlyDependencies = true.\n\n**Upcoming Change on 2022-07-01 UTC**\n**Description:** `dependencyEcosystem` will be removed. Use the ecosystem argument instead.\n**Reason:** The type is switching from SecurityAdvisoryEcosystem to DependencyGraphEcosystem.\n", "type": { "kind": "ENUM", "name": "SecurityAdvisoryEcosystem", "ofType": null }, "defaultValue": null }, { "name": "ecosystem", "description": "Optional filter for which dependencies should be checked for sponsorable owners. Only sponsorable owners of dependencies in this ecosystem will be included. Used when onlyDependencies = true.", "type": { "kind": "ENUM", "name": "DependencyGraphEcosystem", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorableItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "topic", "description": "Look up a topic by name.", "args": [ { "name": "name", "description": "The topic's name.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Topic", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Lookup a user by login.", "args": [ { "name": "login", "description": "The user's login.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewer", "description": "The currently authenticated user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RateLimit", "description": "Represents the client's rate limit.", "fields": [ { "name": "cost", "description": "The point cost for the current query counting against the rate limit.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "limit", "description": "The maximum number of points the client is permitted to consume in a 60 minute window.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeCount", "description": "The maximum number of nodes this query may return", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "remaining", "description": "The number of points remaining in the current rate limit window.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resetAt", "description": "The time at which the current rate limit window resets in UTC epoch seconds.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "used", "description": "The number of points used in the current rate limit window.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Reactable", "description": "Represents a subject that can be reacted on.", "fields": [ { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Reactable object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, { "kind": "OBJECT", "name": "Release", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null } ] }, { "kind": "OBJECT", "name": "ReactingUserConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactingUserEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReactingUserEdge", "description": "Represents a user that's made a reaction.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactedAt", "description": "The moment when the user made the reaction.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Reaction", "description": "An emoji reaction to a particular piece of content.", "fields": [ { "name": "content", "description": "Identifies the emoji reaction.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReactionContent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Reaction object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactable", "description": "The reactable piece of content", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Reactable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Identifies the user who created this reaction.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReactionConnection", "description": "A list of reactions that have been left on the subject.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Reaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasReacted", "description": "Whether or not the authenticated user has left a reaction on the subject.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReactionContent", "description": "Emojis that can be attached to Issues, Pull Requests and Comments.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "THUMBS_UP", "description": "Represents the `:+1:` emoji.", "isDeprecated": false, "deprecationReason": null }, { "name": "THUMBS_DOWN", "description": "Represents the `:-1:` emoji.", "isDeprecated": false, "deprecationReason": null }, { "name": "LAUGH", "description": "Represents the `:laugh:` emoji.", "isDeprecated": false, "deprecationReason": null }, { "name": "HOORAY", "description": "Represents the `:hooray:` emoji.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONFUSED", "description": "Represents the `:confused:` emoji.", "isDeprecated": false, "deprecationReason": null }, { "name": "HEART", "description": "Represents the `:heart:` emoji.", "isDeprecated": false, "deprecationReason": null }, { "name": "ROCKET", "description": "Represents the `:rocket:` emoji.", "isDeprecated": false, "deprecationReason": null }, { "name": "EYES", "description": "Represents the `:eyes:` emoji.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ReactionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Reaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReactionGroup", "description": "A group of emoji reactions to a particular piece of content.", "fields": [ { "name": "content", "description": "Identifies the emoji reaction.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReactionContent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies when the reaction was created.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactors", "description": "Reactors to the reaction subject with the emotion represented by this reaction group.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "The subject that was reacted to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Reactable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "users", "description": "Users who have reacted to the reaction subject with the emotion represented by this reaction group", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactingUserConnection", "ofType": null } }, "isDeprecated": true, "deprecationReason": "Reactors can now be mannequins, bots, and organizations. Use the `reactors` field instead. Removal on 2021-10-01 UTC." }, { "name": "viewerHasReacted", "description": "Whether or not the authenticated user has left a reaction on the subject.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "description": "Ways in which lists of reactions can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order reactions by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReactionOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order reactions by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReactionOrderField", "description": "A list of fields that reactions can be ordered by.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Allows ordering a list of reactions by when they were created.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "Reactor", "description": "Types that can be assigned to reactions.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Bot", "ofType": null }, { "kind": "OBJECT", "name": "Mannequin", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "ReactorConnection", "description": "The connection type for Reactor.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactorEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "Reactor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReactorEdge", "description": "Represents an author of a reaction.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The author of the reaction.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "Reactor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactedAt", "description": "The moment when the user made the reaction.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReadyForReviewEvent", "description": "Represents a 'ready_for_review' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReadyForReviewEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this ready for review event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this ready for review event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Ref", "description": "Represents a Git reference.", "fields": [ { "name": "associatedPullRequests", "description": "A list of pull requests with this ref as the head ref.", "args": [ { "name": "states", "description": "A list of states to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestState", "ofType": null } } }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "branchProtectionRule", "description": "Branch protection rules for this ref", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "compare", "description": "Compares the current ref as a base ref to another head ref, if the comparison can be made.", "args": [ { "name": "headRef", "description": "The head ref to compare against.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Comparison", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Ref object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The ref name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "prefix", "description": "The ref's prefix, such as `refs/heads/` or `refs/tags/`.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "refUpdateRule", "description": "Branch protection rules that are viewable by non-admins", "args": [], "type": { "kind": "OBJECT", "name": "RefUpdateRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository the ref belongs to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rules", "description": "A list of rules from active Repository and Organization rulesets that apply to this ref.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repository rules.", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryRuleOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" } ], "type": { "kind": "OBJECT", "name": "RepositoryRuleConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "target", "description": "The object the ref points to. Returns null when object does not exist.", "args": [], "type": { "kind": "INTERFACE", "name": "GitObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RefConnection", "description": "The connection type for Ref.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RefEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Ref", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RefEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RefNameConditionTarget", "description": "Parameters to be used for the ref_name condition", "fields": [ { "name": "exclude", "description": "Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "include", "description": "Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RefNameConditionTargetInput", "description": "Parameters to be used for the ref_name condition", "fields": null, "inputFields": [ { "name": "exclude", "description": "Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "include", "description": "Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RefOrder", "description": "Ways in which lists of git refs can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order refs by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RefOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order refs by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RefOrderField", "description": "Properties by which ref connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TAG_COMMIT_DATE", "description": "Order refs by underlying commit date if the ref prefix is refs/tags/", "isDeprecated": false, "deprecationReason": null }, { "name": "ALPHABETICAL", "description": "Order refs by their alphanumeric name", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RefUpdate", "description": "A ref update", "fields": null, "inputFields": [ { "name": "name", "description": "The fully qualified name of the ref to be update. For example `refs/heads/branch-name`", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitRefname", "ofType": null } }, "defaultValue": null }, { "name": "afterOid", "description": "The value this ref should be updated to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "defaultValue": null }, { "name": "beforeOid", "description": "The value this ref needs to point to before the update.", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null }, { "name": "force", "description": "Force a non fast-forward update.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RefUpdateRule", "description": "Branch protection rules that are enforced on the viewer.", "fields": [ { "name": "allowsDeletions", "description": "Can this branch be deleted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allowsForcePushes", "description": "Are force pushes allowed on this branch.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "blocksCreations", "description": "Can matching branches be created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pattern", "description": "Identifies the protection rule pattern.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiredApprovingReviewCount", "description": "Number of approving reviews required to update matching branches.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiredStatusCheckContexts", "description": "List of required status check contexts that must pass for commits to be accepted to matching branches.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresCodeOwnerReviews", "description": "Are reviews from code owners required to update matching branches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresConversationResolution", "description": "Are conversations required to be resolved before merging.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresLinearHistory", "description": "Are merge commits prohibited from being pushed to this branch.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requiresSignatures", "description": "Are commits required to be signed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerAllowedToDismissReviews", "description": "Is the viewer allowed to dismiss reviews.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanPush", "description": "Can the viewer push to the branch", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferencedEvent", "description": "Represents a 'referenced' event on a given `ReferencedSubject`.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "Identifies the commit associated with the 'referenced' event.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitRepository", "description": "Identifies the repository associated with the 'referenced' event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReferencedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCrossRepository", "description": "Reference originated in a different repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDirectReference", "description": "Checks if the commit message itself references the subject. Can be false in the case of a commit comment reference.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "Object referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ReferencedSubject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ReferencedSubject", "description": "Any referencable object", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "RegenerateEnterpriseIdentityProviderRecoveryCodesInput", "description": "Autogenerated input type of RegenerateEnterpriseIdentityProviderRecoveryCodes", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set an identity provider.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RegenerateEnterpriseIdentityProviderRecoveryCodesPayload", "description": "Autogenerated return type of RegenerateEnterpriseIdentityProviderRecoveryCodes.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "identityProvider", "description": "The identity provider for the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseIdentityProvider", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RegenerateVerifiableDomainTokenInput", "description": "Autogenerated input type of RegenerateVerifiableDomainToken", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the verifiable domain to regenerate the verification token of.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RegenerateVerifiableDomainTokenPayload", "description": "Autogenerated return type of RegenerateVerifiableDomainToken.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "verificationToken", "description": "The verification token that was generated.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RejectDeploymentsInput", "description": "Autogenerated input type of RejectDeployments", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "workflowRunId", "description": "The node ID of the workflow run containing the pending deployments.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "environmentIds", "description": "The ids of environments to reject deployments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null }, { "name": "comment", "description": "Optional comment for rejecting deployments", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RejectDeploymentsPayload", "description": "Autogenerated return type of RejectDeployments.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployments", "description": "The affected deployments.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Deployment", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Release", "description": "A release contains the content for a release.", "fields": [ { "name": "author", "description": "The author of the release", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the release.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "descriptionHTML", "description": "The description of this release rendered to HTML.", "args": [], "type": { "kind": "SCALAR", "name": "HTML", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Release object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDraft", "description": "Whether or not the release is a draft", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLatest", "description": "Whether or not the release is the latest releast", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPrerelease", "description": "Whether or not the release is a prerelease", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mentions", "description": "A list of users mentioned in the release description", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The title of the release.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "Identifies the date and time when the release was created.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "releaseAssets", "description": "List of releases assets which are dependent on this release.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "name", "description": "A name to filter the assets by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseAssetConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that the release belongs to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this issue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescriptionHTML", "description": "A description of the release, rendered to HTML without any links in it.", "args": [ { "name": "limit", "description": "How many characters to return.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "200" } ], "type": { "kind": "SCALAR", "name": "HTML", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tag", "description": "The Git tag the release points to", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tagCommit", "description": "The tag commit for this release.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tagName", "description": "The name of the release's Git tag", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this issue", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReleaseAsset", "description": "A release asset contains the content for a release asset.", "fields": [ { "name": "contentType", "description": "The asset's content-type", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "downloadCount", "description": "The number of times this asset was downloaded", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "downloadUrl", "description": "Identifies the URL where you can download the release asset via the browser.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReleaseAsset object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Identifies the title of the release asset.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "release", "description": "Release that the asset is associated with", "args": [], "type": { "kind": "OBJECT", "name": "Release", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": "The size (in bytes) of the asset", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "uploadedBy", "description": "The user that performed the upload", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "Identifies the URL of the release asset.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReleaseAssetConnection", "description": "The connection type for ReleaseAsset.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseAssetEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseAsset", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReleaseAssetEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ReleaseAsset", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReleaseConnection", "description": "The connection type for Release.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Release", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReleaseEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Release", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReleaseOrder", "description": "Ways in which lists of releases can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order releases by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReleaseOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order releases by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReleaseOrderField", "description": "Properties by which release connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order releases by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "NAME", "description": "Order releases alphabetically by name", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveAssigneesFromAssignableInput", "description": "Autogenerated input type of RemoveAssigneesFromAssignable", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "assignableId", "description": "The id of the assignable object to remove assignees from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "assigneeIds", "description": "The id of users to remove as assignees.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveAssigneesFromAssignablePayload", "description": "Autogenerated return type of RemoveAssigneesFromAssignable.", "fields": [ { "name": "assignable", "description": "The item that was unassigned.", "args": [], "type": { "kind": "INTERFACE", "name": "Assignable", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseAdminInput", "description": "Autogenerated input type of RemoveEnterpriseAdmin", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The Enterprise ID from which to remove the administrator.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "login", "description": "The login of the user to remove as an administrator.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveEnterpriseAdminPayload", "description": "Autogenerated return type of RemoveEnterpriseAdmin.", "fields": [ { "name": "admin", "description": "The user who was removed as an administrator.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The updated enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of removing an administrator.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewer", "description": "The viewer performing the mutation.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseIdentityProviderInput", "description": "Autogenerated input type of RemoveEnterpriseIdentityProvider", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise from which to remove the identity provider.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveEnterpriseIdentityProviderPayload", "description": "Autogenerated return type of RemoveEnterpriseIdentityProvider.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "identityProvider", "description": "The identity provider that was removed from the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseIdentityProvider", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseMemberInput", "description": "Autogenerated input type of RemoveEnterpriseMember", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise from which the user should be removed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "userId", "description": "The ID of the user to remove from the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveEnterpriseMemberPayload", "description": "Autogenerated return type of RemoveEnterpriseMember.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The updated enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user that was removed from the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewer", "description": "The viewer performing the mutation.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseOrganizationInput", "description": "Autogenerated input type of RemoveEnterpriseOrganization", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise from which the organization should be removed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization to remove from the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveEnterpriseOrganizationPayload", "description": "Autogenerated return type of RemoveEnterpriseOrganization.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The updated enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization that was removed from the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewer", "description": "The viewer performing the mutation.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveEnterpriseSupportEntitlementInput", "description": "Autogenerated input type of RemoveEnterpriseSupportEntitlement", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the Enterprise which the admin belongs to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "login", "description": "The login of a member who will lose the support entitlement.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveEnterpriseSupportEntitlementPayload", "description": "Autogenerated return type of RemoveEnterpriseSupportEntitlement.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of removing the support entitlement.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveLabelsFromLabelableInput", "description": "Autogenerated input type of RemoveLabelsFromLabelable", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "labelableId", "description": "The id of the Labelable to remove labels from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "labelIds", "description": "The ids of labels to remove.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveLabelsFromLabelablePayload", "description": "Autogenerated return type of RemoveLabelsFromLabelable.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelable", "description": "The Labelable the labels were removed from.", "args": [], "type": { "kind": "INTERFACE", "name": "Labelable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveOutsideCollaboratorInput", "description": "Autogenerated input type of RemoveOutsideCollaborator", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "userId", "description": "The ID of the outside collaborator to remove.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization to remove the outside collaborator from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveOutsideCollaboratorPayload", "description": "Autogenerated return type of RemoveOutsideCollaborator.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removedUser", "description": "The user that was removed as an outside collaborator.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveReactionInput", "description": "Autogenerated input type of RemoveReaction", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subjectId", "description": "The Node ID of the subject to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "content", "description": "The name of the emoji reaction to remove.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReactionContent", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveReactionPayload", "description": "Autogenerated return type of RemoveReaction.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": "The reaction object.", "args": [], "type": { "kind": "OBJECT", "name": "Reaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "The reaction groups for the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "The reactable subject.", "args": [], "type": { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveStarInput", "description": "Autogenerated input type of RemoveStar", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "starrableId", "description": "The Starrable ID to unstar.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveStarPayload", "description": "Autogenerated return type of RemoveStar.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "starrable", "description": "The starrable.", "args": [], "type": { "kind": "INTERFACE", "name": "Starrable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RemoveUpvoteInput", "description": "Autogenerated input type of RemoveUpvote", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subjectId", "description": "The Node ID of the discussion or comment to remove upvote.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemoveUpvotePayload", "description": "Autogenerated return type of RemoveUpvote.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "The votable subject.", "args": [], "type": { "kind": "INTERFACE", "name": "Votable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemovedFromMergeQueueEvent", "description": "Represents a 'removed_from_merge_queue' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "beforeCommit", "description": "Identifies the before commit SHA for the 'removed_from_merge_queue' event.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enqueuer", "description": "The user who removed this Pull Request from the merge queue", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RemovedFromMergeQueueEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeQueue", "description": "The merge queue where this pull request was removed from.", "args": [], "type": { "kind": "OBJECT", "name": "MergeQueue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reason", "description": "The reason this pull request was removed from the queue.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RemovedFromProjectEvent", "description": "Represents a 'removed_from_project' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RemovedFromProjectEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "Project referenced by event.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectColumnName", "description": "Column name referenced by this project event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RenamedTitleEvent", "description": "Represents a 'renamed' event on a given issue or pull request", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currentTitle", "description": "Identifies the current title of the issue or pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RenamedTitleEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTitle", "description": "Identifies the previous title of the issue or pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "Subject that was renamed.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "RenamedTitleSubject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "RenamedTitleSubject", "description": "An object which has a renamable title", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "ReopenDiscussionInput", "description": "Autogenerated input type of ReopenDiscussion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "discussionId", "description": "ID of the discussion to be reopened.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReopenDiscussionPayload", "description": "Autogenerated return type of ReopenDiscussion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion that was reopened.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReopenIssueInput", "description": "Autogenerated input type of ReopenIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "issueId", "description": "ID of the issue to be opened.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReopenIssuePayload", "description": "Autogenerated return type of ReopenIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue that was opened.", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReopenPullRequestInput", "description": "Autogenerated input type of ReopenPullRequest", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "ID of the pull request to be reopened.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReopenPullRequestPayload", "description": "Autogenerated return type of ReopenPullRequest.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that was reopened.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReopenedEvent", "description": "Represents a 'reopened' event on any `Closable`.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closable", "description": "Object that was reopened.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Closable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReopenedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stateReason", "description": "The reason the issue state was changed to open.", "args": [], "type": { "kind": "ENUM", "name": "IssueStateReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReorderEnvironmentInput", "description": "Autogenerated input type of ReorderEnvironment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "environmentId", "description": "The ID of the environment to modify", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "position", "description": "The desired position of the environment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReorderEnvironmentPayload", "description": "Autogenerated return type of ReorderEnvironment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "The environment that was reordered", "args": [], "type": { "kind": "OBJECT", "name": "Environment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoAccessAuditEntry", "description": "Audit log entry for a repo.access event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoAccessAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "The visibility of the repository", "args": [], "type": { "kind": "ENUM", "name": "RepoAccessAuditEntryVisibility", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepoAccessAuditEntryVisibility", "description": "The privacy of a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "The repository is visible to everyone.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoAddMemberAuditEntry", "description": "Audit log entry for a repo.add_member event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoAddMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "The visibility of the repository", "args": [], "type": { "kind": "ENUM", "name": "RepoAddMemberAuditEntryVisibility", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepoAddMemberAuditEntryVisibility", "description": "The privacy of a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "The repository is visible to everyone.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoAddTopicAuditEntry", "description": "Audit log entry for a repo.add_topic event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoAddTopicAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "topic", "description": "The name of the topic added to the repository", "args": [], "type": { "kind": "OBJECT", "name": "Topic", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "topicName", "description": "The name of the topic added to the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "TopicAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoArchivedAuditEntry", "description": "Audit log entry for a repo.archived event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoArchivedAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "The visibility of the repository", "args": [], "type": { "kind": "ENUM", "name": "RepoArchivedAuditEntryVisibility", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepoArchivedAuditEntryVisibility", "description": "The privacy of a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "The repository is visible to everyone.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoChangeMergeSettingAuditEntry", "description": "Audit log entry for a repo.change_merge_setting event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoChangeMergeSettingAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isEnabled", "description": "Whether the change was to enable (true) or disable (false) the merge type", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeType", "description": "The merge method affected by the change", "args": [], "type": { "kind": "ENUM", "name": "RepoChangeMergeSettingAuditEntryMergeType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepoChangeMergeSettingAuditEntryMergeType", "description": "The merge options available for pull requests to this repository.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MERGE", "description": "The pull request is added to the base branch in a merge commit.", "isDeprecated": false, "deprecationReason": null }, { "name": "REBASE", "description": "Commits from the pull request are added onto the base branch individually without a merge commit.", "isDeprecated": false, "deprecationReason": null }, { "name": "SQUASH", "description": "The pull request's commits are squashed into a single commit before they are merged to the base branch.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigDisableAnonymousGitAccessAuditEntry", "description": "Audit log entry for a repo.config.disable_anonymous_git_access event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigDisableAnonymousGitAccessAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigDisableCollaboratorsOnlyAuditEntry", "description": "Audit log entry for a repo.config.disable_collaborators_only event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigDisableCollaboratorsOnlyAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigDisableContributorsOnlyAuditEntry", "description": "Audit log entry for a repo.config.disable_contributors_only event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigDisableContributorsOnlyAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigDisableSockpuppetDisallowedAuditEntry", "description": "Audit log entry for a repo.config.disable_sockpuppet_disallowed event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigDisableSockpuppetDisallowedAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigEnableAnonymousGitAccessAuditEntry", "description": "Audit log entry for a repo.config.enable_anonymous_git_access event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigEnableAnonymousGitAccessAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigEnableCollaboratorsOnlyAuditEntry", "description": "Audit log entry for a repo.config.enable_collaborators_only event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigEnableCollaboratorsOnlyAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigEnableContributorsOnlyAuditEntry", "description": "Audit log entry for a repo.config.enable_contributors_only event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigEnableContributorsOnlyAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigEnableSockpuppetDisallowedAuditEntry", "description": "Audit log entry for a repo.config.enable_sockpuppet_disallowed event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigEnableSockpuppetDisallowedAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigLockAnonymousGitAccessAuditEntry", "description": "Audit log entry for a repo.config.lock_anonymous_git_access event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigLockAnonymousGitAccessAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoConfigUnlockAnonymousGitAccessAuditEntry", "description": "Audit log entry for a repo.config.unlock_anonymous_git_access event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoConfigUnlockAnonymousGitAccessAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoCreateAuditEntry", "description": "Audit log entry for a repo.create event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forkParentName", "description": "The name of the parent repository for this forked repository.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "forkSourceName", "description": "The name of the root repository for this network.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoCreateAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "The visibility of the repository", "args": [], "type": { "kind": "ENUM", "name": "RepoCreateAuditEntryVisibility", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepoCreateAuditEntryVisibility", "description": "The privacy of a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "The repository is visible to everyone.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoDestroyAuditEntry", "description": "Audit log entry for a repo.destroy event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoDestroyAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "The visibility of the repository", "args": [], "type": { "kind": "ENUM", "name": "RepoDestroyAuditEntryVisibility", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepoDestroyAuditEntryVisibility", "description": "The privacy of a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "The repository is visible to everyone.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoRemoveMemberAuditEntry", "description": "Audit log entry for a repo.remove_member event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoRemoveMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "The visibility of the repository", "args": [], "type": { "kind": "ENUM", "name": "RepoRemoveMemberAuditEntryVisibility", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepoRemoveMemberAuditEntryVisibility", "description": "The privacy of a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "The repository is visible to everyone.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepoRemoveTopicAuditEntry", "description": "Audit log entry for a repo.remove_topic event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepoRemoveTopicAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "topic", "description": "The name of the topic added to the repository", "args": [], "type": { "kind": "OBJECT", "name": "Topic", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "topicName", "description": "The name of the topic added to the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "TopicAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReportedContentClassifiers", "description": "The reasons a piece of content can be reported or minimized.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SPAM", "description": "A spammy piece of content", "isDeprecated": false, "deprecationReason": null }, { "name": "ABUSE", "description": "An abusive or harassing piece of content", "isDeprecated": false, "deprecationReason": null }, { "name": "OFF_TOPIC", "description": "An irrelevant piece of content", "isDeprecated": false, "deprecationReason": null }, { "name": "OUTDATED", "description": "An outdated piece of content", "isDeprecated": false, "deprecationReason": null }, { "name": "DUPLICATE", "description": "A duplicated piece of content", "isDeprecated": false, "deprecationReason": null }, { "name": "RESOLVED", "description": "The content has been resolved", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Repository", "description": "A repository contains the content for a project.", "fields": [ { "name": "allowUpdateBranch", "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "archivedAt", "description": "Identifies the date and time when the repository was archived.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignableUsers", "description": "A list of users that can be assigned to issues in this repository.", "args": [ { "name": "query", "description": "Filters users with query on user name and login.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autoMergeAllowed", "description": "Whether or not Auto-merge can be enabled on pull requests in this repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "branchProtectionRules", "description": "A list of branch protection rules for this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BranchProtectionRuleConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "codeOfConduct", "description": "Returns the code of conduct for this repository", "args": [], "type": { "kind": "OBJECT", "name": "CodeOfConduct", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "codeowners", "description": "Information extracted from the repository's `CODEOWNERS` file.", "args": [ { "name": "refName", "description": "The ref name used to return the associated `CODEOWNERS` file.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RepositoryCodeowners", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "collaborators", "description": "A list of collaborators associated with the repository.", "args": [ { "name": "affiliation", "description": "Collaborators affiliation level with a repository.", "type": { "kind": "ENUM", "name": "CollaboratorAffiliation", "ofType": null }, "defaultValue": null }, { "name": "login", "description": "The login of one specific collaborator.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "Filters users with query on user name and login", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RepositoryCollaboratorConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitComments", "description": "A list of commit comments associated with the repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contactLinks", "description": "Returns a list of contact links associated to the repository", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryContactLink", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributingGuidelines", "description": "Returns the contributing guidelines for this repository.", "args": [], "type": { "kind": "OBJECT", "name": "ContributingGuidelines", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultBranchRef", "description": "The Ref associated with the repository's default branch.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteBranchOnMerge", "description": "Whether or not branches are automatically deleted when merged in this repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dependencyGraphManifests", "description": "A list of dependency manifests contained in the repository", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "withDependencies", "description": "Flag to scope to only manifests with dependencies", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "dependenciesFirst", "description": "Number of dependencies to fetch", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "dependenciesAfter", "description": "Cursor to paginate dependencies", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DependencyGraphManifestConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployKeys", "description": "A list of deploy keys that are on this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeployKeyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployments", "description": "Deployments associated with the repository", "args": [ { "name": "environments", "description": "Environments to list deployments for", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for deployments returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "DeploymentOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the repository.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "descriptionHTML", "description": "The description of the repository rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "Returns a single discussion from the current repository by number.", "args": [ { "name": "number", "description": "The number for the discussion to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionCategories", "description": "A list of discussion categories that are available in the repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "filterByAssignable", "description": "Filter by categories that are assignable by the viewer.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCategoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionCategory", "description": "A discussion category by slug.", "args": [ { "name": "slug", "description": "The slug of the discussion category to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "DiscussionCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussions", "description": "A list of discussions that have been opened in the repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "categoryId", "description": "Only include discussions that belong to the category with this ID.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": "null" }, { "name": "states", "description": "A list of states to filter the discussions by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiscussionState", "ofType": null } } }, "defaultValue": "[]" }, { "name": "orderBy", "description": "Ordering options for discussions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "DiscussionOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" }, { "name": "answered", "description": "Only show answered or unanswered discussions", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "diskUsage", "description": "The number of kilobytes this repository occupies on disk.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "Returns a single active environment from the current repository by name.", "args": [ { "name": "name", "description": "The name of the environment to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Environment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environments", "description": "A list of environments that are in this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the environments", "type": { "kind": "INPUT_OBJECT", "name": "Environments", "ofType": null }, "defaultValue": "{field: NAME, direction: ASC}" }, { "name": "pinnedEnvironmentFilter", "description": "Filter to control pinned environments return", "type": { "kind": "ENUM", "name": "EnvironmentPinnedFilterField", "ofType": null }, "defaultValue": "ALL" }, { "name": "names", "description": "The names of the environments to be returned.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": "[]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnvironmentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forkCount", "description": "Returns how many forks there are of this repository in the whole network.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forkingAllowed", "description": "Whether this repository allows forks.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forks", "description": "A list of direct forked repositories.", "args": [ { "name": "privacy", "description": "If non-null, filters repositories according to privacy. Internal repositories are considered private; consider using the visibility argument if only internal repositories are needed. Cannot be combined with the visibility argument.", "type": { "kind": "ENUM", "name": "RepositoryPrivacy", "ofType": null }, "defaultValue": null }, { "name": "visibility", "description": "If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.", "type": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": null }, { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": null }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": "[OWNER, COLLABORATOR]" }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasIssuesEnabled", "description": "If non-null, filters repositories according to whether they have issues enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingLinks", "description": "The funding links for this repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingLink", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasDiscussionsEnabled", "description": "Indicates if the repository has the Discussions feature enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasIssuesEnabled", "description": "Indicates if the repository has issues feature enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasProjectsEnabled", "description": "Indicates if the repository has the Projects feature enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasSponsorshipsEnabled", "description": "Indicates if the repository displays a Sponsor button for financial contributions.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasVulnerabilityAlertsEnabled", "description": "Whether vulnerability alerts are enabled for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasWikiEnabled", "description": "Indicates if the repository has wiki feature enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "homepageUrl", "description": "The repository's URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Repository object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "interactionAbility", "description": "The interaction ability settings for this repository.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryInteractionAbility", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isArchived", "description": "Indicates if the repository is unmaintained.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isBlankIssuesEnabled", "description": "Returns true if blank issue creation is allowed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDisabled", "description": "Returns whether or not this repository disabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isEmpty", "description": "Returns whether or not this repository is empty.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFork", "description": "Identifies if the repository is a fork.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isInOrganization", "description": "Indicates if a repository is either owned by an organization, or is a private fork of an organization repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLocked", "description": "Indicates if the repository has been locked or not.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMirror", "description": "Identifies if the repository is a mirror.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPrivate", "description": "Identifies if the repository is private or internal.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSecurityPolicyEnabled", "description": "Returns true if this repository has a security policy", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTemplate", "description": "Identifies if the repository is a template that can be used to generate new repositories.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isUserConfigurationRepository", "description": "Is this repository a user configuration repository?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "Returns a single issue from the current repository by number.", "args": [ { "name": "number", "description": "The number for the issue to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issueOrPullRequest", "description": "Returns a single issue-like object from the current repository by number.", "args": [ { "name": "number", "description": "The number for the issue to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "UNION", "name": "IssueOrPullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issueTemplates", "description": "Returns a list of issue templates associated to the repository", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueTemplate", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issues", "description": "A list of issues that have been opened in the repository.", "args": [ { "name": "orderBy", "description": "Ordering options for issues returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the issues by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueState", "ofType": null } } }, "defaultValue": null }, { "name": "filterBy", "description": "Filtering options for issues returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilters", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": "Returns a single label by name", "args": [ { "name": "name", "description": "Label name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Label", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "labels", "description": "A list of labels associated with the repository.", "args": [ { "name": "orderBy", "description": "Ordering options for labels returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "LabelOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: ASC}" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "If provided, searches labels by name and description.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "languages", "description": "A list containing a breakdown of the language composition of the repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "LanguageOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LanguageConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "latestRelease", "description": "Get the latest release for the repository if one exists.", "args": [], "type": { "kind": "OBJECT", "name": "Release", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "licenseInfo", "description": "The license associated with the repository", "args": [], "type": { "kind": "OBJECT", "name": "License", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockReason", "description": "The reason the repository has been locked.", "args": [], "type": { "kind": "ENUM", "name": "RepositoryLockReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mentionableUsers", "description": "A list of Users that can be mentioned in the context of the repository.", "args": [ { "name": "query", "description": "Filters users with query on user name and login", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeCommitAllowed", "description": "Whether or not PRs are merged with a merge commit on this repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeCommitMessage", "description": "How the default commit message will be generated when merging a pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MergeCommitMessage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeCommitTitle", "description": "How the default commit title will be generated when merging a pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MergeCommitTitle", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mergeQueue", "description": "The merge queue for a specified branch, otherwise the default branch if not provided.", "args": [ { "name": "branch", "description": "The name of the branch to get the merge queue for. Case sensitive.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MergeQueue", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "milestone", "description": "Returns a single milestone from the current repository by number.", "args": [ { "name": "number", "description": "The number for the milestone to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "milestones", "description": "A list of milestones associated with the repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "states", "description": "Filter by the state of the milestones.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MilestoneState", "ofType": null } } }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for milestones.", "type": { "kind": "INPUT_OBJECT", "name": "MilestoneOrder", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "Filters milestones with a query on the title", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MilestoneConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mirrorUrl", "description": "The repository's original mirror URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nameWithOwner", "description": "The repository's name with owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "object", "description": "A Git object in the repository", "args": [ { "name": "oid", "description": "The Git object ID", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null }, { "name": "expression", "description": "A Git revision expression suitable for rev-parse", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "INTERFACE", "name": "GitObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "openGraphImageUrl", "description": "The image used to represent this repository in Open Graph data.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The User owner of the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "RepositoryOwner", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "packages", "description": "A list of packages under the owner.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "names", "description": "Find packages by their names.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "Find packages in a repository by ID.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "packageType", "description": "Filter registry package by type.", "type": { "kind": "ENUM", "name": "PackageType", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering of the returned packages.", "type": { "kind": "INPUT_OBJECT", "name": "PackageOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parent", "description": "The repository parent, if this is a fork.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedDiscussions", "description": "A list of discussions that have been pinned in this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnedDiscussionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedEnvironments", "description": "A list of pinned environments for this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the environments", "type": { "kind": "INPUT_OBJECT", "name": "PinnedEnvironmentOrder", "ofType": null }, "defaultValue": "{field: POSITION, direction: ASC}" } ], "type": { "kind": "OBJECT", "name": "PinnedEnvironmentConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedIssues", "description": "A list of pinned issues for this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PinnedIssueConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "planFeatures", "description": "Returns information about the availability of certain features and limits based on the repository's billing plan.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryPlanFeatures", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "primaryLanguage", "description": "The primary language of the repository's code.", "args": [], "type": { "kind": "OBJECT", "name": "Language", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "Find project by number.", "args": [ { "name": "number", "description": "The project number to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "Finds and returns the Project according to the provided Project number.", "args": [ { "name": "number", "description": "The Project number.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projects", "description": "A list of projects under the owner.", "args": [ { "name": "orderBy", "description": "Ordering options for projects returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectOrder", "ofType": null }, "defaultValue": null }, { "name": "search", "description": "Query to search projects by, currently only searching by name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the projects by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectState", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsResourcePath", "description": "The HTTP path listing the repository's projects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsUrl", "description": "The HTTP URL listing the repository's projects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsV2", "description": "List of projects linked to this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "A project to search for linked to the repo.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "How to order the returned projects.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2Order", "ofType": null }, "defaultValue": "{field: NUMBER, direction: DESC}" }, { "name": "minPermissionLevel", "description": "Filter projects based on user role.", "type": { "kind": "ENUM", "name": "ProjectV2PermissionLevel", "ofType": null }, "defaultValue": "READ" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "Returns a single pull request from the current repository by number.", "args": [ { "name": "number", "description": "The number for the pull request to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestTemplates", "description": "Returns a list of pull request templates associated to the repository", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestTemplate", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequests", "description": "A list of pull requests that have been opened in the repository.", "args": [ { "name": "states", "description": "A list of states to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestState", "ofType": null } } }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pushedAt", "description": "Identifies the date and time when the repository was last pushed to.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rebaseMergeAllowed", "description": "Whether or not rebase-merging is enabled on this repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "recentProjects", "description": "Recent projects that this user has modified in the context of the owner.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "Fetch a given ref from the repository", "args": [ { "name": "qualifiedName", "description": "The ref to retrieve. Fully qualified matches are checked in order (`refs/heads/master`) before falling back onto checks for short name matches (`master`).", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "refs", "description": "Fetch a list of refs from the repository", "args": [ { "name": "query", "description": "Filters refs with query on name", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "refPrefix", "description": "A ref name prefix like `refs/heads/`, `refs/tags/`, etc.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "DEPRECATED: use orderBy. The ordering direction.", "type": { "kind": "ENUM", "name": "OrderDirection", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for refs returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "RefOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RefConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "release", "description": "Lookup a single release given various criteria.", "args": [ { "name": "tagName", "description": "The name of the Tag the Release was created from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Release", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "releases", "description": "List of releases which are dependent on this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "ReleaseOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryTopics", "description": "A list of applied repository-topic associations for this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryTopicConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ruleset", "description": "Returns a single ruleset from the current repository by ID.", "args": [ { "name": "includeParents", "description": "Include rulesets configured at higher levels that apply to this repository", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "databaseId", "description": "The ID of the ruleset to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rulesets", "description": "A list of rulesets for this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includeParents", "description": "Return rulesets configured at higher levels that apply to this repository", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "RepositoryRulesetConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "securityPolicyUrl", "description": "The security policy URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescriptionHTML", "description": "A description of the repository, rendered to HTML without any links in it.", "args": [ { "name": "limit", "description": "How many characters to return.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "200" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "squashMergeAllowed", "description": "Whether or not squash-merging is enabled on this repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "squashMergeCommitMessage", "description": "How the default commit message will be generated when squash merging a pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SquashMergeCommitMessage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "squashMergeCommitTitle", "description": "How the default commit title will be generated when squash merging a pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SquashMergeCommitTitle", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "squashPrTitleUsedAsDefault", "description": "Whether a squash merge commit can use the pull request title as default.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "`squashPrTitleUsedAsDefault` will be removed. Use `Repository.squashMergeCommitTitle` instead. Removal on 2023-04-01 UTC." }, { "name": "sshUrl", "description": "The SSH URL to clone this repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitSSHRemote", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stargazerCount", "description": "Returns a count of how many stargazers there are on this object\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stargazers", "description": "A list of users who have starred this starrable.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "StarOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StargazerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "submodules", "description": "Returns a list of all submodules in this repository parsed from the .gitmodules file as of the default branch's HEAD commit.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SubmoduleConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tempCloneToken", "description": "Temporary authentication token for cloning this repository.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "templateRepository", "description": "The repository from which this repository was generated, if any.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "usesCustomOpenGraphImage", "description": "Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanAdminister", "description": "Indicates whether the viewer has admin permissions on this repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanCreateProjects", "description": "Can the current viewer create new projects on this owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdateTopics", "description": "Indicates whether the viewer can update the topics of this repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDefaultCommitEmail", "description": "The last commit email for the viewer.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDefaultMergeMethod", "description": "The last used merge method by the viewer or the default for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestMergeMethod", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasStarred", "description": "Returns a boolean indicating whether the viewing user has starred this starrable.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerPermission", "description": "The users permission level on the repository. Will return null if authenticated as an GitHub App.", "args": [], "type": { "kind": "ENUM", "name": "RepositoryPermission", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerPossibleCommitEmails", "description": "A list of emails this viewer can commit with.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.", "args": [], "type": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "Indicates the repository's visibility level.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vulnerabilityAlert", "description": "Returns a single vulnerability alert from the current repository by number.", "args": [ { "name": "number", "description": "The number for the vulnerability alert to be returned.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlert", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "vulnerabilityAlerts", "description": "A list of vulnerability alerts that are on this repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "states", "description": "Filter by the state of the alert", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryVulnerabilityAlertState", "ofType": null } } }, "defaultValue": null }, { "name": "dependencyScopes", "description": "Filter by the scope of the alert's dependency", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryVulnerabilityAlertDependencyScope", "ofType": null } } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlertConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "watchers", "description": "A list of users watching the repository.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "webCommitSignoffRequired", "description": "Whether contributors are required to sign off on web-based commits in this repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "PackageOwner", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectOwner", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2Recent", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryInfo", "ofType": null }, { "kind": "INTERFACE", "name": "Starrable", "ofType": null }, { "kind": "INTERFACE", "name": "Subscribable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryAffiliation", "description": "The affiliation of a user to a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OWNER", "description": "Repositories that are owned by the authenticated user.", "isDeprecated": false, "deprecationReason": null }, { "name": "COLLABORATOR", "description": "Repositories that the user has been added to as a collaborator.", "isDeprecated": false, "deprecationReason": null }, { "name": "ORGANIZATION_MEMBER", "description": "Repositories that the user has access to through being a member of an organization. This includes every repository on every team that the user is on.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "description": "Metadata for an audit entry with action repo.*", "fields": [ { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipRepositoryAuditEntryData", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingDisableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "PrivateRepositoryForkingEnableAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoAddTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoArchivedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoChangeMergeSettingAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigDisableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableCollaboratorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableContributorsOnlyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigEnableSockpuppetDisallowedAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigLockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoConfigUnlockAnonymousGitAccessAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoCreateAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoDestroyAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddRepositoryAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveRepositoryAuditEntry", "ofType": null } ] }, { "kind": "OBJECT", "name": "RepositoryCodeowners", "description": "Information extracted from a repository's `CODEOWNERS` file.", "fields": [ { "name": "errors", "description": "Any problems that were encountered while parsing the `CODEOWNERS` file.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryCodeownersError", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryCodeownersError", "description": "An error in a `CODEOWNERS` file.", "fields": [ { "name": "column", "description": "The column number where the error occurs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "kind", "description": "A short string describing the type of error.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "line", "description": "The line number where the error occurs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A complete description of the error, combining information from other fields.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The path to the file when the error occurs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": "The content of the line where the error occurs.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "suggestion", "description": "A suggestion of how to fix the error.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryCollaboratorConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryCollaboratorEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryCollaboratorEdge", "description": "Represents a user who is a collaborator of a repository.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permission", "description": "The permission the user has on the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryPermission", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permissionSources", "description": "A list of sources for the user's access to the repository.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PermissionSource", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryConnection", "description": "A list of repositories owned by the subject.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalDiskUsage", "description": "The total size in kilobytes of all repositories in the connection. Value will never be larger than max 32-bit signed integer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryContactLink", "description": "A repository contact link.", "fields": [ { "name": "about", "description": "The contact link purpose.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The contact link name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The contact link URL.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryContributionType", "description": "The reason a repository is listed as 'contributed'.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "COMMIT", "description": "Created a commit", "isDeprecated": false, "deprecationReason": null }, { "name": "ISSUE", "description": "Created an issue", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST", "description": "Created a pull request", "isDeprecated": false, "deprecationReason": null }, { "name": "REPOSITORY", "description": "Created the repository", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST_REVIEW", "description": "Reviewed a pull request", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "RepositoryDiscussionAuthor", "description": "Represents an author of discussions in repositories.", "fields": [ { "name": "repositoryDiscussions", "description": "Discussions this user has started.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for discussions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "DiscussionOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" }, { "name": "repositoryId", "description": "Filter discussions to only those in a specific repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "answered", "description": "Filter discussions to only those that have been answered or not. Defaults to including both answered and unanswered discussions.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "states", "description": "A list of states to filter the discussions by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiscussionState", "ofType": null } } }, "defaultValue": "[]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "INTERFACE", "name": "RepositoryDiscussionCommentAuthor", "description": "Represents an author of discussion comments in repositories.", "fields": [ { "name": "repositoryDiscussionComments", "description": "Discussion comments this user has authored.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "Filter discussion comments to only those in a specific repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "onlyAnswers", "description": "Filter discussion comments to only those that were marked as the answer", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "RepositoryEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryIdConditionTarget", "description": "Parameters to be used for the repository_id condition", "fields": [ { "name": "repositoryIds", "description": "One of these repo IDs must match the repo.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryIdConditionTargetInput", "description": "Parameters to be used for the repository_id condition", "fields": null, "inputFields": [ { "name": "repositoryIds", "description": "One of these repo IDs must match the repo.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "RepositoryInfo", "description": "A subset of repository info.", "fields": [ { "name": "archivedAt", "description": "Identifies the date and time when the repository was archived.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the repository.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "descriptionHTML", "description": "The description of the repository rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forkCount", "description": "Returns how many forks there are of this repository in the whole network.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasDiscussionsEnabled", "description": "Indicates if the repository has the Discussions feature enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasIssuesEnabled", "description": "Indicates if the repository has issues feature enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasProjectsEnabled", "description": "Indicates if the repository has the Projects feature enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasSponsorshipsEnabled", "description": "Indicates if the repository displays a Sponsor button for financial contributions.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasWikiEnabled", "description": "Indicates if the repository has wiki feature enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "homepageUrl", "description": "The repository's URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isArchived", "description": "Indicates if the repository is unmaintained.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFork", "description": "Identifies if the repository is a fork.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isInOrganization", "description": "Indicates if a repository is either owned by an organization, or is a private fork of an organization repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLocked", "description": "Indicates if the repository has been locked or not.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isMirror", "description": "Identifies if the repository is a mirror.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPrivate", "description": "Identifies if the repository is private or internal.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTemplate", "description": "Identifies if the repository is a template that can be used to generate new repositories.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "licenseInfo", "description": "The license associated with the repository", "args": [], "type": { "kind": "OBJECT", "name": "License", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockReason", "description": "The reason the repository has been locked.", "args": [], "type": { "kind": "ENUM", "name": "RepositoryLockReason", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mirrorUrl", "description": "The repository's original mirror URL.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nameWithOwner", "description": "The repository's name with owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openGraphImageUrl", "description": "The image used to represent this repository in Open Graph data.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The User owner of the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "RepositoryOwner", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pushedAt", "description": "Identifies the date and time when the repository was last pushed to.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescriptionHTML", "description": "A description of the repository, rendered to HTML without any links in it.", "args": [ { "name": "limit", "description": "How many characters to return.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "200" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "usesCustomOpenGraphImage", "description": "Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibility", "description": "Indicates the repository's visibility level.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Repository", "ofType": null } ] }, { "kind": "OBJECT", "name": "RepositoryInteractionAbility", "description": "Repository interaction limit that applies to this object.", "fields": [ { "name": "expiresAt", "description": "The time the currently active limit expires.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "limit", "description": "The current limit that is enabled on this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryInteractionLimit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "origin", "description": "The origin of the currently active interaction limit.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryInteractionLimitOrigin", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryInteractionLimit", "description": "A repository interaction limit.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "EXISTING_USERS", "description": "Users that have recently created their account will be unable to interact with the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "CONTRIBUTORS_ONLY", "description": "Users that have not previously committed to a repository’s default branch will be unable to interact with the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "COLLABORATORS_ONLY", "description": "Users that are not collaborators will not be able to interact with the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "NO_LIMIT", "description": "No interaction limits are enabled.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryInteractionLimitExpiry", "description": "The length for a repository interaction limit to be enabled for.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ONE_DAY", "description": "The interaction limit will expire after 1 day.", "isDeprecated": false, "deprecationReason": null }, { "name": "THREE_DAYS", "description": "The interaction limit will expire after 3 days.", "isDeprecated": false, "deprecationReason": null }, { "name": "ONE_WEEK", "description": "The interaction limit will expire after 1 week.", "isDeprecated": false, "deprecationReason": null }, { "name": "ONE_MONTH", "description": "The interaction limit will expire after 1 month.", "isDeprecated": false, "deprecationReason": null }, { "name": "SIX_MONTHS", "description": "The interaction limit will expire after 6 months.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryInteractionLimitOrigin", "description": "Indicates where an interaction limit is configured.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "REPOSITORY", "description": "A limit that is configured at the repository level.", "isDeprecated": false, "deprecationReason": null }, { "name": "ORGANIZATION", "description": "A limit that is configured at the organization level.", "isDeprecated": false, "deprecationReason": null }, { "name": "USER", "description": "A limit that is configured at the user-wide level.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryInvitation", "description": "An invitation for a user to be added to a repository.", "fields": [ { "name": "email", "description": "The email address that received the invitation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepositoryInvitation object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitee", "description": "The user who received the invitation.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "inviter", "description": "The user who created the invitation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permalink", "description": "The permalink for this repository invitation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permission", "description": "The permission granted on this repository by this invitation.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryPermission", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The Repository the user is invited to.", "args": [], "type": { "kind": "INTERFACE", "name": "RepositoryInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryInvitationConnection", "description": "A list of repository invitations.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryInvitationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryInvitation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryInvitationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryInvitation", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryInvitationOrder", "description": "Ordering options for repository invitation connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order repository invitations by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryInvitationOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryInvitationOrderField", "description": "Properties by which repository invitation connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order repository invitations by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryLockReason", "description": "The possible reasons a given repository could be in a locked state.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MOVING", "description": "The repository is locked due to a move.", "isDeprecated": false, "deprecationReason": null }, { "name": "BILLING", "description": "The repository is locked due to a billing related reason.", "isDeprecated": false, "deprecationReason": null }, { "name": "RENAME", "description": "The repository is locked due to a rename.", "isDeprecated": false, "deprecationReason": null }, { "name": "MIGRATING", "description": "The repository is locked due to a migration.", "isDeprecated": false, "deprecationReason": null }, { "name": "TRADE_RESTRICTION", "description": "The repository is locked due to a trade controls related reason.", "isDeprecated": false, "deprecationReason": null }, { "name": "TRANSFERRING_OWNERSHIP", "description": "The repository is locked due to an ownership transfer.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryMigration", "description": "A GitHub Enterprise Importer (GEI) repository migration.", "fields": [ { "name": "continueOnError", "description": "The migration flag to continue on error.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "failureReason", "description": "The reason the migration failed.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepositoryMigration object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "migrationLogUrl", "description": "The URL for the migration log (expires 1 day after migration completes).", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "migrationSource", "description": "The migration source.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MigrationSource", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The target repository name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceUrl", "description": "The migration source URL, for example `https://github.com` or `https://monalisa.ghe.com`.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The migration state.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MigrationState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "warningsCount", "description": "The number of warnings encountered for this migration. To review the warnings, check the [Migration Log](https://docs.github.com/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Migration", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryMigrationConnection", "description": "A list of migrations.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryMigrationEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryMigration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryMigrationEdge", "description": "Represents a repository migration.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryMigration", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryMigrationOrder", "description": "Ordering options for repository migrations.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order repository migrations by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryMigrationOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryMigrationOrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryMigrationOrderDirection", "description": "Possible directions in which to order a list of repository migrations when provided an `orderBy` argument.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ASC", "description": "Specifies an ascending order for a given `orderBy` argument.", "isDeprecated": false, "deprecationReason": null }, { "name": "DESC", "description": "Specifies a descending order for a given `orderBy` argument.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryMigrationOrderField", "description": "Properties by which repository migrations can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order mannequins why when they were created.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryNameConditionTarget", "description": "Parameters to be used for the repository_name condition", "fields": [ { "name": "exclude", "description": "Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "include", "description": "Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "protected", "description": "Target changes that match these patterns will be prevented except by those with bypass permissions.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryNameConditionTargetInput", "description": "Parameters to be used for the repository_name condition", "fields": null, "inputFields": [ { "name": "exclude", "description": "Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "include", "description": "Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "protected", "description": "Target changes that match these patterns will be prevented except by those with bypass permissions.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "description": "Represents a object that belongs to a repository.", "fields": [ { "name": "repository", "description": "The repository associated with this node.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, { "kind": "OBJECT", "name": "CommitCommentThread", "ofType": null }, { "kind": "OBJECT", "name": "DependabotUpdate", "ofType": null }, { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionCategory", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "PinnedDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestCommitCommentThread", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlert", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "description": "Ordering options for repository connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order repositories by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryOrderField", "description": "Properties by which repository connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order repositories by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order repositories by update time", "isDeprecated": false, "deprecationReason": null }, { "name": "PUSHED_AT", "description": "Order repositories by push time", "isDeprecated": false, "deprecationReason": null }, { "name": "NAME", "description": "Order repositories by name", "isDeprecated": false, "deprecationReason": null }, { "name": "STARGAZERS", "description": "Order repositories by number of stargazers", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "RepositoryOwner", "description": "Represents an owner of a Repository.", "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the owner's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepositoryOwner object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "The username used to login.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositories", "description": "A list of repositories that the user owns.", "args": [ { "name": "privacy", "description": "If non-null, filters repositories according to privacy. Internal repositories are considered private; consider using the visibility argument if only internal repositories are needed. Cannot be combined with the visibility argument.", "type": { "kind": "ENUM", "name": "RepositoryPrivacy", "ofType": null }, "defaultValue": null }, { "name": "visibility", "description": "If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.", "type": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": null }, { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": null }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": "[OWNER, COLLABORATOR]" }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasIssuesEnabled", "description": "If non-null, filters repositories according to whether they have issues enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "isFork", "description": "If non-null, filters repositories according to whether they are forks of another repository", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "Find Repository.", "args": [ { "name": "name", "description": "Name of Repository to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "followRenames", "description": "Follow repository renames. If disabled, a repository referenced by its old name will return an error.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP URL for the owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for the owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "ENUM", "name": "RepositoryPermission", "description": "The access level to a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ADMIN", "description": "Can read, clone, and push to this repository. Can also manage issues, pull requests, and repository settings, including adding collaborators", "isDeprecated": false, "deprecationReason": null }, { "name": "MAINTAIN", "description": "Can read, clone, and push to this repository. They can also manage issues, pull requests, and some repository settings", "isDeprecated": false, "deprecationReason": null }, { "name": "WRITE", "description": "Can read, clone, and push to this repository. Can also manage issues and pull requests", "isDeprecated": false, "deprecationReason": null }, { "name": "TRIAGE", "description": "Can read and clone this repository. Can also manage issues and pull requests", "isDeprecated": false, "deprecationReason": null }, { "name": "READ", "description": "Can read and clone this repository. Can also open and comment on issues and pull requests", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryPlanFeatures", "description": "Information about the availability of features and limits for a repository based on its billing plan.", "fields": [ { "name": "codeowners", "description": "Whether reviews can be automatically requested and enforced with a CODEOWNERS file", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "draftPullRequests", "description": "Whether pull requests can be created as or converted to draft", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "maximumAssignees", "description": "Maximum number of users that can be assigned to an issue or pull request", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "maximumManualReviewRequests", "description": "Maximum number of manually-requested reviews on a pull request", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamReviewRequests", "description": "Whether teams can be requested to review pull requests", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryPrivacy", "description": "The privacy of a repository", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PUBLIC", "description": "Public", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "Private", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryPropertyConditionTarget", "description": "Parameters to be used for the repository_property condition", "fields": [ { "name": "exclude", "description": "Array of repository properties that must not match.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PropertyTargetDefinition", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "include", "description": "Array of repository properties that must match", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PropertyTargetDefinition", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryPropertyConditionTargetInput", "description": "Parameters to be used for the repository_property condition", "fields": null, "inputFields": [ { "name": "exclude", "description": "Array of repository properties that must not match.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PropertyTargetDefinitionInput", "ofType": null } } } }, "defaultValue": null }, { "name": "include", "description": "Array of repository properties that must match", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PropertyTargetDefinitionInput", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRule", "description": "A repository rule.", "fields": [ { "name": "id", "description": "The Node ID of the RepositoryRule object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parameters", "description": "The parameters for this rule.", "args": [], "type": { "kind": "UNION", "name": "RuleParameters", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryRuleset", "description": "The repository ruleset associated with this rule configuration", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "The type of rule.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryRuleType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRuleConditions", "description": "Set of conditions that determine if a ruleset will evaluate", "fields": [ { "name": "refName", "description": "Configuration for the ref_name condition", "args": [], "type": { "kind": "OBJECT", "name": "RefNameConditionTarget", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryId", "description": "Configuration for the repository_id condition", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryIdConditionTarget", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "Configuration for the repository_name condition", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryNameConditionTarget", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryProperty", "description": "Configuration for the repository_property condition", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryPropertyConditionTarget", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryRuleConditionsInput", "description": "Specifies the conditions required for a ruleset to evaluate", "fields": null, "inputFields": [ { "name": "refName", "description": "Configuration for the ref_name condition", "type": { "kind": "INPUT_OBJECT", "name": "RefNameConditionTargetInput", "ofType": null }, "defaultValue": null }, { "name": "repositoryName", "description": "Configuration for the repository_name condition", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryNameConditionTargetInput", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "Configuration for the repository_id condition", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryIdConditionTargetInput", "ofType": null }, "defaultValue": null }, { "name": "repositoryProperty", "description": "Configuration for the repository_property condition", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryPropertyConditionTargetInput", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRuleConnection", "description": "The connection type for RepositoryRule.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryRuleEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryRule", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRuleEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryRuleInput", "description": "Specifies the attributes for a new or updated rule.", "fields": null, "inputFields": [ { "name": "id", "description": "Optional ID of this rule when updating", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "type", "description": "The type of rule to create.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryRuleType", "ofType": null } }, "defaultValue": null }, { "name": "parameters", "description": "The parameters for the rule.", "type": { "kind": "INPUT_OBJECT", "name": "RuleParametersInput", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryRuleOrder", "description": "Ordering options for repository rules.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order repository rules by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryRuleOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryRuleOrderField", "description": "Properties by which repository rule connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "UPDATED_AT", "description": "Order repository rules by updated time", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order repository rules by created time", "isDeprecated": false, "deprecationReason": null }, { "name": "TYPE", "description": "Order repository rules by type", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryRuleType", "description": "The rule types supported in rulesets", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATION", "description": "Only allow users with bypass permission to create matching refs.", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATE", "description": "Only allow users with bypass permission to update matching refs.", "isDeprecated": false, "deprecationReason": null }, { "name": "DELETION", "description": "Only allow users with bypass permissions to delete matching refs.", "isDeprecated": false, "deprecationReason": null }, { "name": "REQUIRED_LINEAR_HISTORY", "description": "Prevent merge commits from being pushed to matching refs.", "isDeprecated": false, "deprecationReason": null }, { "name": "MERGE_QUEUE", "description": "Merges must be performed via a merge queue.", "isDeprecated": false, "deprecationReason": null }, { "name": "REQUIRED_REVIEW_THREAD_RESOLUTION", "description": "When enabled, all conversations on code must be resolved before a pull request can be merged into a branch that matches this rule.", "isDeprecated": false, "deprecationReason": null }, { "name": "REQUIRED_DEPLOYMENTS", "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "isDeprecated": false, "deprecationReason": null }, { "name": "REQUIRED_SIGNATURES", "description": "Commits pushed to matching refs must have verified signatures.", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST", "description": "Require all commits be made to a non-target branch and submitted via a pull request before they can be merged.", "isDeprecated": false, "deprecationReason": null }, { "name": "REQUIRED_STATUS_CHECKS", "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "isDeprecated": false, "deprecationReason": null }, { "name": "REQUIRED_WORKFLOW_STATUS_CHECKS", "description": "Require all commits be made to a non-target branch and submitted via a pull request and required workflow checks to pass before they can be merged.", "isDeprecated": false, "deprecationReason": null }, { "name": "NON_FAST_FORWARD", "description": "Prevent users with push access from force pushing to refs.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTHORIZATION", "description": "Authorization", "isDeprecated": false, "deprecationReason": null }, { "name": "TAG", "description": "Tag", "isDeprecated": false, "deprecationReason": null }, { "name": "MERGE_QUEUE_LOCKED_REF", "description": "Merge queue locked ref", "isDeprecated": false, "deprecationReason": null }, { "name": "LOCK_BRANCH", "description": "Branch is read-only. Users cannot push to the branch.", "isDeprecated": false, "deprecationReason": null }, { "name": "MAX_REF_UPDATES", "description": "Max ref updates", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMIT_MESSAGE_PATTERN", "description": "Commit message pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMIT_AUTHOR_EMAIL_PATTERN", "description": "Commit author email pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMITTER_EMAIL_PATTERN", "description": "Committer email pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "BRANCH_NAME_PATTERN", "description": "Branch name pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "TAG_NAME_PATTERN", "description": "Tag name pattern", "isDeprecated": false, "deprecationReason": null }, { "name": "FILE_PATH_RESTRICTION", "description": "Prevent commits that include changes in specified file paths from being pushed to the commit graph. NOTE: Thie rule is in beta and subject to change", "isDeprecated": false, "deprecationReason": null }, { "name": "MAX_FILE_PATH_LENGTH", "description": "Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph. NOTE: Thie rule is in beta and subject to change", "isDeprecated": false, "deprecationReason": null }, { "name": "FILE_EXTENSION_RESTRICTION", "description": "Prevent commits that include files with specified file extensions from being pushed to the commit graph. NOTE: Thie rule is in beta and subject to change", "isDeprecated": false, "deprecationReason": null }, { "name": "MAX_FILE_SIZE", "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit. NOTE: Thie rule is in beta and subject to change", "isDeprecated": false, "deprecationReason": null }, { "name": "WORKFLOWS", "description": "Require all changes made to a targeted branch to pass the specified workflows before they can be merged.", "isDeprecated": false, "deprecationReason": null }, { "name": "SECRET_SCANNING", "description": "Secret scanning", "isDeprecated": false, "deprecationReason": null }, { "name": "WORKFLOW_UPDATES", "description": "Workflow files cannot be modified.", "isDeprecated": false, "deprecationReason": null }, { "name": "CODE_SCANNING", "description": "Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning must be enabled and have results for both the commit and the reference being updated.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRuleset", "description": "A repository ruleset.", "fields": [ { "name": "bypassActors", "description": "The actors that can bypass this ruleset", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RepositoryRulesetBypassActorConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "conditions", "description": "The set of conditions that must evaluate to true for this ruleset to apply", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryRuleConditions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enforcement", "description": "The enforcement level of this ruleset", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RuleEnforcement", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepositoryRuleset object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Name of the ruleset.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rules", "description": "List of rules.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "type", "description": "The type of rule.", "type": { "kind": "ENUM", "name": "RepositoryRuleType", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "RepositoryRuleConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": "Source of ruleset.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "RuleSource", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "target", "description": "Target of the ruleset.", "args": [], "type": { "kind": "ENUM", "name": "RepositoryRulesetTarget", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRulesetBypassActor", "description": "A team or app that has the ability to bypass a rules defined on a ruleset", "fields": [ { "name": "actor", "description": "The actor that can bypass rules.", "args": [], "type": { "kind": "UNION", "name": "BypassActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bypassMode", "description": "The mode for the bypass actor", "args": [], "type": { "kind": "ENUM", "name": "RepositoryRulesetBypassActorBypassMode", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deployKey", "description": "This actor represents the ability for a deploy key to bypass", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepositoryRulesetBypassActor object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationAdmin", "description": "This actor represents the ability for an organization owner to bypass", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryRoleDatabaseId", "description": "If the actor is a repository role, the repository role's ID that can bypass", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryRoleName", "description": "If the actor is a repository role, the repository role's name that can bypass", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryRuleset", "description": "Identifies the ruleset associated with the allowed actor", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryRulesetBypassActorBypassMode", "description": "The bypass mode for a specific actor on a ruleset.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALWAYS", "description": "The actor can always bypass rules", "isDeprecated": false, "deprecationReason": null }, { "name": "PULL_REQUEST", "description": "The actor can only bypass rules via a pull request", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRulesetBypassActorConnection", "description": "The connection type for RepositoryRulesetBypassActor.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryRulesetBypassActorEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryRulesetBypassActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRulesetBypassActorEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryRulesetBypassActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RepositoryRulesetBypassActorInput", "description": "Specifies the attributes for a new or updated ruleset bypass actor. Only one of `actor_id`, `repository_role_database_id`, `organization_admin`, or `deploy_key` should be specified.", "fields": null, "inputFields": [ { "name": "actorId", "description": "For Team and Integration bypasses, the Team or Integration ID", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "repositoryRoleDatabaseId", "description": "For role bypasses, the role database ID", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "organizationAdmin", "description": "For organization owner bypasses, true", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "deployKey", "description": "For deploy key bypasses, true. Can only use ALWAYS as the bypass mode", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "bypassMode", "description": "The bypass mode for this actor.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryRulesetBypassActorBypassMode", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRulesetConnection", "description": "The connection type for RepositoryRuleset.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryRulesetEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryRulesetEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryRulesetTarget", "description": "The targets supported for rulesets. NOTE: The push target is in beta and subject to change.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "BRANCH", "description": "Branch", "isDeprecated": false, "deprecationReason": null }, { "name": "TAG", "description": "Tag", "isDeprecated": false, "deprecationReason": null }, { "name": "PUSH", "description": "Push", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryTopic", "description": "A repository-topic connects a repository to a topic.", "fields": [ { "name": "id", "description": "The Node ID of the RepositoryTopic object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this repository-topic.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "topic", "description": "The topic.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Topic", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this repository-topic.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryTopicConnection", "description": "The connection type for RepositoryTopic.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryTopicEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryTopic", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryTopicEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryTopic", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryVisibility", "description": "The repository's visibility level.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.", "isDeprecated": false, "deprecationReason": null }, { "name": "PUBLIC", "description": "The repository is visible to everyone.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeDisableAuditEntry", "description": "Audit log entry for a repository_visibility_change.disable event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepositoryVisibilityChangeDisableAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryVisibilityChangeEnableAuditEntry", "description": "Audit log entry for a repository_visibility_change.enable event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepositoryVisibilityChangeEnableAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "EnterpriseAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlert", "description": "A Dependabot alert for a repository with a dependency affected by a security vulnerability.", "fields": [ { "name": "autoDismissedAt", "description": "When was the alert auto-dismissed?", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "When was the alert created?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dependabotUpdate", "description": "The associated Dependabot update", "args": [], "type": { "kind": "OBJECT", "name": "DependabotUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dependencyScope", "description": "The scope of an alert's dependency", "args": [], "type": { "kind": "ENUM", "name": "RepositoryVulnerabilityAlertDependencyScope", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismissComment", "description": "Comment explaining the reason the alert was dismissed", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismissReason", "description": "The reason the alert was dismissed", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismissedAt", "description": "When was the alert dismissed?", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismisser", "description": "The user who dismissed the alert", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fixedAt", "description": "When was the alert fixed?", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the RepositoryVulnerabilityAlert object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "Identifies the alert number.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The associated repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "securityAdvisory", "description": "The associated security advisory", "args": [], "type": { "kind": "OBJECT", "name": "SecurityAdvisory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "securityVulnerability", "description": "The associated security vulnerability", "args": [], "type": { "kind": "OBJECT", "name": "SecurityVulnerability", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "Identifies the state of the alert.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryVulnerabilityAlertState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vulnerableManifestFilename", "description": "The vulnerable manifest filename", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vulnerableManifestPath", "description": "The vulnerable manifest path", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vulnerableRequirements", "description": "The vulnerable requirements", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryNode", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlertConnection", "description": "The connection type for RepositoryVulnerabilityAlert.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlertEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlert", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryVulnerabilityAlertDependencyScope", "description": "The possible scopes of an alert's dependency.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "RUNTIME", "description": "A dependency that is leveraged during application runtime", "isDeprecated": false, "deprecationReason": null }, { "name": "DEVELOPMENT", "description": "A dependency that is only used in development", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlertEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryVulnerabilityAlert", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RepositoryVulnerabilityAlertState", "description": "The possible states of an alert", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "An alert that is still open.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIXED", "description": "An alert that has been resolved by a code change.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISMISSED", "description": "An alert that has been manually closed by a user.", "isDeprecated": false, "deprecationReason": null }, { "name": "AUTO_DISMISSED", "description": "An alert that has been automatically closed by Dependabot.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RequestReviewsInput", "description": "Autogenerated input type of RequestReviews", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The Node ID of the pull request to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "userIds", "description": "The Node IDs of the user to request.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "teamIds", "description": "The Node IDs of the team to request.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "union", "description": "Add users to the set rather than replace.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RequestReviewsPayload", "description": "Autogenerated return type of RequestReviews.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that is getting requests.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedReviewersEdge", "description": "The edge from the pull request to the requested reviewers.", "args": [], "type": { "kind": "OBJECT", "name": "UserEdge", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RequestableCheckStatusState", "description": "The possible states that can be requested when creating a check run.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "QUEUED", "description": "The check suite or run has been queued.", "isDeprecated": false, "deprecationReason": null }, { "name": "IN_PROGRESS", "description": "The check suite or run is in progress.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMPLETED", "description": "The check suite or run has been completed.", "isDeprecated": false, "deprecationReason": null }, { "name": "WAITING", "description": "The check suite or run is in waiting state.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING", "description": "The check suite or run is in pending state.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "RequestedReviewer", "description": "Types that can be requested reviewers.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Bot", "ofType": null }, { "kind": "OBJECT", "name": "Mannequin", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "RequestedReviewerConnection", "description": "The connection type for RequestedReviewer.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RequestedReviewerEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "RequestedReviewer", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RequestedReviewerEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "RequestedReviewer", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "RequirableByPullRequest", "description": "Represents a type that can be required by a pull request for merging.", "fields": [ { "name": "isRequired", "description": "Whether this is required to pass before merging for a specific pull request.", "args": [ { "name": "pullRequestId", "description": "The id of the pull request this is required for", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pullRequestNumber", "description": "The number of the pull request this is required for", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CheckRun", "ofType": null }, { "kind": "OBJECT", "name": "StatusContext", "ofType": null } ] }, { "kind": "OBJECT", "name": "RequiredDeploymentsParameters", "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "fields": [ { "name": "requiredDeploymentEnvironments", "description": "The environments that must be successfully deployed to before branches can be merged.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RequiredDeploymentsParametersInput", "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", "fields": null, "inputFields": [ { "name": "requiredDeploymentEnvironments", "description": "The environments that must be successfully deployed to before branches can be merged.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RequiredStatusCheckDescription", "description": "Represents a required status check for a protected branch, but not any specific run of that check.", "fields": [ { "name": "app", "description": "The App that must provide this status in order for it to be accepted.", "args": [], "type": { "kind": "OBJECT", "name": "App", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "context", "description": "The name of this status.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RequiredStatusCheckInput", "description": "Specifies the attributes for a new or updated required status check.", "fields": null, "inputFields": [ { "name": "context", "description": "Status check context that must pass for commits to be accepted to the matching branch.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "appId", "description": "The ID of the App that must set the status in order for it to be accepted. Omit this value to use whichever app has recently been setting this status, or use \"any\" to allow any app to set the status.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RequiredStatusChecksParameters", "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "fields": [ { "name": "requiredStatusChecks", "description": "Status checks that are required.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusCheckConfiguration", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "strictRequiredStatusChecksPolicy", "description": "Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RequiredStatusChecksParametersInput", "description": "Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.", "fields": null, "inputFields": [ { "name": "requiredStatusChecks", "description": "Status checks that are required.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StatusCheckConfigurationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "strictRequiredStatusChecksPolicy", "description": "Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RerequestCheckSuiteInput", "description": "Autogenerated input type of RerequestCheckSuite", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "checkSuiteId", "description": "The Node ID of the check suite.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RerequestCheckSuitePayload", "description": "Autogenerated return type of RerequestCheckSuite.", "fields": [ { "name": "checkSuite", "description": "The requested check suite.", "args": [], "type": { "kind": "OBJECT", "name": "CheckSuite", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ResolveReviewThreadInput", "description": "Autogenerated input type of ResolveReviewThread", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "threadId", "description": "The ID of the thread to resolve", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ResolveReviewThreadPayload", "description": "Autogenerated return type of ResolveReviewThread.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": "The thread to resolve.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewThread", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RestrictedContribution", "description": "Represents a private contribution a user made on GitHub.", "fields": [ { "name": "isRestricted", "description": "Whether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "occurredAt", "description": "When this contribution was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this contribution.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who made this contribution.\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Contribution", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RetireSponsorsTierInput", "description": "Autogenerated input type of RetireSponsorsTier", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "tierId", "description": "The ID of the published tier to retire.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RetireSponsorsTierPayload", "description": "Autogenerated return type of RetireSponsorsTier.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsTier", "description": "The tier that was retired.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RevertPullRequestInput", "description": "Autogenerated input type of RevertPullRequest", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The ID of the pull request to revert.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title of the revert pull request.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The description of the revert pull request.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "draft", "description": "Indicates whether the revert pull request should be a draft.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RevertPullRequestPayload", "description": "Autogenerated return type of RevertPullRequest.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The pull request that was reverted.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "revertPullRequest", "description": "The new pull request that reverts the input pull request.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewDismissalAllowance", "description": "A user, team, or app who has the ability to dismiss a review on a protected branch.", "fields": [ { "name": "actor", "description": "The actor that can dismiss.", "args": [], "type": { "kind": "UNION", "name": "ReviewDismissalAllowanceActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "branchProtectionRule", "description": "Identifies the branch protection rule associated with the allowed user, team, or app.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReviewDismissalAllowance object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ReviewDismissalAllowanceActor", "description": "Types that can be an actor.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "App", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "ReviewDismissalAllowanceConnection", "description": "The connection type for ReviewDismissalAllowance.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReviewDismissalAllowanceEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReviewDismissalAllowance", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewDismissalAllowanceEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ReviewDismissalAllowance", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewDismissedEvent", "description": "Represents a 'review_dismissed' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismissalMessage", "description": "Identifies the optional message associated with the 'review_dismissed' event.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dismissalMessageHTML", "description": "Identifies the optional message associated with the event, rendered to HTML.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReviewDismissedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousReviewState", "description": "Identifies the previous state of the review with the 'review_dismissed' event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestReviewState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestCommit", "description": "Identifies the commit which caused the review to become stale.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestCommit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this review dismissed event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "review", "description": "Identifies the review associated with the 'review_dismissed' event.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this review dismissed event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewRequest", "description": "A request for a user to review a pull request.", "fields": [ { "name": "asCodeOwner", "description": "Whether this request was created for a code owner", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReviewRequest object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "Identifies the pull request associated with this review request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedReviewer", "description": "The reviewer that is requested.", "args": [], "type": { "kind": "UNION", "name": "RequestedReviewer", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewRequestConnection", "description": "The connection type for ReviewRequest.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReviewRequestEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReviewRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewRequestEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "ReviewRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewRequestRemovedEvent", "description": "Represents an 'review_request_removed' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReviewRequestRemovedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedReviewer", "description": "Identifies the reviewer whose review request was removed.", "args": [], "type": { "kind": "UNION", "name": "RequestedReviewer", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewRequestedEvent", "description": "Represents an 'review_requested' event on a given pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the ReviewRequestedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "PullRequest referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequest", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedReviewer", "description": "Identifies the reviewer whose review was requested.", "args": [], "type": { "kind": "UNION", "name": "RequestedReviewer", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReviewStatusHovercardContext", "description": "A hovercard context with a message describing the current code review state of the pull\nrequest.\n", "fields": [ { "name": "message", "description": "A string describing this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "octicon", "description": "An octicon to accompany this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewDecision", "description": "The current status of the pull request with respect to code review.", "args": [], "type": { "kind": "ENUM", "name": "PullRequestReviewDecision", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "HovercardContext", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RevokeEnterpriseOrganizationsMigratorRoleInput", "description": "Autogenerated input type of RevokeEnterpriseOrganizationsMigratorRole", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise to which all organizations managed by it will be granted the migrator role.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "login", "description": "The login of the user to revoke the migrator role", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RevokeEnterpriseOrganizationsMigratorRolePayload", "description": "Autogenerated return type of RevokeEnterpriseOrganizationsMigratorRole.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizations", "description": "The organizations that had the migrator role revoked for the given user.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RevokeMigratorRoleInput", "description": "Autogenerated input type of RevokeMigratorRole", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization that the user/team belongs to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "actor", "description": "The user login or Team slug to revoke the migrator role from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "actorType", "description": "Specifies the type of the actor, can be either USER or TEAM.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ActorType", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RevokeMigratorRolePayload", "description": "Autogenerated return type of RevokeMigratorRole.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Did the operation succeed?", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RoleInOrganization", "description": "Possible roles a user may have in relation to an organization.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OWNER", "description": "A user with full administrative access to the organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "DIRECT_MEMBER", "description": "A user who is a direct member of the organization.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNAFFILIATED", "description": "A user who is unaffiliated with the organization.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "RuleEnforcement", "description": "The level of enforcement for a rule or ruleset.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DISABLED", "description": "Do not evaluate or enforce rules", "isDeprecated": false, "deprecationReason": null }, { "name": "ACTIVE", "description": "Rules will be enforced", "isDeprecated": false, "deprecationReason": null }, { "name": "EVALUATE", "description": "Allow admins to test rules before enforcing them. Admins can view insights on the Rule Insights page (`evaluate` is only available with GitHub Enterprise).", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "RuleParameters", "description": "Types which can be parameters for `RepositoryRule` objects.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "BranchNamePatternParameters", "ofType": null }, { "kind": "OBJECT", "name": "CodeScanningParameters", "ofType": null }, { "kind": "OBJECT", "name": "CommitAuthorEmailPatternParameters", "ofType": null }, { "kind": "OBJECT", "name": "CommitMessagePatternParameters", "ofType": null }, { "kind": "OBJECT", "name": "CommitterEmailPatternParameters", "ofType": null }, { "kind": "OBJECT", "name": "FileExtensionRestrictionParameters", "ofType": null }, { "kind": "OBJECT", "name": "FilePathRestrictionParameters", "ofType": null }, { "kind": "OBJECT", "name": "MaxFilePathLengthParameters", "ofType": null }, { "kind": "OBJECT", "name": "MaxFileSizeParameters", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestParameters", "ofType": null }, { "kind": "OBJECT", "name": "RequiredDeploymentsParameters", "ofType": null }, { "kind": "OBJECT", "name": "RequiredStatusChecksParameters", "ofType": null }, { "kind": "OBJECT", "name": "TagNamePatternParameters", "ofType": null }, { "kind": "OBJECT", "name": "UpdateParameters", "ofType": null }, { "kind": "OBJECT", "name": "WorkflowsParameters", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "RuleParametersInput", "description": "Specifies the parameters for a `RepositoryRule` object. Only one of the fields should be specified.", "fields": null, "inputFields": [ { "name": "update", "description": "Parameters used for the `update` rule type", "type": { "kind": "INPUT_OBJECT", "name": "UpdateParametersInput", "ofType": null }, "defaultValue": null }, { "name": "requiredDeployments", "description": "Parameters used for the `required_deployments` rule type", "type": { "kind": "INPUT_OBJECT", "name": "RequiredDeploymentsParametersInput", "ofType": null }, "defaultValue": null }, { "name": "pullRequest", "description": "Parameters used for the `pull_request` rule type", "type": { "kind": "INPUT_OBJECT", "name": "PullRequestParametersInput", "ofType": null }, "defaultValue": null }, { "name": "requiredStatusChecks", "description": "Parameters used for the `required_status_checks` rule type", "type": { "kind": "INPUT_OBJECT", "name": "RequiredStatusChecksParametersInput", "ofType": null }, "defaultValue": null }, { "name": "commitMessagePattern", "description": "Parameters used for the `commit_message_pattern` rule type", "type": { "kind": "INPUT_OBJECT", "name": "CommitMessagePatternParametersInput", "ofType": null }, "defaultValue": null }, { "name": "commitAuthorEmailPattern", "description": "Parameters used for the `commit_author_email_pattern` rule type", "type": { "kind": "INPUT_OBJECT", "name": "CommitAuthorEmailPatternParametersInput", "ofType": null }, "defaultValue": null }, { "name": "committerEmailPattern", "description": "Parameters used for the `committer_email_pattern` rule type", "type": { "kind": "INPUT_OBJECT", "name": "CommitterEmailPatternParametersInput", "ofType": null }, "defaultValue": null }, { "name": "branchNamePattern", "description": "Parameters used for the `branch_name_pattern` rule type", "type": { "kind": "INPUT_OBJECT", "name": "BranchNamePatternParametersInput", "ofType": null }, "defaultValue": null }, { "name": "tagNamePattern", "description": "Parameters used for the `tag_name_pattern` rule type", "type": { "kind": "INPUT_OBJECT", "name": "TagNamePatternParametersInput", "ofType": null }, "defaultValue": null }, { "name": "filePathRestriction", "description": "Parameters used for the `file_path_restriction` rule type", "type": { "kind": "INPUT_OBJECT", "name": "FilePathRestrictionParametersInput", "ofType": null }, "defaultValue": null }, { "name": "maxFilePathLength", "description": "Parameters used for the `max_file_path_length` rule type", "type": { "kind": "INPUT_OBJECT", "name": "MaxFilePathLengthParametersInput", "ofType": null }, "defaultValue": null }, { "name": "fileExtensionRestriction", "description": "Parameters used for the `file_extension_restriction` rule type", "type": { "kind": "INPUT_OBJECT", "name": "FileExtensionRestrictionParametersInput", "ofType": null }, "defaultValue": null }, { "name": "maxFileSize", "description": "Parameters used for the `max_file_size` rule type", "type": { "kind": "INPUT_OBJECT", "name": "MaxFileSizeParametersInput", "ofType": null }, "defaultValue": null }, { "name": "workflows", "description": "Parameters used for the `workflows` rule type", "type": { "kind": "INPUT_OBJECT", "name": "WorkflowsParametersInput", "ofType": null }, "defaultValue": null }, { "name": "codeScanning", "description": "Parameters used for the `code_scanning` rule type", "type": { "kind": "INPUT_OBJECT", "name": "CodeScanningParametersInput", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "RuleSource", "description": "Types which can have `RepositoryRule` objects.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null } ] }, { "kind": "ENUM", "name": "SamlDigestAlgorithm", "description": "The possible digest algorithms used to sign SAML requests for an identity provider.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SHA1", "description": "SHA1", "isDeprecated": false, "deprecationReason": null }, { "name": "SHA256", "description": "SHA256", "isDeprecated": false, "deprecationReason": null }, { "name": "SHA384", "description": "SHA384", "isDeprecated": false, "deprecationReason": null }, { "name": "SHA512", "description": "SHA512", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "SamlSignatureAlgorithm", "description": "The possible signature algorithms used to sign SAML requests for a Identity Provider.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "RSA_SHA1", "description": "RSA-SHA1", "isDeprecated": false, "deprecationReason": null }, { "name": "RSA_SHA256", "description": "RSA-SHA256", "isDeprecated": false, "deprecationReason": null }, { "name": "RSA_SHA384", "description": "RSA-SHA384", "isDeprecated": false, "deprecationReason": null }, { "name": "RSA_SHA512", "description": "RSA-SHA512", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SavedReply", "description": "A Saved Reply is text a user can use to reply quickly.", "fields": [ { "name": "body", "description": "The body of the saved reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The saved reply body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the SavedReply object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The title of the saved reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user that saved this reply.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SavedReplyConnection", "description": "The connection type for SavedReply.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SavedReplyEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SavedReplyEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SavedReplyOrder", "description": "Ordering options for saved reply connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order saved replies by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SavedReplyOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SavedReplyOrderField", "description": "Properties by which saved reply connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "UPDATED_AT", "description": "Order saved reply by when they were updated.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "SearchResultItem", "description": "The results of a search.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "App", "ofType": null }, { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "MarketplaceListing", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "SearchResultItemConnection", "description": "A list of results that matched against a search query. Regardless of the number of matches, a maximum of 1,000 results will be available across all types, potentially split across many pages.", "fields": [ { "name": "codeCount", "description": "The total number of pieces of code that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionCount", "description": "The total number of discussions that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SearchResultItemEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issueCount", "description": "The total number of issues that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "SearchResultItem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryCount", "description": "The total number of repositories that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCount", "description": "The total number of users that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wikiCount", "description": "The total number of wiki pages that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SearchResultItemEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "SearchResultItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "textMatches", "description": "Text matches on the result found.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TextMatch", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SearchType", "description": "Represents the individual results of a search.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ISSUE", "description": "Returns results matching issues in repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "REPOSITORY", "description": "Returns results matching repositories.", "isDeprecated": false, "deprecationReason": null }, { "name": "USER", "description": "Returns results matching users and organizations on GitHub.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISCUSSION", "description": "Returns matching discussions in repositories.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityAdvisory", "description": "A GitHub Security Advisory", "fields": [ { "name": "classification", "description": "The classification of the advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisoryClassification", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "cvss", "description": "The CVSS associated with this advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CVSS", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "cwes", "description": "CWEs associated with this Advisory", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CWEConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "This is a long plaintext description of the advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ghsaId", "description": "The GitHub Security Advisory ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the SecurityAdvisory object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "identifiers", "description": "A list of identifiers for this advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityAdvisoryIdentifier", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "notificationsPermalink", "description": "The permalink for the advisory's dependabot alerts page", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "origin", "description": "The organization that originated the advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permalink", "description": "The permalink for the advisory", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": "When the advisory was published", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "references", "description": "A list of references for this advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityAdvisoryReference", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "severity", "description": "The severity of the advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisorySeverity", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "summary", "description": "A short plaintext summary of the advisory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "When the advisory was last updated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vulnerabilities", "description": "Vulnerabilities associated with this Advisory", "args": [ { "name": "orderBy", "description": "Ordering options for the returned topics.", "type": { "kind": "INPUT_OBJECT", "name": "SecurityVulnerabilityOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" }, { "name": "ecosystem", "description": "An ecosystem to filter vulnerabilities by.", "type": { "kind": "ENUM", "name": "SecurityAdvisoryEcosystem", "ofType": null }, "defaultValue": null }, { "name": "package", "description": "A package name to filter vulnerabilities by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "severities", "description": "A list of severities to filter vulnerabilities by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisorySeverity", "ofType": null } } }, "defaultValue": null }, { "name": "classifications", "description": "A list of advisory classifications to filter vulnerabilities by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisoryClassification", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityVulnerabilityConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "withdrawnAt", "description": "When the advisory was withdrawn, if it has been withdrawn", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SecurityAdvisoryClassification", "description": "Classification of the advisory.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "GENERAL", "description": "Classification of general advisories.", "isDeprecated": false, "deprecationReason": null }, { "name": "MALWARE", "description": "Classification of malware advisories.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityAdvisoryConnection", "description": "The connection type for SecurityAdvisory.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityAdvisoryEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityAdvisory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SecurityAdvisoryEcosystem", "description": "The possible ecosystems of a security vulnerability's package.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "COMPOSER", "description": "PHP packages hosted at packagist.org", "isDeprecated": false, "deprecationReason": null }, { "name": "ERLANG", "description": "Erlang/Elixir packages hosted at hex.pm", "isDeprecated": false, "deprecationReason": null }, { "name": "ACTIONS", "description": "GitHub Actions", "isDeprecated": false, "deprecationReason": null }, { "name": "GO", "description": "Go modules", "isDeprecated": false, "deprecationReason": null }, { "name": "MAVEN", "description": "Java artifacts hosted at the Maven central repository", "isDeprecated": false, "deprecationReason": null }, { "name": "NPM", "description": "JavaScript packages hosted at npmjs.com", "isDeprecated": false, "deprecationReason": null }, { "name": "NUGET", "description": ".NET packages hosted at the NuGet Gallery", "isDeprecated": false, "deprecationReason": null }, { "name": "PIP", "description": "Python packages hosted at PyPI.org", "isDeprecated": false, "deprecationReason": null }, { "name": "PUB", "description": "Dart packages hosted at pub.dev", "isDeprecated": false, "deprecationReason": null }, { "name": "RUBYGEMS", "description": "Ruby gems hosted at RubyGems.org", "isDeprecated": false, "deprecationReason": null }, { "name": "RUST", "description": "Rust crates", "isDeprecated": false, "deprecationReason": null }, { "name": "SWIFT", "description": "Swift packages", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityAdvisoryEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "SecurityAdvisory", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityAdvisoryIdentifier", "description": "A GitHub Security Advisory Identifier", "fields": [ { "name": "type", "description": "The identifier type, e.g. GHSA, CVE", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": "The identifier", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SecurityAdvisoryIdentifierFilter", "description": "An advisory identifier to filter results on.", "fields": null, "inputFields": [ { "name": "type", "description": "The identifier type.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisoryIdentifierType", "ofType": null } }, "defaultValue": null }, { "name": "value", "description": "The identifier string. Supports exact or partial matching.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SecurityAdvisoryIdentifierType", "description": "Identifier formats available for advisories.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CVE", "description": "Common Vulnerabilities and Exposures Identifier.", "isDeprecated": false, "deprecationReason": null }, { "name": "GHSA", "description": "GitHub Security Advisory ID.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SecurityAdvisoryOrder", "description": "Ordering options for security advisory connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order security advisories by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisoryOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SecurityAdvisoryOrderField", "description": "Properties by which security advisory connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PUBLISHED_AT", "description": "Order advisories by publication time", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order advisories by update time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityAdvisoryPackage", "description": "An individual package", "fields": [ { "name": "ecosystem", "description": "The ecosystem the package belongs to, e.g. RUBYGEMS, NPM", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisoryEcosystem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The package name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityAdvisoryPackageVersion", "description": "An individual package version", "fields": [ { "name": "identifier", "description": "The package name or version", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityAdvisoryReference", "description": "A GitHub Security Advisory Reference", "fields": [ { "name": "url", "description": "A publicly accessible reference", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SecurityAdvisorySeverity", "description": "Severity of the vulnerability.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LOW", "description": "Low.", "isDeprecated": false, "deprecationReason": null }, { "name": "MODERATE", "description": "Moderate.", "isDeprecated": false, "deprecationReason": null }, { "name": "HIGH", "description": "High.", "isDeprecated": false, "deprecationReason": null }, { "name": "CRITICAL", "description": "Critical.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityVulnerability", "description": "An individual vulnerability within an Advisory", "fields": [ { "name": "advisory", "description": "The Advisory associated with this Vulnerability", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityAdvisory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstPatchedVersion", "description": "The first version containing a fix for the vulnerability", "args": [], "type": { "kind": "OBJECT", "name": "SecurityAdvisoryPackageVersion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "package", "description": "A description of the vulnerable package", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityAdvisoryPackage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "severity", "description": "The severity of the vulnerability within this package", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityAdvisorySeverity", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "When the vulnerability was last updated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vulnerableVersionRange", "description": "A string that describes the vulnerable package versions.\nThis string follows a basic syntax with a few forms.\n+ `= 0.2.0` denotes a single vulnerable version.\n+ `<= 1.0.8` denotes a version range up to and including the specified version\n+ `< 0.1.11` denotes a version range up to, but excluding, the specified version\n+ `>= 4.3.0, < 4.3.5` denotes a version range with a known minimum and maximum version.\n+ `>= 0.0.1` denotes a version range with a known minimum, but no known maximum\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityVulnerabilityConnection", "description": "The connection type for SecurityVulnerability.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityVulnerabilityEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityVulnerability", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SecurityVulnerabilityEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "SecurityVulnerability", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SecurityVulnerabilityOrder", "description": "Ordering options for security vulnerability connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order security vulnerabilities by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityVulnerabilityOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SecurityVulnerabilityOrderField", "description": "Properties by which security vulnerability connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "UPDATED_AT", "description": "Order vulnerability by update time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SetEnterpriseIdentityProviderInput", "description": "Autogenerated input type of SetEnterpriseIdentityProvider", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set an identity provider.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "ssoUrl", "description": "The URL endpoint for the identity provider's SAML SSO.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "defaultValue": null }, { "name": "issuer", "description": "The Issuer Entity ID for the SAML identity provider", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "idpCertificate", "description": "The x509 certificate used by the identity provider to sign assertions and responses.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "signatureMethod", "description": "The signature algorithm used to sign SAML requests for the identity provider.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SamlSignatureAlgorithm", "ofType": null } }, "defaultValue": null }, { "name": "digestMethod", "description": "The digest algorithm used to sign SAML requests for the identity provider.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SamlDigestAlgorithm", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetEnterpriseIdentityProviderPayload", "description": "Autogenerated return type of SetEnterpriseIdentityProvider.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "identityProvider", "description": "The identity provider for the enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "EnterpriseIdentityProvider", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SetOrganizationInteractionLimitInput", "description": "Autogenerated input type of SetOrganizationInteractionLimit", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization to set a limit for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "The limit to set.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryInteractionLimit", "ofType": null } }, "defaultValue": null }, { "name": "expiry", "description": "When this limit should expire.", "type": { "kind": "ENUM", "name": "RepositoryInteractionLimitExpiry", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetOrganizationInteractionLimitPayload", "description": "Autogenerated return type of SetOrganizationInteractionLimit.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization that the interaction limit was set for.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SetRepositoryInteractionLimitInput", "description": "Autogenerated input type of SetRepositoryInteractionLimit", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to set a limit for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "The limit to set.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryInteractionLimit", "ofType": null } }, "defaultValue": null }, { "name": "expiry", "description": "When this limit should expire.", "type": { "kind": "ENUM", "name": "RepositoryInteractionLimitExpiry", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetRepositoryInteractionLimitPayload", "description": "Autogenerated return type of SetRepositoryInteractionLimit.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that the interaction limit was set for.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SetUserInteractionLimitInput", "description": "Autogenerated input type of SetUserInteractionLimit", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "userId", "description": "The ID of the user to set a limit for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "The limit to set.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryInteractionLimit", "ofType": null } }, "defaultValue": null }, { "name": "expiry", "description": "When this limit should expire.", "type": { "kind": "ENUM", "name": "RepositoryInteractionLimitExpiry", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetUserInteractionLimitPayload", "description": "Autogenerated return type of SetUserInteractionLimit.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user that the interaction limit was set for.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SmimeSignature", "description": "Represents an S/MIME signature on a Commit or Tag.", "fields": [ { "name": "email", "description": "Email used to sign this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signature", "description": "ASCII-armored signature header from object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GitSignatureState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wasSignedByGitHub", "description": "True if the signature was made with GitHub's signing key.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "GitSignature", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SocialAccount", "description": "Social media profile associated with a user.", "fields": [ { "name": "displayName", "description": "Name of the social media account as it appears on the profile.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "provider", "description": "Software or company that hosts the social media account.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SocialAccountProvider", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "URL of the social media account.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SocialAccountConnection", "description": "The connection type for SocialAccount.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SocialAccountEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SocialAccount", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SocialAccountEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "SocialAccount", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SocialAccountProvider", "description": "Software or company that hosts social media accounts.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "GENERIC", "description": "Catch-all for social media providers that do not yet have specific handling.", "isDeprecated": false, "deprecationReason": null }, { "name": "FACEBOOK", "description": "Social media and networking website.", "isDeprecated": false, "deprecationReason": null }, { "name": "HOMETOWN", "description": "Fork of Mastodon with a greater focus on local posting.", "isDeprecated": false, "deprecationReason": null }, { "name": "INSTAGRAM", "description": "Social media website with a focus on photo and video sharing.", "isDeprecated": false, "deprecationReason": null }, { "name": "LINKEDIN", "description": "Professional networking website.", "isDeprecated": false, "deprecationReason": null }, { "name": "MASTODON", "description": "Open-source federated microblogging service.", "isDeprecated": false, "deprecationReason": null }, { "name": "REDDIT", "description": "Social news aggregation and discussion website.", "isDeprecated": false, "deprecationReason": null }, { "name": "TWITCH", "description": "Live-streaming service.", "isDeprecated": false, "deprecationReason": null }, { "name": "TWITTER", "description": "Microblogging website.", "isDeprecated": false, "deprecationReason": null }, { "name": "YOUTUBE", "description": "Online video platform.", "isDeprecated": false, "deprecationReason": null }, { "name": "NPM", "description": "JavaScript package registry.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "Sponsor", "description": "Entities that can sponsor others via GitHub Sponsors", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "SponsorAndLifetimeValue", "description": "A GitHub account and the total amount in USD they've paid for sponsorships to a particular maintainer. Does not include payments made via Patreon.", "fields": [ { "name": "amountInCents", "description": "The amount in cents.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "formattedAmount", "description": "The amount in USD, formatted as a string.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsor", "description": "The sponsor's GitHub account.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorable", "description": "The maintainer's GitHub account.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorAndLifetimeValueConnection", "description": "The connection type for SponsorAndLifetimeValue.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorAndLifetimeValueEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorAndLifetimeValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorAndLifetimeValueEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorAndLifetimeValue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SponsorAndLifetimeValueOrder", "description": "Ordering options for connections to get sponsor entities and associated USD amounts for GitHub Sponsors.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order results by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorAndLifetimeValueOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorAndLifetimeValueOrderField", "description": "Properties by which sponsor and lifetime value connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SPONSOR_LOGIN", "description": "Order results by the sponsor's login (username).", "isDeprecated": false, "deprecationReason": null }, { "name": "SPONSOR_RELEVANCE", "description": "Order results by the sponsor's relevance to the viewer.", "isDeprecated": false, "deprecationReason": null }, { "name": "LIFETIME_VALUE", "description": "Order results by how much money the sponsor has paid in total.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorConnection", "description": "A list of users and organizations sponsoring someone via GitHub Sponsors.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "Sponsor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorEdge", "description": "Represents a user or organization who is sponsoring someone in GitHub Sponsors.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "Sponsor", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SponsorOrder", "description": "Ordering options for connections to get sponsor entities for GitHub Sponsors.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order sponsor entities by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorOrderField", "description": "Properties by which sponsor connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LOGIN", "description": "Order sponsorable entities by login (username).", "isDeprecated": false, "deprecationReason": null }, { "name": "RELEVANCE", "description": "Order sponsors by their relevance to the viewer.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INTERFACE", "name": "Sponsorable", "description": "Entities that can sponsor or be sponsored through GitHub Sponsors.", "fields": [ { "name": "estimatedNextSponsorsPayoutInCents", "description": "The estimated next GitHub Sponsors payout for this user/organization in cents (USD).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasSponsorsListing", "description": "True if this user/organization has a GitHub Sponsors listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSponsoredBy", "description": "Whether the given account is sponsoring this user/organization.", "args": [ { "name": "accountLogin", "description": "The target account's login.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSponsoringViewer", "description": "True if the viewer is sponsored by this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lifetimeReceivedSponsorshipValues", "description": "Calculate how much each sponsor has ever paid total to this maintainer via GitHub Sponsors. Does not include sponsorships paid via Patreon.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for results returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorAndLifetimeValueOrder", "ofType": null }, "defaultValue": "{field: SPONSOR_LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorAndLifetimeValueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "monthlyEstimatedSponsorsIncomeInCents", "description": "The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsoring", "description": "List of users and organizations this entity is sponsoring.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the users and organizations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorOrder", "ofType": null }, "defaultValue": "{field: RELEVANCE, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsors", "description": "List of sponsors for this user or organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "tierId", "description": "If given, will filter for sponsors at the given tier. Will only return sponsors whose tier the viewer is permitted to see.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsors returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorOrder", "ofType": null }, "defaultValue": "{field: RELEVANCE, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsActivities", "description": "Events involving this sponsorable, such as new sponsorships.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "period", "description": "Filter activities returned to only those that occurred in the most recent specified time period. Set to ALL to avoid filtering by when the activity occurred. Will be ignored if `since` or `until` is given.", "type": { "kind": "ENUM", "name": "SponsorsActivityPeriod", "ofType": null }, "defaultValue": "MONTH" }, { "name": "since", "description": "Filter activities to those that occurred on or after this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "until", "description": "Filter activities to those that occurred before this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for activity returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorsActivityOrder", "ofType": null }, "defaultValue": "{field: TIMESTAMP, direction: DESC}" }, { "name": "actions", "description": "Filter activities to only the specified actions.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorsActivityAction", "ofType": null } } }, "defaultValue": "[]" }, { "name": "includeAsSponsor", "description": "Whether to include those events where this sponsorable acted as the sponsor. Defaults to only including events where this sponsorable was the recipient of a sponsorship.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "includePrivate", "description": "Whether or not to include private activities in the result set. Defaults to including public and private activities.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsActivityConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsListing", "description": "The GitHub Sponsors listing for this user or organization.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipForViewerAsSponsor", "description": "The sponsorship from the viewer to this user/organization; that is, the sponsorship where you're the sponsor.", "args": [ { "name": "activeOnly", "description": "Whether to return the sponsorship only if it's still active. Pass false to get the viewer's sponsorship back even if it has been cancelled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipForViewerAsSponsorable", "description": "The sponsorship from this user/organization to the viewer; that is, the sponsorship you're receiving.", "args": [ { "name": "activeOnly", "description": "Whether to return the sponsorship only if it's still active. Pass false to get the sponsorship back even if it has been cancelled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipNewsletters", "description": "List of sponsorship updates sent from this sponsorable to sponsors.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsorship updates returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipNewsletterOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipNewsletterConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipsAsMaintainer", "description": "The sponsorships where this user or organization is the maintainer receiving the funds.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includePrivate", "description": "Whether or not to include private sponsorships in the result set", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipOrder", "ofType": null }, "defaultValue": null }, { "name": "activeOnly", "description": "Whether to include only sponsorships that are active right now, versus all sponsorships this maintainer has ever received.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipsAsSponsor", "description": "The sponsorships where this user or organization is the funder.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipOrder", "ofType": null }, "defaultValue": null }, { "name": "maintainerLogins", "description": "Filter sponsorships returned to those for the specified maintainers. That is, the recipient of the sponsorship is a user or organization with one of the given logins.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "activeOnly", "description": "Whether to include only sponsorships that are active right now, versus all sponsorships this sponsor has ever made.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalSponsorshipAmountAsSponsorInCents", "description": "The amount in United States cents (e.g., 500 = $5.00 USD) that this entity has spent on GitHub to fund sponsorships. Only returns a value when viewed by the user themselves or by a user who can manage sponsorships for the requested organization.", "args": [ { "name": "since", "description": "Filter payments to those that occurred on or after this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "until", "description": "Filter payments to those that occurred before this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogins", "description": "Filter payments to those made to the users or organizations with the specified usernames.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": "[]" } ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSponsor", "description": "Whether or not the viewer is able to sponsor this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerIsSponsoring", "description": "True if the viewer is sponsoring this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "UNION", "name": "SponsorableItem", "description": "Entities that can be sponsored via GitHub Sponsors", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "SponsorableItemConnection", "description": "The connection type for SponsorableItem.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorableItemEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "SponsorableItem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorableItemEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "SponsorableItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SponsorableOrder", "description": "Ordering options for connections to get sponsorable entities for GitHub Sponsors.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order sponsorable entities by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorableOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorableOrderField", "description": "Properties by which sponsorable connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LOGIN", "description": "Order sponsorable entities by login (username).", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsActivity", "description": "An event related to sponsorship activity.", "fields": [ { "name": "action", "description": "What action this activity indicates took place.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorsActivityAction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currentPrivacyLevel", "description": "The sponsor's current privacy level.", "args": [], "type": { "kind": "ENUM", "name": "SponsorshipPrivacy", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the SponsorsActivity object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentSource", "description": "The platform that was used to pay for the sponsorship.", "args": [], "type": { "kind": "ENUM", "name": "SponsorshipPaymentSource", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousSponsorsTier", "description": "The tier that the sponsorship used to use, for tier change events.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsor", "description": "The user or organization who triggered this activity and was/is sponsoring the sponsorable.", "args": [], "type": { "kind": "UNION", "name": "Sponsor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorable", "description": "The user or organization that is being sponsored, the maintainer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsTier", "description": "The associated sponsorship tier.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "timestamp", "description": "The timestamp of this event.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viaBulkSponsorship", "description": "Was this sponsorship made alongside other sponsorships at the same time from the same sponsor?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorsActivityAction", "description": "The possible actions that GitHub Sponsors activities can represent.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NEW_SPONSORSHIP", "description": "The activity was starting a sponsorship.", "isDeprecated": false, "deprecationReason": null }, { "name": "CANCELLED_SPONSORSHIP", "description": "The activity was cancelling a sponsorship.", "isDeprecated": false, "deprecationReason": null }, { "name": "TIER_CHANGE", "description": "The activity was changing the sponsorship tier, either directly by the sponsor or by a scheduled/pending change.", "isDeprecated": false, "deprecationReason": null }, { "name": "REFUND", "description": "The activity was funds being refunded to the sponsor or GitHub.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING_CHANGE", "description": "The activity was scheduling a downgrade or cancellation.", "isDeprecated": false, "deprecationReason": null }, { "name": "SPONSOR_MATCH_DISABLED", "description": "The activity was disabling matching for a previously matched sponsorship.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsActivityConnection", "description": "The connection type for SponsorsActivity.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsActivityEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsActivity", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsActivityEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsActivity", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SponsorsActivityOrder", "description": "Ordering options for GitHub Sponsors activity connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order activity by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorsActivityOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorsActivityOrderField", "description": "Properties by which GitHub Sponsors activity connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TIMESTAMP", "description": "Order activities by when they happened.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorsActivityPeriod", "description": "The possible time periods for which Sponsors activities can be requested.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DAY", "description": "The previous calendar day.", "isDeprecated": false, "deprecationReason": null }, { "name": "WEEK", "description": "The previous seven days.", "isDeprecated": false, "deprecationReason": null }, { "name": "MONTH", "description": "The previous thirty days.", "isDeprecated": false, "deprecationReason": null }, { "name": "ALL", "description": "Don't restrict the activity to any date range, include all activity.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorsCountryOrRegionCode", "description": "Represents countries or regions for billing and residence for a GitHub Sponsors profile.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "AF", "description": "Afghanistan", "isDeprecated": false, "deprecationReason": null }, { "name": "AX", "description": "Åland", "isDeprecated": false, "deprecationReason": null }, { "name": "AL", "description": "Albania", "isDeprecated": false, "deprecationReason": null }, { "name": "DZ", "description": "Algeria", "isDeprecated": false, "deprecationReason": null }, { "name": "AS", "description": "American Samoa", "isDeprecated": false, "deprecationReason": null }, { "name": "AD", "description": "Andorra", "isDeprecated": false, "deprecationReason": null }, { "name": "AO", "description": "Angola", "isDeprecated": false, "deprecationReason": null }, { "name": "AI", "description": "Anguilla", "isDeprecated": false, "deprecationReason": null }, { "name": "AQ", "description": "Antarctica", "isDeprecated": false, "deprecationReason": null }, { "name": "AG", "description": "Antigua and Barbuda", "isDeprecated": false, "deprecationReason": null }, { "name": "AR", "description": "Argentina", "isDeprecated": false, "deprecationReason": null }, { "name": "AM", "description": "Armenia", "isDeprecated": false, "deprecationReason": null }, { "name": "AW", "description": "Aruba", "isDeprecated": false, "deprecationReason": null }, { "name": "AU", "description": "Australia", "isDeprecated": false, "deprecationReason": null }, { "name": "AT", "description": "Austria", "isDeprecated": false, "deprecationReason": null }, { "name": "AZ", "description": "Azerbaijan", "isDeprecated": false, "deprecationReason": null }, { "name": "BS", "description": "Bahamas", "isDeprecated": false, "deprecationReason": null }, { "name": "BH", "description": "Bahrain", "isDeprecated": false, "deprecationReason": null }, { "name": "BD", "description": "Bangladesh", "isDeprecated": false, "deprecationReason": null }, { "name": "BB", "description": "Barbados", "isDeprecated": false, "deprecationReason": null }, { "name": "BY", "description": "Belarus", "isDeprecated": false, "deprecationReason": null }, { "name": "BE", "description": "Belgium", "isDeprecated": false, "deprecationReason": null }, { "name": "BZ", "description": "Belize", "isDeprecated": false, "deprecationReason": null }, { "name": "BJ", "description": "Benin", "isDeprecated": false, "deprecationReason": null }, { "name": "BM", "description": "Bermuda", "isDeprecated": false, "deprecationReason": null }, { "name": "BT", "description": "Bhutan", "isDeprecated": false, "deprecationReason": null }, { "name": "BO", "description": "Bolivia", "isDeprecated": false, "deprecationReason": null }, { "name": "BQ", "description": "Bonaire, Sint Eustatius and Saba", "isDeprecated": false, "deprecationReason": null }, { "name": "BA", "description": "Bosnia and Herzegovina", "isDeprecated": false, "deprecationReason": null }, { "name": "BW", "description": "Botswana", "isDeprecated": false, "deprecationReason": null }, { "name": "BV", "description": "Bouvet Island", "isDeprecated": false, "deprecationReason": null }, { "name": "BR", "description": "Brazil", "isDeprecated": false, "deprecationReason": null }, { "name": "IO", "description": "British Indian Ocean Territory", "isDeprecated": false, "deprecationReason": null }, { "name": "BN", "description": "Brunei Darussalam", "isDeprecated": false, "deprecationReason": null }, { "name": "BG", "description": "Bulgaria", "isDeprecated": false, "deprecationReason": null }, { "name": "BF", "description": "Burkina Faso", "isDeprecated": false, "deprecationReason": null }, { "name": "BI", "description": "Burundi", "isDeprecated": false, "deprecationReason": null }, { "name": "KH", "description": "Cambodia", "isDeprecated": false, "deprecationReason": null }, { "name": "CM", "description": "Cameroon", "isDeprecated": false, "deprecationReason": null }, { "name": "CA", "description": "Canada", "isDeprecated": false, "deprecationReason": null }, { "name": "CV", "description": "Cape Verde", "isDeprecated": false, "deprecationReason": null }, { "name": "KY", "description": "Cayman Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "CF", "description": "Central African Republic", "isDeprecated": false, "deprecationReason": null }, { "name": "TD", "description": "Chad", "isDeprecated": false, "deprecationReason": null }, { "name": "CL", "description": "Chile", "isDeprecated": false, "deprecationReason": null }, { "name": "CN", "description": "China", "isDeprecated": false, "deprecationReason": null }, { "name": "CX", "description": "Christmas Island", "isDeprecated": false, "deprecationReason": null }, { "name": "CC", "description": "Cocos (Keeling) Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "CO", "description": "Colombia", "isDeprecated": false, "deprecationReason": null }, { "name": "KM", "description": "Comoros", "isDeprecated": false, "deprecationReason": null }, { "name": "CG", "description": "Congo (Brazzaville)", "isDeprecated": false, "deprecationReason": null }, { "name": "CD", "description": "Congo (Kinshasa)", "isDeprecated": false, "deprecationReason": null }, { "name": "CK", "description": "Cook Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "CR", "description": "Costa Rica", "isDeprecated": false, "deprecationReason": null }, { "name": "CI", "description": "Côte d'Ivoire", "isDeprecated": false, "deprecationReason": null }, { "name": "HR", "description": "Croatia", "isDeprecated": false, "deprecationReason": null }, { "name": "CW", "description": "Curaçao", "isDeprecated": false, "deprecationReason": null }, { "name": "CY", "description": "Cyprus", "isDeprecated": false, "deprecationReason": null }, { "name": "CZ", "description": "Czech Republic", "isDeprecated": false, "deprecationReason": null }, { "name": "DK", "description": "Denmark", "isDeprecated": false, "deprecationReason": null }, { "name": "DJ", "description": "Djibouti", "isDeprecated": false, "deprecationReason": null }, { "name": "DM", "description": "Dominica", "isDeprecated": false, "deprecationReason": null }, { "name": "DO", "description": "Dominican Republic", "isDeprecated": false, "deprecationReason": null }, { "name": "EC", "description": "Ecuador", "isDeprecated": false, "deprecationReason": null }, { "name": "EG", "description": "Egypt", "isDeprecated": false, "deprecationReason": null }, { "name": "SV", "description": "El Salvador", "isDeprecated": false, "deprecationReason": null }, { "name": "GQ", "description": "Equatorial Guinea", "isDeprecated": false, "deprecationReason": null }, { "name": "ER", "description": "Eritrea", "isDeprecated": false, "deprecationReason": null }, { "name": "EE", "description": "Estonia", "isDeprecated": false, "deprecationReason": null }, { "name": "ET", "description": "Ethiopia", "isDeprecated": false, "deprecationReason": null }, { "name": "FK", "description": "Falkland Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "FO", "description": "Faroe Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "FJ", "description": "Fiji", "isDeprecated": false, "deprecationReason": null }, { "name": "FI", "description": "Finland", "isDeprecated": false, "deprecationReason": null }, { "name": "FR", "description": "France", "isDeprecated": false, "deprecationReason": null }, { "name": "GF", "description": "French Guiana", "isDeprecated": false, "deprecationReason": null }, { "name": "PF", "description": "French Polynesia", "isDeprecated": false, "deprecationReason": null }, { "name": "TF", "description": "French Southern Lands", "isDeprecated": false, "deprecationReason": null }, { "name": "GA", "description": "Gabon", "isDeprecated": false, "deprecationReason": null }, { "name": "GM", "description": "Gambia", "isDeprecated": false, "deprecationReason": null }, { "name": "GE", "description": "Georgia", "isDeprecated": false, "deprecationReason": null }, { "name": "DE", "description": "Germany", "isDeprecated": false, "deprecationReason": null }, { "name": "GH", "description": "Ghana", "isDeprecated": false, "deprecationReason": null }, { "name": "GI", "description": "Gibraltar", "isDeprecated": false, "deprecationReason": null }, { "name": "GR", "description": "Greece", "isDeprecated": false, "deprecationReason": null }, { "name": "GL", "description": "Greenland", "isDeprecated": false, "deprecationReason": null }, { "name": "GD", "description": "Grenada", "isDeprecated": false, "deprecationReason": null }, { "name": "GP", "description": "Guadeloupe", "isDeprecated": false, "deprecationReason": null }, { "name": "GU", "description": "Guam", "isDeprecated": false, "deprecationReason": null }, { "name": "GT", "description": "Guatemala", "isDeprecated": false, "deprecationReason": null }, { "name": "GG", "description": "Guernsey", "isDeprecated": false, "deprecationReason": null }, { "name": "GN", "description": "Guinea", "isDeprecated": false, "deprecationReason": null }, { "name": "GW", "description": "Guinea-Bissau", "isDeprecated": false, "deprecationReason": null }, { "name": "GY", "description": "Guyana", "isDeprecated": false, "deprecationReason": null }, { "name": "HT", "description": "Haiti", "isDeprecated": false, "deprecationReason": null }, { "name": "HM", "description": "Heard and McDonald Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "HN", "description": "Honduras", "isDeprecated": false, "deprecationReason": null }, { "name": "HK", "description": "Hong Kong", "isDeprecated": false, "deprecationReason": null }, { "name": "HU", "description": "Hungary", "isDeprecated": false, "deprecationReason": null }, { "name": "IS", "description": "Iceland", "isDeprecated": false, "deprecationReason": null }, { "name": "IN", "description": "India", "isDeprecated": false, "deprecationReason": null }, { "name": "ID", "description": "Indonesia", "isDeprecated": false, "deprecationReason": null }, { "name": "IR", "description": "Iran", "isDeprecated": false, "deprecationReason": null }, { "name": "IQ", "description": "Iraq", "isDeprecated": false, "deprecationReason": null }, { "name": "IE", "description": "Ireland", "isDeprecated": false, "deprecationReason": null }, { "name": "IM", "description": "Isle of Man", "isDeprecated": false, "deprecationReason": null }, { "name": "IL", "description": "Israel", "isDeprecated": false, "deprecationReason": null }, { "name": "IT", "description": "Italy", "isDeprecated": false, "deprecationReason": null }, { "name": "JM", "description": "Jamaica", "isDeprecated": false, "deprecationReason": null }, { "name": "JP", "description": "Japan", "isDeprecated": false, "deprecationReason": null }, { "name": "JE", "description": "Jersey", "isDeprecated": false, "deprecationReason": null }, { "name": "JO", "description": "Jordan", "isDeprecated": false, "deprecationReason": null }, { "name": "KZ", "description": "Kazakhstan", "isDeprecated": false, "deprecationReason": null }, { "name": "KE", "description": "Kenya", "isDeprecated": false, "deprecationReason": null }, { "name": "KI", "description": "Kiribati", "isDeprecated": false, "deprecationReason": null }, { "name": "KR", "description": "Korea, South", "isDeprecated": false, "deprecationReason": null }, { "name": "KW", "description": "Kuwait", "isDeprecated": false, "deprecationReason": null }, { "name": "KG", "description": "Kyrgyzstan", "isDeprecated": false, "deprecationReason": null }, { "name": "LA", "description": "Laos", "isDeprecated": false, "deprecationReason": null }, { "name": "LV", "description": "Latvia", "isDeprecated": false, "deprecationReason": null }, { "name": "LB", "description": "Lebanon", "isDeprecated": false, "deprecationReason": null }, { "name": "LS", "description": "Lesotho", "isDeprecated": false, "deprecationReason": null }, { "name": "LR", "description": "Liberia", "isDeprecated": false, "deprecationReason": null }, { "name": "LY", "description": "Libya", "isDeprecated": false, "deprecationReason": null }, { "name": "LI", "description": "Liechtenstein", "isDeprecated": false, "deprecationReason": null }, { "name": "LT", "description": "Lithuania", "isDeprecated": false, "deprecationReason": null }, { "name": "LU", "description": "Luxembourg", "isDeprecated": false, "deprecationReason": null }, { "name": "MO", "description": "Macau", "isDeprecated": false, "deprecationReason": null }, { "name": "MK", "description": "Macedonia", "isDeprecated": false, "deprecationReason": null }, { "name": "MG", "description": "Madagascar", "isDeprecated": false, "deprecationReason": null }, { "name": "MW", "description": "Malawi", "isDeprecated": false, "deprecationReason": null }, { "name": "MY", "description": "Malaysia", "isDeprecated": false, "deprecationReason": null }, { "name": "MV", "description": "Maldives", "isDeprecated": false, "deprecationReason": null }, { "name": "ML", "description": "Mali", "isDeprecated": false, "deprecationReason": null }, { "name": "MT", "description": "Malta", "isDeprecated": false, "deprecationReason": null }, { "name": "MH", "description": "Marshall Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "MQ", "description": "Martinique", "isDeprecated": false, "deprecationReason": null }, { "name": "MR", "description": "Mauritania", "isDeprecated": false, "deprecationReason": null }, { "name": "MU", "description": "Mauritius", "isDeprecated": false, "deprecationReason": null }, { "name": "YT", "description": "Mayotte", "isDeprecated": false, "deprecationReason": null }, { "name": "MX", "description": "Mexico", "isDeprecated": false, "deprecationReason": null }, { "name": "FM", "description": "Micronesia", "isDeprecated": false, "deprecationReason": null }, { "name": "MD", "description": "Moldova", "isDeprecated": false, "deprecationReason": null }, { "name": "MC", "description": "Monaco", "isDeprecated": false, "deprecationReason": null }, { "name": "MN", "description": "Mongolia", "isDeprecated": false, "deprecationReason": null }, { "name": "ME", "description": "Montenegro", "isDeprecated": false, "deprecationReason": null }, { "name": "MS", "description": "Montserrat", "isDeprecated": false, "deprecationReason": null }, { "name": "MA", "description": "Morocco", "isDeprecated": false, "deprecationReason": null }, { "name": "MZ", "description": "Mozambique", "isDeprecated": false, "deprecationReason": null }, { "name": "MM", "description": "Myanmar", "isDeprecated": false, "deprecationReason": null }, { "name": "NA", "description": "Namibia", "isDeprecated": false, "deprecationReason": null }, { "name": "NR", "description": "Nauru", "isDeprecated": false, "deprecationReason": null }, { "name": "NP", "description": "Nepal", "isDeprecated": false, "deprecationReason": null }, { "name": "NL", "description": "Netherlands", "isDeprecated": false, "deprecationReason": null }, { "name": "NC", "description": "New Caledonia", "isDeprecated": false, "deprecationReason": null }, { "name": "NZ", "description": "New Zealand", "isDeprecated": false, "deprecationReason": null }, { "name": "NI", "description": "Nicaragua", "isDeprecated": false, "deprecationReason": null }, { "name": "NE", "description": "Niger", "isDeprecated": false, "deprecationReason": null }, { "name": "NG", "description": "Nigeria", "isDeprecated": false, "deprecationReason": null }, { "name": "NU", "description": "Niue", "isDeprecated": false, "deprecationReason": null }, { "name": "NF", "description": "Norfolk Island", "isDeprecated": false, "deprecationReason": null }, { "name": "MP", "description": "Northern Mariana Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "NO", "description": "Norway", "isDeprecated": false, "deprecationReason": null }, { "name": "OM", "description": "Oman", "isDeprecated": false, "deprecationReason": null }, { "name": "PK", "description": "Pakistan", "isDeprecated": false, "deprecationReason": null }, { "name": "PW", "description": "Palau", "isDeprecated": false, "deprecationReason": null }, { "name": "PS", "description": "Palestine", "isDeprecated": false, "deprecationReason": null }, { "name": "PA", "description": "Panama", "isDeprecated": false, "deprecationReason": null }, { "name": "PG", "description": "Papua New Guinea", "isDeprecated": false, "deprecationReason": null }, { "name": "PY", "description": "Paraguay", "isDeprecated": false, "deprecationReason": null }, { "name": "PE", "description": "Peru", "isDeprecated": false, "deprecationReason": null }, { "name": "PH", "description": "Philippines", "isDeprecated": false, "deprecationReason": null }, { "name": "PN", "description": "Pitcairn", "isDeprecated": false, "deprecationReason": null }, { "name": "PL", "description": "Poland", "isDeprecated": false, "deprecationReason": null }, { "name": "PT", "description": "Portugal", "isDeprecated": false, "deprecationReason": null }, { "name": "PR", "description": "Puerto Rico", "isDeprecated": false, "deprecationReason": null }, { "name": "QA", "description": "Qatar", "isDeprecated": false, "deprecationReason": null }, { "name": "RE", "description": "Reunion", "isDeprecated": false, "deprecationReason": null }, { "name": "RO", "description": "Romania", "isDeprecated": false, "deprecationReason": null }, { "name": "RU", "description": "Russian Federation", "isDeprecated": false, "deprecationReason": null }, { "name": "RW", "description": "Rwanda", "isDeprecated": false, "deprecationReason": null }, { "name": "BL", "description": "Saint Barthélemy", "isDeprecated": false, "deprecationReason": null }, { "name": "SH", "description": "Saint Helena", "isDeprecated": false, "deprecationReason": null }, { "name": "KN", "description": "Saint Kitts and Nevis", "isDeprecated": false, "deprecationReason": null }, { "name": "LC", "description": "Saint Lucia", "isDeprecated": false, "deprecationReason": null }, { "name": "MF", "description": "Saint Martin (French part)", "isDeprecated": false, "deprecationReason": null }, { "name": "PM", "description": "Saint Pierre and Miquelon", "isDeprecated": false, "deprecationReason": null }, { "name": "VC", "description": "Saint Vincent and the Grenadines", "isDeprecated": false, "deprecationReason": null }, { "name": "WS", "description": "Samoa", "isDeprecated": false, "deprecationReason": null }, { "name": "SM", "description": "San Marino", "isDeprecated": false, "deprecationReason": null }, { "name": "ST", "description": "Sao Tome and Principe", "isDeprecated": false, "deprecationReason": null }, { "name": "SA", "description": "Saudi Arabia", "isDeprecated": false, "deprecationReason": null }, { "name": "SN", "description": "Senegal", "isDeprecated": false, "deprecationReason": null }, { "name": "RS", "description": "Serbia", "isDeprecated": false, "deprecationReason": null }, { "name": "SC", "description": "Seychelles", "isDeprecated": false, "deprecationReason": null }, { "name": "SL", "description": "Sierra Leone", "isDeprecated": false, "deprecationReason": null }, { "name": "SG", "description": "Singapore", "isDeprecated": false, "deprecationReason": null }, { "name": "SX", "description": "Sint Maarten (Dutch part)", "isDeprecated": false, "deprecationReason": null }, { "name": "SK", "description": "Slovakia", "isDeprecated": false, "deprecationReason": null }, { "name": "SI", "description": "Slovenia", "isDeprecated": false, "deprecationReason": null }, { "name": "SB", "description": "Solomon Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "SO", "description": "Somalia", "isDeprecated": false, "deprecationReason": null }, { "name": "ZA", "description": "South Africa", "isDeprecated": false, "deprecationReason": null }, { "name": "GS", "description": "South Georgia and South Sandwich Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "SS", "description": "South Sudan", "isDeprecated": false, "deprecationReason": null }, { "name": "ES", "description": "Spain", "isDeprecated": false, "deprecationReason": null }, { "name": "LK", "description": "Sri Lanka", "isDeprecated": false, "deprecationReason": null }, { "name": "SD", "description": "Sudan", "isDeprecated": false, "deprecationReason": null }, { "name": "SR", "description": "Suriname", "isDeprecated": false, "deprecationReason": null }, { "name": "SJ", "description": "Svalbard and Jan Mayen Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "SZ", "description": "Swaziland", "isDeprecated": false, "deprecationReason": null }, { "name": "SE", "description": "Sweden", "isDeprecated": false, "deprecationReason": null }, { "name": "CH", "description": "Switzerland", "isDeprecated": false, "deprecationReason": null }, { "name": "TW", "description": "Taiwan", "isDeprecated": false, "deprecationReason": null }, { "name": "TJ", "description": "Tajikistan", "isDeprecated": false, "deprecationReason": null }, { "name": "TZ", "description": "Tanzania", "isDeprecated": false, "deprecationReason": null }, { "name": "TH", "description": "Thailand", "isDeprecated": false, "deprecationReason": null }, { "name": "TL", "description": "Timor-Leste", "isDeprecated": false, "deprecationReason": null }, { "name": "TG", "description": "Togo", "isDeprecated": false, "deprecationReason": null }, { "name": "TK", "description": "Tokelau", "isDeprecated": false, "deprecationReason": null }, { "name": "TO", "description": "Tonga", "isDeprecated": false, "deprecationReason": null }, { "name": "TT", "description": "Trinidad and Tobago", "isDeprecated": false, "deprecationReason": null }, { "name": "TN", "description": "Tunisia", "isDeprecated": false, "deprecationReason": null }, { "name": "TR", "description": "Türkiye", "isDeprecated": false, "deprecationReason": null }, { "name": "TM", "description": "Turkmenistan", "isDeprecated": false, "deprecationReason": null }, { "name": "TC", "description": "Turks and Caicos Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "TV", "description": "Tuvalu", "isDeprecated": false, "deprecationReason": null }, { "name": "UG", "description": "Uganda", "isDeprecated": false, "deprecationReason": null }, { "name": "UA", "description": "Ukraine", "isDeprecated": false, "deprecationReason": null }, { "name": "AE", "description": "United Arab Emirates", "isDeprecated": false, "deprecationReason": null }, { "name": "GB", "description": "United Kingdom", "isDeprecated": false, "deprecationReason": null }, { "name": "UM", "description": "United States Minor Outlying Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "US", "description": "United States of America", "isDeprecated": false, "deprecationReason": null }, { "name": "UY", "description": "Uruguay", "isDeprecated": false, "deprecationReason": null }, { "name": "UZ", "description": "Uzbekistan", "isDeprecated": false, "deprecationReason": null }, { "name": "VU", "description": "Vanuatu", "isDeprecated": false, "deprecationReason": null }, { "name": "VA", "description": "Vatican City", "isDeprecated": false, "deprecationReason": null }, { "name": "VE", "description": "Venezuela", "isDeprecated": false, "deprecationReason": null }, { "name": "VN", "description": "Vietnam", "isDeprecated": false, "deprecationReason": null }, { "name": "VG", "description": "Virgin Islands, British", "isDeprecated": false, "deprecationReason": null }, { "name": "VI", "description": "Virgin Islands, U.S.", "isDeprecated": false, "deprecationReason": null }, { "name": "WF", "description": "Wallis and Futuna Islands", "isDeprecated": false, "deprecationReason": null }, { "name": "EH", "description": "Western Sahara", "isDeprecated": false, "deprecationReason": null }, { "name": "YE", "description": "Yemen", "isDeprecated": false, "deprecationReason": null }, { "name": "ZM", "description": "Zambia", "isDeprecated": false, "deprecationReason": null }, { "name": "ZW", "description": "Zimbabwe", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsGoal", "description": "A goal associated with a GitHub Sponsors listing, representing a target the sponsored maintainer would like to attain.", "fields": [ { "name": "description", "description": "A description of the goal from the maintainer.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "kind", "description": "What the objective of this goal is.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorsGoalKind", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "percentComplete", "description": "The percentage representing how complete this goal is, between 0-100.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "targetValue", "description": "What the goal amount is. Represents an amount in USD for monthly sponsorship amount goals. Represents a count of unique sponsors for total sponsors count goals.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "A brief summary of the kind and target value of this goal.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorsGoalKind", "description": "The different kinds of goals a GitHub Sponsors member can have.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TOTAL_SPONSORS_COUNT", "description": "The goal is about reaching a certain number of sponsors.", "isDeprecated": false, "deprecationReason": null }, { "name": "MONTHLY_SPONSORSHIP_AMOUNT", "description": "The goal is about getting a certain amount in USD from sponsorships each month.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsListing", "description": "A GitHub Sponsors listing.", "fields": [ { "name": "activeGoal", "description": "The current goal the maintainer is trying to reach with GitHub Sponsors, if any.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsGoal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "activeStripeConnectAccount", "description": "The Stripe Connect account currently in use for payouts for this Sponsors listing, if any. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization.", "args": [], "type": { "kind": "OBJECT", "name": "StripeConnectAccount", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "billingCountryOrRegion", "description": "The name of the country or region with the maintainer's bank account or fiscal host. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "contactEmailAddress", "description": "The email address used by GitHub to contact the sponsorable about their GitHub Sponsors profile. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dashboardResourcePath", "description": "The HTTP path for the Sponsors dashboard for this Sponsors listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dashboardUrl", "description": "The HTTP URL for the Sponsors dashboard for this Sponsors listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "featuredItems", "description": "The records featured on the GitHub Sponsors profile.", "args": [ { "name": "featureableTypes", "description": "The types of featured items to return.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorsListingFeaturedItemFeatureableType", "ofType": null } } }, "defaultValue": "[REPOSITORY, USER]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsListingFeaturedItem", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fiscalHost", "description": "The fiscal host used for payments, if any. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDescription", "description": "The full description of the listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullDescriptionHTML", "description": "The full description of the listing rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the SponsorsListing object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": "Whether this listing is publicly visible.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The listing's full name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextPayoutDate", "description": "A future date on which this listing is eligible to receive a payout.", "args": [], "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "residenceCountryOrRegion", "description": "The name of the country or region where the maintainer resides. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this Sponsors listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription", "description": "The short description of the listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": "The short name of the listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorable", "description": "The entity this listing represents who can be sponsored on GitHub Sponsors.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tiers", "description": "The tiers for this GitHub Sponsors profile.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for Sponsors tiers returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorsTierOrder", "ofType": null }, "defaultValue": "{field: MONTHLY_PRICE_IN_CENTS, direction: ASC}" }, { "name": "includeUnpublished", "description": "Whether to include tiers that aren't published. Only admins of the Sponsors listing can see draft tiers. Only admins of the Sponsors listing and viewers who are currently sponsoring on a retired tier can see those retired tiers. Defaults to including only published tiers, which are visible to anyone who can see the GitHub Sponsors profile.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "OBJECT", "name": "SponsorsTierConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this Sponsors listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "SponsorsListingFeatureableItem", "description": "A record that can be featured on a GitHub Sponsors profile.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "SponsorsListingFeaturedItem", "description": "A record that is promoted on a GitHub Sponsors profile.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Will either be a description from the sponsorable maintainer about why they featured this item, or the item's description itself, such as a user's bio from their GitHub profile page.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "featureable", "description": "The record that is featured on the GitHub Sponsors profile.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SponsorsListingFeatureableItem", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the SponsorsListingFeaturedItem object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": "The position of this featured item on the GitHub Sponsors profile with a lower position indicating higher precedence. Starts at 1.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsListing", "description": "The GitHub Sponsors profile that features this record.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorsListingFeaturedItemFeatureableType", "description": "The different kinds of records that can be featured on a GitHub Sponsors profile page.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "REPOSITORY", "description": "A repository owned by the user or organization with the GitHub Sponsors profile.", "isDeprecated": false, "deprecationReason": null }, { "name": "USER", "description": "A user who belongs to the organization with the GitHub Sponsors profile.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsTier", "description": "A GitHub Sponsors tier associated with a GitHub Sponsors listing.", "fields": [ { "name": "adminInfo", "description": "SponsorsTier information only visible to users that can administer the associated Sponsors listing.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTierAdminInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closestLesserValueTier", "description": "Get a different tier for this tier's maintainer that is at the same frequency as this tier but with an equal or lesser cost. Returns the published tier with the monthly price closest to this tier's without going over.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the tier.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "descriptionHTML", "description": "The tier description rendered to HTML", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the SponsorsTier object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCustomAmount", "description": "Whether this tier was chosen at checkout time by the sponsor rather than defined ahead of time by the maintainer who manages the Sponsors listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isOneTime", "description": "Whether this tier is only for use with one-time sponsorships.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "monthlyPriceInCents", "description": "How much this tier costs per month in cents.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "monthlyPriceInDollars", "description": "How much this tier costs per month in USD.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the tier.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsListing", "description": "The sponsors listing that this tier belongs to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsTierAdminInfo", "description": "SponsorsTier information only visible to users that can administer the associated Sponsors listing.", "fields": [ { "name": "isDraft", "description": "Indicates whether this tier is still a work in progress by the sponsorable and not yet published to the associated GitHub Sponsors profile. Draft tiers cannot be used for new sponsorships and will not be in use on existing sponsorships. Draft tiers cannot be seen by anyone but the admins of the GitHub Sponsors profile.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublished", "description": "Indicates whether this tier is published to the associated GitHub Sponsors profile. Published tiers are visible to anyone who can see the GitHub Sponsors profile, and are available for use in sponsorships if the GitHub Sponsors profile is publicly visible.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRetired", "description": "Indicates whether this tier has been retired from the associated GitHub Sponsors profile. Retired tiers are no longer shown on the GitHub Sponsors profile and cannot be chosen for new sponsorships. Existing sponsorships may still use retired tiers if the sponsor selected the tier before it was retired.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorships", "description": "The sponsorships using this tier.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includePrivate", "description": "Whether or not to return private sponsorships using this tier. Defaults to only returning public sponsorships on this tier.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsTierConnection", "description": "The connection type for SponsorsTier.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsTierEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorsTierEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SponsorsTierOrder", "description": "Ordering options for Sponsors tiers connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order tiers by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorsTierOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorsTierOrderField", "description": "Properties by which Sponsors tiers connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order tiers by creation time.", "isDeprecated": false, "deprecationReason": null }, { "name": "MONTHLY_PRICE_IN_CENTS", "description": "Order tiers by their monthly price in cents", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Sponsorship", "description": "A sponsorship relationship between a sponsor and a maintainer", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Sponsorship object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive", "description": "Whether the sponsorship is active. False implies the sponsor is a past sponsor of the maintainer, while true implies they are a current sponsor.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isOneTimePayment", "description": "Whether this sponsorship represents a one-time payment versus a recurring sponsorship.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSponsorOptedIntoEmail", "description": "Whether the sponsor has chosen to receive sponsorship update emails sent from the sponsorable. Only returns a non-null value when the viewer has permission to know this.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "maintainer", "description": "The entity that is being sponsored", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": true, "deprecationReason": "`Sponsorship.maintainer` will be removed. Use `Sponsorship.sponsorable` instead. Removal on 2020-04-01 UTC." }, { "name": "paymentSource", "description": "The platform that was most recently used to pay for the sponsorship.", "args": [], "type": { "kind": "ENUM", "name": "SponsorshipPaymentSource", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "privacyLevel", "description": "The privacy level for this sponsorship.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorshipPrivacy", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsor", "description": "The user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": true, "deprecationReason": "`Sponsorship.sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead. Removal on 2020-10-01 UTC." }, { "name": "sponsorEntity", "description": "The user or organization that is sponsoring, if you have permission to view them.", "args": [], "type": { "kind": "UNION", "name": "Sponsor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorable", "description": "The entity that is being sponsored", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tier", "description": "The associated sponsorship tier", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsTier", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tierSelectedAt", "description": "Identifies the date and time when the current tier was chosen for this sponsorship.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorshipConnection", "description": "A list of sponsorships either from the subject or received by the subject.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalRecurringMonthlyPriceInCents", "description": "The total amount in cents of all recurring sponsorships in the connection whose amount you can view. Does not include one-time sponsorships.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalRecurringMonthlyPriceInDollars", "description": "The total amount in USD of all recurring sponsorships in the connection whose amount you can view. Does not include one-time sponsorships.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorshipEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorshipNewsletter", "description": "An update sent to sponsors of a user or organization on GitHub Sponsors.", "fields": [ { "name": "author", "description": "The author of the newsletter.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "The contents of the newsletter, the message the sponsorable wanted to give.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the SponsorshipNewsletter object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublished", "description": "Indicates if the newsletter has been made available to sponsors.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorable", "description": "The user or organization this newsletter is from.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "The subject of the newsletter, what it's about.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorshipNewsletterConnection", "description": "The connection type for SponsorshipNewsletter.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipNewsletterEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipNewsletter", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SponsorshipNewsletterEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorshipNewsletter", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SponsorshipNewsletterOrder", "description": "Ordering options for sponsorship newsletter connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order sponsorship newsletters by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorshipNewsletterOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorshipNewsletterOrderField", "description": "Properties by which sponsorship update connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order sponsorship newsletters by when they were created.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SponsorshipOrder", "description": "Ordering options for sponsorship connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order sponsorship by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorshipOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorshipOrderField", "description": "Properties by which sponsorship connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order sponsorship by creation time.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorshipPaymentSource", "description": "How payment was made for funding a GitHub Sponsors sponsorship.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "GITHUB", "description": "Payment was made through GitHub.", "isDeprecated": false, "deprecationReason": null }, { "name": "PATREON", "description": "Payment was made through Patreon.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "SponsorshipPrivacy", "description": "The privacy of a sponsorship", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PUBLIC", "description": "Public", "isDeprecated": false, "deprecationReason": null }, { "name": "PRIVATE", "description": "Private", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "SquashMergeCommitMessage", "description": "The possible default commit messages for squash merges.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PR_BODY", "description": "Default to the pull request's body.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMIT_MESSAGES", "description": "Default to the branch's commit messages.", "isDeprecated": false, "deprecationReason": null }, { "name": "BLANK", "description": "Default to a blank commit message.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "SquashMergeCommitTitle", "description": "The possible default commit titles for squash merges.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PR_TITLE", "description": "Default to the pull request's title.", "isDeprecated": false, "deprecationReason": null }, { "name": "COMMIT_OR_PR_TITLE", "description": "Default to the commit's title (if only one commit) or the pull request's title (when more than one commit).", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SshSignature", "description": "Represents an SSH signature on a Commit or Tag.", "fields": [ { "name": "email", "description": "Email used to sign this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "keyFingerprint", "description": "Hex-encoded fingerprint of the key that signed this object.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signature", "description": "ASCII-armored signature header from object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GitSignatureState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wasSignedByGitHub", "description": "True if the signature was made with GitHub's signing key.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "GitSignature", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StarOrder", "description": "Ways in which star connections can be ordered.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order nodes by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StarOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order nodes.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StarOrderField", "description": "Properties by which star connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "STARRED_AT", "description": "Allows ordering a list of stars by when they were created.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "StargazerConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "StargazerEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StargazerEdge", "description": "Represents a user that's starred a repository.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "starredAt", "description": "Identifies when the item was starred.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Starrable", "description": "Things that can be starred.", "fields": [ { "name": "id", "description": "The Node ID of the Starrable object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stargazerCount", "description": "Returns a count of how many stargazers there are on this object\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stargazers", "description": "A list of users who have starred this starrable.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "StarOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StargazerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasStarred", "description": "Returns a boolean indicating whether the viewing user has starred this starrable.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Gist", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "Topic", "ofType": null } ] }, { "kind": "OBJECT", "name": "StarredRepositoryConnection", "description": "The connection type for Repository.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "StarredRepositoryEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isOverLimit", "description": "Is the list of stars for this user truncated? This is true for users that have many stars.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StarredRepositoryEdge", "description": "Represents a starred repository.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "starredAt", "description": "Identifies when the item was starred.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StartOrganizationMigrationInput", "description": "Autogenerated input type of StartOrganizationMigration", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sourceOrgUrl", "description": "The URL of the organization to migrate.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "defaultValue": null }, { "name": "targetOrgName", "description": "The name of the target organization.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "targetEnterpriseId", "description": "The ID of the enterprise the target organization belongs to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "sourceAccessToken", "description": "The migration source access token.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StartOrganizationMigrationPayload", "description": "Autogenerated return type of StartOrganizationMigration.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "orgMigration", "description": "The new organization migration.", "args": [], "type": { "kind": "OBJECT", "name": "OrganizationMigration", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StartRepositoryMigrationInput", "description": "Autogenerated input type of StartRepositoryMigration", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sourceId", "description": "The ID of the migration source.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the organization that will own the imported repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "sourceRepositoryUrl", "description": "The URL of the source repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "defaultValue": null }, { "name": "repositoryName", "description": "The name of the imported repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "continueOnError", "description": "Whether to continue the migration on error. Defaults to `true`.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "gitArchiveUrl", "description": "The signed URL to access the user-uploaded git archive.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "metadataArchiveUrl", "description": "The signed URL to access the user-uploaded metadata archive.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "accessToken", "description": "The migration source access token.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "githubPat", "description": "The GitHub personal access token of the user importing to the target repository.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "skipReleases", "description": "Whether to skip migrating releases for the repository.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "targetRepoVisibility", "description": "The visibility of the imported repository.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "lockSource", "description": "Whether to lock the source repository.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StartRepositoryMigrationPayload", "description": "Autogenerated return type of StartRepositoryMigration.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryMigration", "description": "The new repository migration.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryMigration", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Status", "description": "Represents a commit status.", "fields": [ { "name": "combinedContexts", "description": "A list of status contexts and check runs for this commit.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusCheckRollupContextConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "The commit this status is attached to.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "context", "description": "Looks up an individual status context by context name.", "args": [ { "name": "name", "description": "The context name.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "StatusContext", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "contexts", "description": "The individual status contexts for this commit.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusContext", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Status object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The combined commit status.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StatusState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StatusCheckConfiguration", "description": "Required status check", "fields": [ { "name": "context", "description": "The status check context name that must be present on the commit.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "integrationId", "description": "The optional integration ID that this status check must originate from.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StatusCheckConfigurationInput", "description": "Required status check", "fields": null, "inputFields": [ { "name": "context", "description": "The status check context name that must be present on the commit.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "integrationId", "description": "The optional integration ID that this status check must originate from.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StatusCheckRollup", "description": "Represents the rollup for both the check runs and status for a commit.", "fields": [ { "name": "commit", "description": "The commit the status and check runs are attached to.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "contexts", "description": "A list of status contexts and check runs for this commit.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusCheckRollupContextConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the StatusCheckRollup object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The combined status for the commit.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StatusState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "StatusCheckRollupContext", "description": "Types that can be inside a StatusCheckRollup context.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CheckRun", "ofType": null }, { "kind": "OBJECT", "name": "StatusContext", "ofType": null } ] }, { "kind": "OBJECT", "name": "StatusCheckRollupContextConnection", "description": "The connection type for StatusCheckRollupContext.", "fields": [ { "name": "checkRunCount", "description": "The number of check runs in this rollup.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "checkRunCountsByState", "description": "Counts of check runs by state.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckRunStateCount", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusCheckRollupContextEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "StatusCheckRollupContext", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusContextCount", "description": "The number of status contexts in this rollup.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusContextCountsByState", "description": "Counts of status contexts by state.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusContextStateCount", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StatusCheckRollupContextEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "StatusCheckRollupContext", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StatusContext", "description": "Represents an individual commit status context", "fields": [ { "name": "avatarUrl", "description": "The avatar of the OAuth application or the user that created the status", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "40" } ], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commit", "description": "This commit this status context is attached to.", "args": [], "type": { "kind": "OBJECT", "name": "Commit", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "context", "description": "The name of this status context.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": "The actor who created this status context.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description for this status context.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the StatusContext object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRequired", "description": "Whether this is required to pass before merging for a specific pull request.", "args": [ { "name": "pullRequestId", "description": "The id of the pull request this is required for", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pullRequestNumber", "description": "The number of the pull request this is required for", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of this status context.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StatusState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "targetUrl", "description": "The URL for this status context.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "RequirableByPullRequest", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StatusContextStateCount", "description": "Represents a count of the state of a status context.", "fields": [ { "name": "count", "description": "The number of statuses with this state.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of a status context.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StatusState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StatusState", "description": "The possible commit status states.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "EXPECTED", "description": "Status is expected.", "isDeprecated": false, "deprecationReason": null }, { "name": "ERROR", "description": "Status is errored.", "isDeprecated": false, "deprecationReason": null }, { "name": "FAILURE", "description": "Status is failing.", "isDeprecated": false, "deprecationReason": null }, { "name": "PENDING", "description": "Status is pending.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUCCESS", "description": "Status is successful.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "SCALAR", "name": "String", "description": "Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StripeConnectAccount", "description": "A Stripe Connect account for receiving sponsorship funds from GitHub Sponsors.", "fields": [ { "name": "accountId", "description": "The account number used to identify this Stripe Connect account.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "billingCountryOrRegion", "description": "The name of the country or region of an external account, such as a bank account, tied to the Stripe Connect account. Will only return a value when queried by the maintainer of the associated GitHub Sponsors profile themselves, or by an admin of the sponsorable organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "countryOrRegion", "description": "The name of the country or region of the Stripe Connect account. Will only return a value when queried by the maintainer of the associated GitHub Sponsors profile themselves, or by an admin of the sponsorable organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive", "description": "Whether this Stripe Connect account is currently in use for the associated GitHub Sponsors profile.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsListing", "description": "The GitHub Sponsors profile associated with this Stripe Connect account.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stripeDashboardUrl", "description": "The URL to access this Stripe Connect account on Stripe's website.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SubmitPullRequestReviewInput", "description": "Autogenerated input type of SubmitPullRequestReview", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The Pull Request ID to submit any pending reviews.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewId", "description": "The Pull Request Review ID to submit.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "event", "description": "The event to send to the Pull Request Review.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestReviewEvent", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The text field to set on the Pull Request Review.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SubmitPullRequestReviewPayload", "description": "Autogenerated return type of SubmitPullRequestReview.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReview", "description": "The submitted pull request review.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Submodule", "description": "A pointer to a repository at a specific revision embedded inside another repository.", "fields": [ { "name": "branch", "description": "The branch of the upstream submodule for tracking updates", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "gitUrl", "description": "The git URL of the submodule repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the submodule in .gitmodules", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nameRaw", "description": "The name of the submodule in .gitmodules (Base64-encoded)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Base64String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The path in the superproject that this submodule is located in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pathRaw", "description": "The path in the superproject that this submodule is located in (Base64-encoded)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Base64String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subprojectCommitOid", "description": "The commit revision of the subproject repository being tracked by the submodule", "args": [], "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SubmoduleConnection", "description": "The connection type for Submodule.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SubmoduleEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Submodule", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SubmoduleEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Submodule", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Subscribable", "description": "Entities that can be subscribed to for web and email notifications.", "fields": [ { "name": "id", "description": "The Node ID of the Subscribable object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.", "args": [], "type": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Commit", "ofType": null }, { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null } ] }, { "kind": "INTERFACE", "name": "SubscribableThread", "description": "Entities that can be subscribed to for web and email notifications.", "fields": [ { "name": "id", "description": "The Node ID of the SubscribableThread object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerThreadSubscriptionFormAction", "description": "Identifies the viewer's thread subscription form action.", "args": [], "type": { "kind": "ENUM", "name": "ThreadSubscriptionFormAction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerThreadSubscriptionStatus", "description": "Identifies the viewer's thread subscription status.", "args": [], "type": { "kind": "ENUM", "name": "ThreadSubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Issue", "ofType": null } ] }, { "kind": "OBJECT", "name": "SubscribedEvent", "description": "Represents a 'subscribed' event on a given `Subscribable`.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the SubscribedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subscribable", "description": "Object referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Subscribable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SubscriptionState", "description": "The possible states of a subscription.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "UNSUBSCRIBED", "description": "The User is only notified when participating or @mentioned.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIBED", "description": "The User is notified of all conversations.", "isDeprecated": false, "deprecationReason": null }, { "name": "IGNORED", "description": "The User is never notified.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "SuggestedReviewer", "description": "A suggestion to review a pull request based on a user's commit history and review comments.", "fields": [ { "name": "isAuthor", "description": "Is this suggestion based on past commits?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCommenter", "description": "Is this suggestion based on past review comments?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewer", "description": "Identifies the user suggested to review the pull request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Tag", "description": "Represents a Git tag.", "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitUrl", "description": "The HTTP URL for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Tag object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "The Git tag message.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The Git tag name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oid", "description": "The Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The Repository the Git object belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tagger", "description": "Details about the tag author.", "args": [], "type": { "kind": "OBJECT", "name": "GitActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "target", "description": "The Git object the tag points to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "GitObject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "GitObject", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TagNamePatternParameters", "description": "Parameters to be used for the tag_name_pattern rule", "fields": [ { "name": "name", "description": "How this rule will appear to users.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operator", "description": "The operator to use for matching.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pattern", "description": "The pattern to match with.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TagNamePatternParametersInput", "description": "Parameters to be used for the tag_name_pattern rule", "fields": null, "inputFields": [ { "name": "name", "description": "How this rule will appear to users.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "negate", "description": "If true, the rule will fail if the pattern matches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "operator", "description": "The operator to use for matching.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "pattern", "description": "The pattern to match with.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Team", "description": "A team of users in an organization.", "fields": [ { "name": "ancestors", "description": "A list of teams that are ancestors of this team.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarUrl", "description": "A URL pointing to the team's avatar.", "args": [ { "name": "size", "description": "The size in pixels of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "400" } ], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "childTeams", "description": "List of child teams belonging to this team", "args": [ { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "TeamOrder", "ofType": null }, "defaultValue": null }, { "name": "userLogins", "description": "User logins to filter by", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "immediateOnly", "description": "Whether to list immediate child teams or all descendant child teams.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "combinedSlug", "description": "The slug corresponding to the organization and team.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the team.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "Find a team discussion by its number.", "args": [ { "name": "number", "description": "The sequence number of the discussion to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussions", "description": "A list of team discussions.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "isPinned", "description": "If provided, filters discussions according to whether or not they are pinned.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "TeamDiscussionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamDiscussionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionsResourcePath", "description": "The HTTP path for team discussions", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionsUrl", "description": "The HTTP URL for team discussions", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "editTeamResourcePath", "description": "The HTTP path for editing this team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "editTeamUrl", "description": "The HTTP URL for editing this team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Team object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitations", "description": "A list of pending invitations for users to this team", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OrganizationInvitationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberStatuses", "description": "Get the status messages members of this entity have set that are either public or visible only to the organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for user statuses returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "UserStatusOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserStatusConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "members", "description": "A list of users who are members of this team.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "The search string to look for.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "membership", "description": "Filter by membership type", "type": { "kind": "ENUM", "name": "TeamMembershipType", "ofType": null }, "defaultValue": "ALL" }, { "name": "role", "description": "Filter by team member role", "type": { "kind": "ENUM", "name": "TeamMemberRole", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for the connection.", "type": { "kind": "INPUT_OBJECT", "name": "TeamMemberOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMemberConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersResourcePath", "description": "The HTTP path for the team' members", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersUrl", "description": "The HTTP URL for the team' members", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the team.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newTeamResourcePath", "description": "The HTTP path creating a new team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newTeamUrl", "description": "The HTTP URL creating a new team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "notificationSetting", "description": "The notification setting that the team has set.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TeamNotificationSetting", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization that owns this team.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeam", "description": "The parent team of the team.", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "privacy", "description": "The level of privacy the team has.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TeamPrivacy", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "Finds and returns the project according to the provided project number.", "args": [ { "name": "number", "description": "The Project number.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsV2", "description": "List of projects this team has collaborator access to.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "How to order the returned projects.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2Order", "ofType": null }, "defaultValue": "{field: NUMBER, direction: DESC}" }, { "name": "filterBy", "description": "Filtering options for projects returned from this connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2Filters", "ofType": null }, "defaultValue": "{}" }, { "name": "query", "description": "The query to search projects by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" }, { "name": "minPermissionLevel", "description": "Filter projects based on user role.", "type": { "kind": "ENUM", "name": "ProjectV2PermissionLevel", "ofType": null }, "defaultValue": "READ" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositories", "description": "A list of repositories this team has access to.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "query", "description": "The search string to look for. Repositories will be returned where the name contains your search string.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for the connection.", "type": { "kind": "INPUT_OBJECT", "name": "TeamRepositoryOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamRepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoriesResourcePath", "description": "The HTTP path for this team's repositories", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoriesUrl", "description": "The HTTP URL for this team's repositories", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewRequestDelegationAlgorithm", "description": "What algorithm is used for review assignment for this team", "args": [], "type": { "kind": "ENUM", "name": "TeamReviewAssignmentAlgorithm", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewRequestDelegationEnabled", "description": "True if review assignment is enabled for this team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewRequestDelegationMemberCount", "description": "How many team members are required for review assignment for this team", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reviewRequestDelegationNotifyTeam", "description": "When assigning team members via delegation, whether the entire team should be notified as well.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": "The slug corresponding to the team.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamsResourcePath", "description": "The HTTP path for this team's teams", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamsUrl", "description": "The HTTP URL for this team's teams", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this team", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanAdminister", "description": "Team is adminable by the viewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.", "args": [], "type": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "MemberStatusable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Subscribable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamAddMemberAuditEntry", "description": "Audit log entry for a team.add_member event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the TeamAddMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "The team associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamName", "description": "The name of the team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamResourcePath", "description": "The HTTP path for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamUrl", "description": "The HTTP URL for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "TeamAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamAddRepositoryAuditEntry", "description": "Audit log entry for a team.add_repository event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the TeamAddRepositoryAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "The team associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamName", "description": "The name of the team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamResourcePath", "description": "The HTTP path for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamUrl", "description": "The HTTP URL for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "TeamAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "TeamAuditEntryData", "description": "Metadata for an audit entry with action team.*", "fields": [ { "name": "team", "description": "The team associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamName", "description": "The name of the team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamResourcePath", "description": "The HTTP path for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamUrl", "description": "The HTTP URL for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "OrgRestoreMemberMembershipTeamAuditEntryData", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamAddRepositoryAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamChangeParentTeamAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveMemberAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "TeamRemoveRepositoryAuditEntry", "ofType": null } ] }, { "kind": "OBJECT", "name": "TeamChangeParentTeamAuditEntry", "description": "Audit log entry for a team.change_parent_team event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the TeamChangeParentTeamAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeam", "description": "The new parent team.", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeamName", "description": "The name of the new parent team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeamNameWas", "description": "The name of the former parent team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeamResourcePath", "description": "The HTTP path for the parent team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeamUrl", "description": "The HTTP URL for the parent team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeamWas", "description": "The former parent team.", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeamWasResourcePath", "description": "The HTTP path for the previous parent team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentTeamWasUrl", "description": "The HTTP URL for the previous parent team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "The team associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamName", "description": "The name of the team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamResourcePath", "description": "The HTTP path for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamUrl", "description": "The HTTP URL for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "TeamAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamConnection", "description": "The connection type for Team.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "description": "A team discussion.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the discussion's team.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "body", "description": "The body as Markdown.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyVersion", "description": "Identifies the discussion body hash.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "comments", "description": "A list of comments on this discussion.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "TeamDiscussionCommentOrder", "ofType": null }, "defaultValue": null }, { "name": "fromComment", "description": "When provided, filters the connection such that results begin with the comment with this number.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamDiscussionCommentConnection", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "commentsResourcePath", "description": "The HTTP path for discussion comments", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "commentsUrl", "description": "The HTTP URL for discussion comments", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the TeamDiscussion object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPinned", "description": "Whether or not the discussion is pinned.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "isPrivate", "description": "Whether or not the discussion is only visible to team members and organization owners.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "Identifies the discussion within its team.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this discussion", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "team", "description": "The team that defines the context of this discussion.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "title", "description": "The title of the discussion", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this discussion", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanPin", "description": "Whether or not the current viewer can pin this discussion.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.", "args": [], "type": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "Subscribable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamDiscussionComment", "description": "A comment on a team discussion.", "fields": [ { "name": "author", "description": "The actor who authored the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorAssociation", "description": "Author's association with the comment's team.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentAuthorAssociation", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "body", "description": "The body as Markdown.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyHTML", "description": "The body rendered to HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyText", "description": "The body rendered to text.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyVersion", "description": "The current version of the body content.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion this comment is about.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "editor", "description": "The actor who edited the comment.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the TeamDiscussionComment object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": "Identifies the comment number.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "publishedAt", "description": "Identifies when the comment was published at.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": "A list of Reactions left on the Issue.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "Allows filtering Reactions by emoji.", "type": { "kind": "ENUM", "name": "ReactionContent", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.", "type": { "kind": "INPUT_OBJECT", "name": "ReactionOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this comment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this comment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": true, "deprecationReason": "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC." }, { "name": "userContentEdits", "description": "A list of edits to this content.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserContentEditConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReact", "description": "Can user react to this subject", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Comment", "ofType": null }, { "kind": "INTERFACE", "name": "Deletable", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Reactable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null }, { "kind": "INTERFACE", "name": "Updatable", "ofType": null }, { "kind": "INTERFACE", "name": "UpdatableComment", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamDiscussionCommentConnection", "description": "The connection type for TeamDiscussionComment.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamDiscussionCommentEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamDiscussionCommentEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TeamDiscussionCommentOrder", "description": "Ways in which team discussion comment connections can be ordered.", "fields": null, "inputFields": [ { "name": "field", "description": "The field by which to order nodes.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TeamDiscussionCommentOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order nodes.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TeamDiscussionCommentOrderField", "description": "Properties by which team discussion comment connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NUMBER", "description": "Allows sequential ordering of team discussion comments (which is equivalent to chronological ordering).", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamDiscussionConnection", "description": "The connection type for TeamDiscussion.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamDiscussionEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamDiscussionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TeamDiscussionOrder", "description": "Ways in which team discussion connections can be ordered.", "fields": null, "inputFields": [ { "name": "field", "description": "The field by which to order nodes.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TeamDiscussionOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order nodes.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TeamDiscussionOrderField", "description": "Properties by which team discussion connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Allows chronological ordering of team discussions.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamMemberConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMemberEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamMemberEdge", "description": "Represents a user who is a member of a team.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberAccessResourcePath", "description": "The HTTP path to the organization's member access page.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberAccessUrl", "description": "The HTTP URL to the organization's member access page.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "role", "description": "The role the member has on the team.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TeamMemberRole", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TeamMemberOrder", "description": "Ordering options for team member connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order team members by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TeamMemberOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TeamMemberOrderField", "description": "Properties by which team member connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LOGIN", "description": "Order team members by login", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order team members by creation time", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TeamMemberRole", "description": "The possible team member roles; either 'maintainer' or 'member'.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MAINTAINER", "description": "A team maintainer has permission to add and remove team members.", "isDeprecated": false, "deprecationReason": null }, { "name": "MEMBER", "description": "A team member has no administrative permissions on the team.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TeamMembershipType", "description": "Defines which types of team members are included in the returned list. Can be one of IMMEDIATE, CHILD_TEAM or ALL.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "IMMEDIATE", "description": "Includes only immediate members of the team.", "isDeprecated": false, "deprecationReason": null }, { "name": "CHILD_TEAM", "description": "Includes only child team members for the team.", "isDeprecated": false, "deprecationReason": null }, { "name": "ALL", "description": "Includes immediate and child team members for the team.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TeamNotificationSetting", "description": "The possible team notification values.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NOTIFICATIONS_ENABLED", "description": "Everyone will receive notifications when the team is @mentioned.", "isDeprecated": false, "deprecationReason": null }, { "name": "NOTIFICATIONS_DISABLED", "description": "No one will receive notifications.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TeamOrder", "description": "Ways in which team connections can be ordered.", "fields": null, "inputFields": [ { "name": "field", "description": "The field in which to order nodes by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TeamOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order nodes.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TeamOrderField", "description": "Properties by which team connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NAME", "description": "Allows ordering a list of teams by name.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TeamPrivacy", "description": "The possible team privacy values.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SECRET", "description": "A secret team can only be seen by its members.", "isDeprecated": false, "deprecationReason": null }, { "name": "VISIBLE", "description": "A visible team can be seen and @mentioned by every member of the organization.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamRemoveMemberAuditEntry", "description": "Audit log entry for a team.remove_member event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the TeamRemoveMemberAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "The team associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamName", "description": "The name of the team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamResourcePath", "description": "The HTTP path for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamUrl", "description": "The HTTP URL for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "TeamAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamRemoveRepositoryAuditEntry", "description": "Audit log entry for a team.remove_repository event.", "fields": [ { "name": "action", "description": "The action name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": "The user who initiated the action", "args": [], "type": { "kind": "UNION", "name": "AuditEntryActor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorIp", "description": "The IP address of the actor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLocation", "description": "A readable representation of the actor's location", "args": [], "type": { "kind": "OBJECT", "name": "ActorLocation", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorLogin", "description": "The username of the user who initiated the action", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorUrl", "description": "The HTTP URL for the actor.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "The time the action was initiated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PreciseDateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the TeamRemoveRepositoryAuditEntry object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operationType", "description": "The corresponding operation type for the action", "args": [], "type": { "kind": "ENUM", "name": "OperationType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The Organization associated with the Audit Entry.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationName", "description": "The name of the Organization.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUrl", "description": "The HTTP URL for the organization", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The name of the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "The team associated with the action", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamName", "description": "The name of the team", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamResourcePath", "description": "The HTTP path for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamUrl", "description": "The HTTP URL for this team", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user affected by the action", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userResourcePath", "description": "The HTTP path for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUrl", "description": "The HTTP URL for the user.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AuditEntry", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "OrganizationAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryAuditEntryData", "ofType": null }, { "kind": "INTERFACE", "name": "TeamAuditEntryData", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamRepositoryConnection", "description": "The connection type for Repository.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamRepositoryEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TeamRepositoryEdge", "description": "Represents a team repository.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permission", "description": "The permission level the team has on the repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryPermission", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TeamRepositoryOrder", "description": "Ordering options for team repository connections", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order repositories by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TeamRepositoryOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TeamRepositoryOrderField", "description": "Properties by which team repository connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order repositories by creation time", "isDeprecated": false, "deprecationReason": null }, { "name": "UPDATED_AT", "description": "Order repositories by update time", "isDeprecated": false, "deprecationReason": null }, { "name": "PUSHED_AT", "description": "Order repositories by push time", "isDeprecated": false, "deprecationReason": null }, { "name": "NAME", "description": "Order repositories by name", "isDeprecated": false, "deprecationReason": null }, { "name": "PERMISSION", "description": "Order repositories by permission", "isDeprecated": false, "deprecationReason": null }, { "name": "STARGAZERS", "description": "Order repositories by number of stargazers", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TeamReviewAssignmentAlgorithm", "description": "The possible team review assignment algorithms", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ROUND_ROBIN", "description": "Alternate reviews between each team member", "isDeprecated": false, "deprecationReason": null }, { "name": "LOAD_BALANCE", "description": "Balance review load across the entire team", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TeamRole", "description": "The role of a user on a team.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ADMIN", "description": "User has admin rights on the team.", "isDeprecated": false, "deprecationReason": null }, { "name": "MEMBER", "description": "User is a member of the team.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "TextMatch", "description": "A text match within a search result.", "fields": [ { "name": "fragment", "description": "The specific text fragment within the property matched on.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "highlights", "description": "Highlights within the matched fragment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TextMatchHighlight", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "property", "description": "The property matched on.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TextMatchHighlight", "description": "Represents a single highlight in a search result match.", "fields": [ { "name": "beginIndice", "description": "The indice in the fragment where the matched text begins.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "endIndice", "description": "The indice in the fragment where the matched text ends.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "The text matched.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ThreadSubscriptionFormAction", "description": "The possible states of a thread subscription form action", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NONE", "description": "The User cannot subscribe or unsubscribe to the thread", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIBE", "description": "The User can subscribe to the thread", "isDeprecated": false, "deprecationReason": null }, { "name": "UNSUBSCRIBE", "description": "The User can unsubscribe to the thread", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "ThreadSubscriptionState", "description": "The possible states of a subscription.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "UNAVAILABLE", "description": "The subscription status is currently unavailable.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED", "description": "The subscription status is currently disabled.", "isDeprecated": false, "deprecationReason": null }, { "name": "IGNORING_LIST", "description": "The User is never notified because they are ignoring the list", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIBED_TO_THREAD_EVENTS", "description": "The User is notified because they chose custom settings for this thread.", "isDeprecated": false, "deprecationReason": null }, { "name": "IGNORING_THREAD", "description": "The User is never notified because they are ignoring the thread", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIBED_TO_LIST", "description": "The User is notified becuase they are watching the list", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIBED_TO_THREAD_TYPE", "description": "The User is notified because they chose custom settings for this thread.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIBED_TO_THREAD", "description": "The User is notified because they are subscribed to the thread", "isDeprecated": false, "deprecationReason": null }, { "name": "NONE", "description": "The User is not recieving notifications from this thread", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Topic", "description": "A topic aggregates entities that are related to a subject.", "fields": [ { "name": "id", "description": "The Node ID of the Topic object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The topic's name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "relatedTopics", "description": "A list of related topics, including aliases of this topic, sorted with the most relevant\nfirst. Returns up to 10 Topics.\n", "args": [ { "name": "first", "description": "How many topics to return.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "3" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Topic", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositories", "description": "A list of repositories.", "args": [ { "name": "privacy", "description": "If non-null, filters repositories according to privacy. Internal repositories are considered private; consider using the visibility argument if only internal repositories are needed. Cannot be combined with the visibility argument.", "type": { "kind": "ENUM", "name": "RepositoryPrivacy", "ofType": null }, "defaultValue": null }, { "name": "visibility", "description": "If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.", "type": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": null }, { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": null }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": "[OWNER, COLLABORATOR]" }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasIssuesEnabled", "description": "If non-null, filters repositories according to whether they have issues enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sponsorableOnly", "description": "If true, only repositories whose owner can be sponsored via GitHub Sponsors will be returned.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stargazerCount", "description": "Returns a count of how many stargazers there are on this object\n", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stargazers", "description": "A list of users who have starred this starrable.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "StarOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StargazerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasStarred", "description": "Returns a boolean indicating whether the viewing user has starred this starrable.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "Starrable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "TopicAuditEntryData", "description": "Metadata for an audit entry with a topic.", "fields": [ { "name": "topic", "description": "The name of the topic added to the repository", "args": [], "type": { "kind": "OBJECT", "name": "Topic", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "topicName", "description": "The name of the topic added to the repository", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "RepoAddTopicAuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "RepoRemoveTopicAuditEntry", "ofType": null } ] }, { "kind": "ENUM", "name": "TopicSuggestionDeclineReason", "description": "Reason that the suggested topic is declined.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NOT_RELEVANT", "description": "The suggested topic is not relevant to the repository.", "isDeprecated": true, "deprecationReason": "Suggested topics are no longer supported Removal on 2024-04-01 UTC." }, { "name": "TOO_SPECIFIC", "description": "The suggested topic is too specific for the repository (e.g. #ruby-on-rails-version-4-2-1).", "isDeprecated": true, "deprecationReason": "Suggested topics are no longer supported Removal on 2024-04-01 UTC." }, { "name": "PERSONAL_PREFERENCE", "description": "The viewer does not like the suggested topic.", "isDeprecated": true, "deprecationReason": "Suggested topics are no longer supported Removal on 2024-04-01 UTC." }, { "name": "TOO_GENERAL", "description": "The suggested topic is too general for the repository.", "isDeprecated": true, "deprecationReason": "Suggested topics are no longer supported Removal on 2024-04-01 UTC." } ], "possibleTypes": null }, { "kind": "ENUM", "name": "TrackedIssueStates", "description": "The possible states of a tracked issue.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OPEN", "description": "The tracked issue is open", "isDeprecated": false, "deprecationReason": null }, { "name": "CLOSED", "description": "The tracked issue is closed", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TransferEnterpriseOrganizationInput", "description": "Autogenerated input type of TransferEnterpriseOrganization", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization to transfer.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "destinationEnterpriseId", "description": "The ID of the enterprise where the organization should be transferred.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransferEnterpriseOrganizationPayload", "description": "Autogenerated return type of TransferEnterpriseOrganization.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization for which a transfer was initiated.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TransferIssueInput", "description": "Autogenerated input type of TransferIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "issueId", "description": "The Node ID of the issue to be transferred", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository the issue should be transferred to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "createLabelsIfMissing", "description": "Whether to create labels if they don't exist in the target repository (matched by name)", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransferIssuePayload", "description": "Autogenerated return type of TransferIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue that was transferred", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransferredEvent", "description": "Represents a 'transferred' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fromRepository", "description": "The repository this came from", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the TransferredEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "Identifies the issue associated with the event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Tree", "description": "Represents a Git tree.", "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitUrl", "description": "The HTTP URL for this Git object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entries", "description": "A list of tree entries.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TreeEntry", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Tree object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oid", "description": "The Git object ID", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The Repository the Git object belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "GitObject", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TreeEntry", "description": "Represents a Git tree entry.", "fields": [ { "name": "extension", "description": "The extension of the file", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isGenerated", "description": "Whether or not this tree entry is generated", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": "The programming language this file is written in.", "args": [], "type": { "kind": "OBJECT", "name": "Language", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lineCount", "description": "Number of lines in the file.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mode", "description": "Entry file mode.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Entry file name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nameRaw", "description": "Entry file name. (Base64-encoded)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Base64String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "object", "description": "Entry file object.", "args": [], "type": { "kind": "INTERFACE", "name": "GitObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oid", "description": "Entry file Git object ID.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The full path of the file.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pathRaw", "description": "The full path of the file. (Base64-encoded)", "args": [], "type": { "kind": "SCALAR", "name": "Base64String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The Repository the tree entry belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": "Entry byte size", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "submodule", "description": "If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule", "args": [], "type": { "kind": "OBJECT", "name": "Submodule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Entry file type.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "URI", "description": "An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnarchiveProjectV2ItemInput", "description": "Autogenerated input type of UnarchiveProjectV2Item", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to archive the item from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "itemId", "description": "The ID of the ProjectV2Item to unarchive.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnarchiveProjectV2ItemPayload", "description": "Autogenerated return type of UnarchiveProjectV2Item.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The item unarchived from the project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnarchiveRepositoryInput", "description": "Autogenerated input type of UnarchiveRepository", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to unarchive.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnarchiveRepositoryPayload", "description": "Autogenerated return type of UnarchiveRepository.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that was unarchived.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnassignedEvent", "description": "Represents an 'unassigned' event on any assignable object.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignable", "description": "Identifies the assignable associated with the event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Assignable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignee", "description": "Identifies the user or mannequin that was unassigned.", "args": [], "type": { "kind": "UNION", "name": "Assignee", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UnassignedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Identifies the subject (user) who was unassigned.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": true, "deprecationReason": "Assignees can now be mannequins. Use the `assignee` field instead. Removal on 2020-01-01 UTC." } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnfollowOrganizationInput", "description": "Autogenerated input type of UnfollowOrganization", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "ID of the organization to unfollow.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnfollowOrganizationPayload", "description": "Autogenerated return type of UnfollowOrganization.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization that was unfollowed.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnfollowUserInput", "description": "Autogenerated input type of UnfollowUser", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "userId", "description": "ID of the user to unfollow.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnfollowUserPayload", "description": "Autogenerated return type of UnfollowUser.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user that was unfollowed.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "description": "Represents a type that can be retrieved by a URL.", "fields": [ { "name": "resourcePath", "description": "The HTML path to this resource.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The URL to this resource.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Bot", "ofType": null }, { "kind": "OBJECT", "name": "CheckRun", "ofType": null }, { "kind": "OBJECT", "name": "ClosedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Commit", "ofType": null }, { "kind": "OBJECT", "name": "ConvertToDraftEvent", "ofType": null }, { "kind": "OBJECT", "name": "CrossReferencedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Gist", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "Mannequin", "ofType": null }, { "kind": "OBJECT", "name": "MergedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Milestone", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestCommit", "ofType": null }, { "kind": "OBJECT", "name": "ReadyForReviewEvent", "ofType": null }, { "kind": "OBJECT", "name": "Release", "ofType": null }, { "kind": "OBJECT", "name": "Repository", "ofType": null }, { "kind": "OBJECT", "name": "RepositoryTopic", "ofType": null }, { "kind": "OBJECT", "name": "ReviewDismissedEvent", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null }, { "kind": "OBJECT", "name": "Workflow", "ofType": null }, { "kind": "OBJECT", "name": "WorkflowRun", "ofType": null }, { "kind": "OBJECT", "name": "WorkflowRunFile", "ofType": null } ] }, { "kind": "OBJECT", "name": "UnknownSignature", "description": "Represents an unknown signature on a Commit or Tag.", "fields": [ { "name": "email", "description": "Email used to sign this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signature", "description": "ASCII-armored signature header from object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GitSignatureState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "wasSignedByGitHub", "description": "True if the signature was made with GitHub's signing key.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "GitSignature", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnlabeledEvent", "description": "Represents an 'unlabeled' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UnlabeledEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": "Identifies the label associated with the 'unlabeled' event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Label", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelable", "description": "Identifies the `Labelable` associated with the event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Labelable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnlinkProjectV2FromRepositoryInput", "description": "Autogenerated input type of UnlinkProjectV2FromRepository", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the project to unlink from the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to unlink from the project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnlinkProjectV2FromRepositoryPayload", "description": "Autogenerated return type of UnlinkProjectV2FromRepository.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository the project is no longer linked to.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnlinkProjectV2FromTeamInput", "description": "Autogenerated input type of UnlinkProjectV2FromTeam", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the project to unlink from the team.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "teamId", "description": "The ID of the team to unlink from the project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnlinkProjectV2FromTeamPayload", "description": "Autogenerated return type of UnlinkProjectV2FromTeam.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "The team the project is unlinked from", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnlinkRepositoryFromProjectInput", "description": "Autogenerated input type of UnlinkRepositoryFromProject", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project linked to the Repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the Repository linked to the Project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnlinkRepositoryFromProjectPayload", "description": "Autogenerated return type of UnlinkRepositoryFromProject.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The linked Project.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The linked Repository.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnlockLockableInput", "description": "Autogenerated input type of UnlockLockable", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "lockableId", "description": "ID of the item to be unlocked.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnlockLockablePayload", "description": "Autogenerated return type of UnlockLockable.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unlockedRecord", "description": "The item that was unlocked.", "args": [], "type": { "kind": "INTERFACE", "name": "Lockable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnlockedEvent", "description": "Represents an 'unlocked' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UnlockedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lockable", "description": "Object that was unlocked.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Lockable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnmarkDiscussionCommentAsAnswerInput", "description": "Autogenerated input type of UnmarkDiscussionCommentAsAnswer", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node ID of the discussion comment to unmark as an answer.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnmarkDiscussionCommentAsAnswerPayload", "description": "Autogenerated return type of UnmarkDiscussionCommentAsAnswer.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The discussion that includes the comment.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnmarkFileAsViewedInput", "description": "Autogenerated input type of UnmarkFileAsViewed", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The Node ID of the pull request.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "path", "description": "The path of the file to mark as unviewed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnmarkFileAsViewedPayload", "description": "Autogenerated return type of UnmarkFileAsViewed.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The updated pull request.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnmarkIssueAsDuplicateInput", "description": "Autogenerated input type of UnmarkIssueAsDuplicate", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "duplicateId", "description": "ID of the issue or pull request currently marked as a duplicate.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "canonicalId", "description": "ID of the issue or pull request currently considered canonical/authoritative/original.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnmarkIssueAsDuplicatePayload", "description": "Autogenerated return type of UnmarkIssueAsDuplicate.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "duplicate", "description": "The issue or pull request that was marked as a duplicate.", "args": [], "type": { "kind": "UNION", "name": "IssueOrPullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnmarkProjectV2AsTemplateInput", "description": "Autogenerated input type of UnmarkProjectV2AsTemplate", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to unmark as a template.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnmarkProjectV2AsTemplatePayload", "description": "Autogenerated return type of UnmarkProjectV2AsTemplate.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "The project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnmarkedAsDuplicateEvent", "description": "Represents an 'unmarked_as_duplicate' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "canonical", "description": "The authoritative issue or pull request which has been duplicated by another.", "args": [], "type": { "kind": "UNION", "name": "IssueOrPullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "duplicate", "description": "The issue or pull request which has been marked as a duplicate of another.", "args": [], "type": { "kind": "UNION", "name": "IssueOrPullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UnmarkedAsDuplicateEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCrossRepository", "description": "Canonical and duplicate belong to different repositories.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnminimizeCommentInput", "description": "Autogenerated input type of UnminimizeComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subjectId", "description": "The Node ID of the subject to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnminimizeCommentPayload", "description": "Autogenerated return type of UnminimizeComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unminimizedComment", "description": "The comment that was unminimized.", "args": [], "type": { "kind": "INTERFACE", "name": "Minimizable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnpinIssueInput", "description": "Autogenerated input type of UnpinIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "issueId", "description": "The ID of the issue to be unpinned", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnpinIssuePayload", "description": "Autogenerated return type of UnpinIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The id of the pinned issue that was unpinned", "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue that was unpinned", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnpinnedEvent", "description": "Represents an 'unpinned' event on a given issue or pull request.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UnpinnedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "Identifies the issue associated with the event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnresolveReviewThreadInput", "description": "Autogenerated input type of UnresolveReviewThread", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "threadId", "description": "The ID of the thread to unresolve", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnresolveReviewThreadPayload", "description": "Autogenerated return type of UnresolveReviewThread.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": "The thread to resolve.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewThread", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UnsubscribeFromNotificationsInput", "description": "Autogenerated input type of UnsubscribeFromNotifications", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ids", "description": "The NotificationThread IDs of the objects to unsubscribe from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnsubscribeFromNotificationsPayload", "description": "Autogenerated return type of UnsubscribeFromNotifications.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Did the operation succeed?", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UnsubscribedEvent", "description": "Represents an 'unsubscribed' event on a given `Subscribable`.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UnsubscribedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subscribable", "description": "Object referenced by event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Subscribable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Updatable", "description": "Entities that can be updated.", "fields": [ { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "GistComment", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "Project", "ofType": null }, { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null } ] }, { "kind": "INTERFACE", "name": "UpdatableComment", "description": "Comments that can be updated.", "fields": [ { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCannotUpdateReason", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CommitComment", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, { "kind": "OBJECT", "name": "GistComment", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "UpdateBranchProtectionRuleInput", "description": "Autogenerated input type of UpdateBranchProtectionRule", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "branchProtectionRuleId", "description": "The global relay id of the branch protection rule to be updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "pattern", "description": "The glob-like pattern used to determine matching branches.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "requiresApprovingReviews", "description": "Are approving reviews required to update matching branches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiredApprovingReviewCount", "description": "Number of approving reviews required to update matching branches.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "requiresCommitSignatures", "description": "Are commits required to be signed.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiresLinearHistory", "description": "Are merge commits prohibited from being pushed to this branch.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "blocksCreations", "description": "Is branch creation a protected operation.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "allowsForcePushes", "description": "Are force pushes allowed on this branch.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "allowsDeletions", "description": "Can this branch be deleted.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "isAdminEnforced", "description": "Can admins override branch protection.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiresStatusChecks", "description": "Are status checks required to update matching branches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiresStrictStatusChecks", "description": "Are branches required to be up to date before merging.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiresCodeOwnerReviews", "description": "Are reviews from code owners required to update matching branches.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "dismissesStaleReviews", "description": "Will new commits pushed to matching branches dismiss pull request review approvals.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "restrictsReviewDismissals", "description": "Is dismissal of pull request reviews restricted.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "reviewDismissalActorIds", "description": "A list of User, Team, or App IDs allowed to dismiss reviews on pull requests targeting matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "bypassPullRequestActorIds", "description": "A list of User, Team, or App IDs allowed to bypass pull requests targeting matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "bypassForcePushActorIds", "description": "A list of User, Team, or App IDs allowed to bypass force push targeting matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "restrictsPushes", "description": "Is pushing to matching branches restricted.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "pushActorIds", "description": "A list of User, Team, or App IDs allowed to push to matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "requiredStatusCheckContexts", "description": "List of required status check contexts that must pass for commits to be accepted to matching branches.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "requiredStatusChecks", "description": "The list of required status checks", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RequiredStatusCheckInput", "ofType": null } } }, "defaultValue": null }, { "name": "requiresDeployments", "description": "Are successful deployments required before merging.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requiredDeploymentEnvironments", "description": "The list of required deployment environments", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "requiresConversationResolution", "description": "Are conversations required to be resolved before merging.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "requireLastPushApproval", "description": "Whether the most recent push must be approved by someone other than the person who pushed it", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "lockBranch", "description": "Whether to set the branch as read-only. If this is true, users will not be able to push to the branch.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "lockAllowsFetchAndMerge", "description": "Whether users can pull changes from upstream when the branch is locked. Set to `true` to allow fork syncing. Set to `false` to prevent fork syncing.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateBranchProtectionRulePayload", "description": "Autogenerated return type of UpdateBranchProtectionRule.", "fields": [ { "name": "branchProtectionRule", "description": "The newly created BranchProtectionRule.", "args": [], "type": { "kind": "OBJECT", "name": "BranchProtectionRule", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateCheckRunInput", "description": "Autogenerated input type of UpdateCheckRun", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "checkRunId", "description": "The node of the check.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the check.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "detailsUrl", "description": "The URL of the integrator's site that has the full details of the check.", "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "defaultValue": null }, { "name": "externalId", "description": "A reference for the run on the integrator's system.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "status", "description": "The current status.", "type": { "kind": "ENUM", "name": "RequestableCheckStatusState", "ofType": null }, "defaultValue": null }, { "name": "startedAt", "description": "The time that the check run began.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "conclusion", "description": "The final conclusion of the check.", "type": { "kind": "ENUM", "name": "CheckConclusionState", "ofType": null }, "defaultValue": null }, { "name": "completedAt", "description": "The time that the check run finished.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "output", "description": "Descriptive details about the run.", "type": { "kind": "INPUT_OBJECT", "name": "CheckRunOutput", "ofType": null }, "defaultValue": null }, { "name": "actions", "description": "Possible further actions the integrator can perform, which a user may trigger.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CheckRunAction", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateCheckRunPayload", "description": "Autogenerated return type of UpdateCheckRun.", "fields": [ { "name": "checkRun", "description": "The updated check run.", "args": [], "type": { "kind": "OBJECT", "name": "CheckRun", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateCheckSuitePreferencesInput", "description": "Autogenerated input type of UpdateCheckSuitePreferences", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "autoTriggerPreferences", "description": "The check suite preferences to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CheckSuiteAutoTriggerPreference", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateCheckSuitePreferencesPayload", "description": "Autogenerated return type of UpdateCheckSuitePreferences.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The updated repository.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateDiscussionCommentInput", "description": "Autogenerated input type of UpdateDiscussionComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "commentId", "description": "The Node ID of the discussion comment to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The new contents of the comment body.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateDiscussionCommentPayload", "description": "Autogenerated return type of UpdateDiscussionComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": "The modified discussion comment.", "args": [], "type": { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateDiscussionInput", "description": "Autogenerated input type of UpdateDiscussion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "discussionId", "description": "The Node ID of the discussion to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The new discussion title.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The new contents of the discussion body.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "categoryId", "description": "The Node ID of a discussion category within the same repository to change this discussion to.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateDiscussionPayload", "description": "Autogenerated return type of UpdateDiscussion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussion", "description": "The modified discussion.", "args": [], "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseAdministratorRoleInput", "description": "Autogenerated input type of UpdateEnterpriseAdministratorRole", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the Enterprise which the admin belongs to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "login", "description": "The login of a administrator whose role is being changed.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "role", "description": "The new role for the Enterprise administrator.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseAdministratorRole", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseAdministratorRolePayload", "description": "Autogenerated return type of UpdateEnterpriseAdministratorRole.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of changing the administrator's role.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput", "description": "Autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the allow private repository forking setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the allow private repository forking setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null }, { "name": "policyValue", "description": "The value for the allow private repository forking policy on the enterprise.", "type": { "kind": "ENUM", "name": "EnterpriseAllowPrivateRepositoryForkingPolicyValue", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated allow private repository forking setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the allow private repository forking setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseDefaultRepositoryPermissionSettingInput", "description": "Autogenerated input type of UpdateEnterpriseDefaultRepositoryPermissionSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the base repository permission setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the base repository permission setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseDefaultRepositoryPermissionSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseDefaultRepositoryPermissionSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseDefaultRepositoryPermissionSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated base repository permission setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the base repository permission setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can change repository visibility setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the members can change repository visibility setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingPayload", "description": "Autogenerated return type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated members can change repository visibility setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the members can change repository visibility setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanCreateRepositoriesSettingInput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can create repositories setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "Value for the members can create repositories setting on the enterprise. This or the granular public/private/internal allowed fields (but not both) must be provided.", "type": { "kind": "ENUM", "name": "EnterpriseMembersCanCreateRepositoriesSettingValue", "ofType": null }, "defaultValue": null }, { "name": "membersCanCreateRepositoriesPolicyEnabled", "description": "When false, allow member organizations to set their own repository creation member privileges.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "membersCanCreatePublicRepositories", "description": "Allow members to create public repositories. Defaults to current value.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "membersCanCreatePrivateRepositories", "description": "Allow members to create private repositories. Defaults to current value.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "membersCanCreateInternalRepositories", "description": "Allow members to create internal repositories. Defaults to current value.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanCreateRepositoriesSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseMembersCanCreateRepositoriesSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated members can create repositories setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the members can create repositories setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanDeleteIssuesSettingInput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanDeleteIssuesSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can delete issues setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the members can delete issues setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanDeleteIssuesSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseMembersCanDeleteIssuesSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated members can delete issues setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the members can delete issues setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can delete repositories setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the members can delete repositories setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanDeleteRepositoriesSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated members can delete repositories setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the members can delete repositories setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can invite collaborators setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the members can invite collaborators setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanInviteCollaboratorsSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated members can invite collaborators setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the members can invite collaborators setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanMakePurchasesSettingInput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanMakePurchasesSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can make purchases setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the members can make purchases setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseMembersCanMakePurchasesSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanMakePurchasesSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseMembersCanMakePurchasesSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated members can make purchases setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the members can make purchases setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can update protected branches setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the members can update protected branches setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated members can update protected branches setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the members can update protected branches setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can view dependency insights setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the members can view dependency insights setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseMembersCanViewDependencyInsightsSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated members can view dependency insights setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the members can view dependency insights setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseOrganizationProjectsSettingInput", "description": "Autogenerated input type of UpdateEnterpriseOrganizationProjectsSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the organization projects setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the organization projects setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseOrganizationProjectsSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseOrganizationProjectsSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated organization projects setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the organization projects setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseOwnerOrganizationRoleInput", "description": "Autogenerated input type of UpdateEnterpriseOwnerOrganizationRole", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the Enterprise which the owner belongs to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization for membership change.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "organizationRole", "description": "The role to assume in the organization.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RoleInOrganization", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseOwnerOrganizationRolePayload", "description": "Autogenerated return type of UpdateEnterpriseOwnerOrganizationRole.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of changing the owner's organization role.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseProfileInput", "description": "Autogenerated input type of UpdateEnterpriseProfile", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The Enterprise ID to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the enterprise.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": "The description of the enterprise.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "websiteUrl", "description": "The URL of the enterprise's website.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "location", "description": "The location of the enterprise.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseProfilePayload", "description": "Autogenerated return type of UpdateEnterpriseProfile.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The updated enterprise.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseRepositoryProjectsSettingInput", "description": "Autogenerated input type of UpdateEnterpriseRepositoryProjectsSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the repository projects setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the repository projects setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseRepositoryProjectsSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseRepositoryProjectsSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated repository projects setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the repository projects setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseTeamDiscussionsSettingInput", "description": "Autogenerated input type of UpdateEnterpriseTeamDiscussionsSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the team discussions setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the team discussions setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledDisabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseTeamDiscussionsSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseTeamDiscussionsSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated team discussions setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the team discussions setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput", "description": "Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the two factor authentication required setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the two factor authentication required setting on the enterprise.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnterpriseEnabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload", "description": "Autogenerated return type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprise", "description": "The enterprise with the updated two factor authentication required setting.", "args": [], "type": { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the two factor authentication required setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateEnvironmentInput", "description": "Autogenerated input type of UpdateEnvironment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "environmentId", "description": "The node ID of the environment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "waitTimer", "description": "The wait timer in minutes.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "reviewers", "description": "The ids of users or teams that can approve deployments to this environment", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "preventSelfReview", "description": "Whether deployments to this environment can be approved by the user who created the deployment.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateEnvironmentPayload", "description": "Autogenerated return type of UpdateEnvironment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "environment", "description": "The updated environment.", "args": [], "type": { "kind": "OBJECT", "name": "Environment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateIpAllowListEnabledSettingInput", "description": "Autogenerated input type of UpdateIpAllowListEnabledSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the owner on which to set the IP allow list enabled setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the IP allow list enabled setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IpAllowListEnabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateIpAllowListEnabledSettingPayload", "description": "Autogenerated return type of UpdateIpAllowListEnabledSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The IP allow list owner on which the setting was updated.", "args": [], "type": { "kind": "UNION", "name": "IpAllowListOwner", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateIpAllowListEntryInput", "description": "Autogenerated input type of UpdateIpAllowListEntry", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ipAllowListEntryId", "description": "The ID of the IP allow list entry to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "allowListValue", "description": "An IP address or range of addresses in CIDR notation.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "An optional name for the IP allow list entry.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "isActive", "description": "Whether the IP allow list entry is active when an IP allow list is enabled.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateIpAllowListEntryPayload", "description": "Autogenerated return type of UpdateIpAllowListEntry.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipAllowListEntry", "description": "The IP allow list entry that was updated.", "args": [], "type": { "kind": "OBJECT", "name": "IpAllowListEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateIpAllowListForInstalledAppsEnabledSettingInput", "description": "Autogenerated input type of UpdateIpAllowListForInstalledAppsEnabledSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the owner.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the IP allow list configuration for installed GitHub Apps setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IpAllowListForInstalledAppsEnabledSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateIpAllowListForInstalledAppsEnabledSettingPayload", "description": "Autogenerated return type of UpdateIpAllowListForInstalledAppsEnabledSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The IP allow list owner on which the setting was updated.", "args": [], "type": { "kind": "UNION", "name": "IpAllowListOwner", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateIssueCommentInput", "description": "Autogenerated input type of UpdateIssueComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the IssueComment to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The updated text of the comment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateIssueCommentPayload", "description": "Autogenerated return type of UpdateIssueComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issueComment", "description": "The updated comment.", "args": [], "type": { "kind": "OBJECT", "name": "IssueComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateIssueInput", "description": "Autogenerated input type of UpdateIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the Issue to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title for the issue.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The body for the issue description.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "assigneeIds", "description": "An array of Node IDs of users for this issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "milestoneId", "description": "The Node ID of the milestone for this issue.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "labelIds", "description": "An array of Node IDs of labels for this issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "state", "description": "The desired issue state.", "type": { "kind": "ENUM", "name": "IssueState", "ofType": null }, "defaultValue": null }, { "name": "projectIds", "description": "An array of Node IDs for projects associated with this issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateIssuePayload", "description": "Autogenerated return type of UpdateIssue.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "issue", "description": "The issue.", "args": [], "type": { "kind": "OBJECT", "name": "Issue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateLabelInput", "description": "Autogenerated input type of UpdateLabel", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node ID of the label to be updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "color", "description": "A 6 character hex code, without the leading #, identifying the updated color of the label.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": "A brief description of the label, such as its purpose.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "name", "description": "The updated name of the label.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateLabelPayload", "description": "Autogenerated return type of UpdateLabel.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": "The updated label.", "args": [], "type": { "kind": "OBJECT", "name": "Label", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateNotificationRestrictionSettingInput", "description": "Autogenerated input type of UpdateNotificationRestrictionSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "ownerId", "description": "The ID of the owner on which to set the restrict notifications setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "settingValue", "description": "The value for the restrict notifications setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NotificationRestrictionSettingValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateNotificationRestrictionSettingPayload", "description": "Autogenerated return type of UpdateNotificationRestrictionSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The owner on which the setting was updated.", "args": [], "type": { "kind": "UNION", "name": "VerifiableDomainOwner", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateOrganizationAllowPrivateRepositoryForkingSettingInput", "description": "Autogenerated input type of UpdateOrganizationAllowPrivateRepositoryForkingSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization on which to set the allow private repository forking setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "forkingEnabled", "description": "Enable forking of private repositories in the organization?", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateOrganizationAllowPrivateRepositoryForkingSettingPayload", "description": "Autogenerated return type of UpdateOrganizationAllowPrivateRepositoryForkingSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the allow private repository forking setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization with the updated allow private repository forking setting.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateOrganizationWebCommitSignoffSettingInput", "description": "Autogenerated input type of UpdateOrganizationWebCommitSignoffSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The ID of the organization on which to set the web commit signoff setting.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "webCommitSignoffRequired", "description": "Enable signoff on web-based commits for repositories in the organization?", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateOrganizationWebCommitSignoffSettingPayload", "description": "Autogenerated return type of UpdateOrganizationWebCommitSignoffSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the web commit signoff setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization with the updated web commit signoff setting.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateParameters", "description": "Only allow users with bypass permission to update matching refs.", "fields": [ { "name": "updateAllowsFetchAndMerge", "description": "Branch can pull changes from its upstream repository", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateParametersInput", "description": "Only allow users with bypass permission to update matching refs.", "fields": null, "inputFields": [ { "name": "updateAllowsFetchAndMerge", "description": "Branch can pull changes from its upstream repository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdatePatreonSponsorabilityInput", "description": "Autogenerated input type of UpdatePatreonSponsorability", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogin", "description": "The username of the organization with the GitHub Sponsors profile, if any. Defaults to the GitHub Sponsors profile for the authenticated user if omitted.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enablePatreonSponsorships", "description": "Whether Patreon tiers should be shown on the GitHub Sponsors profile page, allowing potential sponsors to make their payment through Patreon instead of GitHub.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdatePatreonSponsorabilityPayload", "description": "Autogenerated return type of UpdatePatreonSponsorability.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsListing", "description": "The GitHub Sponsors profile.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectCardInput", "description": "Autogenerated input type of UpdateProjectCard", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectCardId", "description": "The ProjectCard ID to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "isArchived", "description": "Whether or not the ProjectCard should be archived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "note", "description": "The note of ProjectCard.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectCardPayload", "description": "Autogenerated return type of UpdateProjectCard.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectCard", "description": "The updated ProjectCard.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectCard", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectColumnInput", "description": "Autogenerated input type of UpdateProjectColumn", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectColumnId", "description": "The ProjectColumn ID to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of project column.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectColumnPayload", "description": "Autogenerated return type of UpdateProjectColumn.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectColumn", "description": "The updated project column.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectColumn", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectInput", "description": "Autogenerated input type of UpdateProject", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The Project ID to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of project.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The description of project.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "state", "description": "Whether the project is open or closed.", "type": { "kind": "ENUM", "name": "ProjectState", "ofType": null }, "defaultValue": null }, { "name": "public", "description": "Whether the project is public or not.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectPayload", "description": "Autogenerated return type of UpdateProject.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "The updated project.", "args": [], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2CollaboratorsInput", "description": "Autogenerated input type of UpdateProjectV2Collaborators", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the project to update the collaborators for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "collaborators", "description": "The collaborators to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectV2Collaborator", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectV2CollaboratorsPayload", "description": "Autogenerated return type of UpdateProjectV2Collaborators.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "collaborators", "description": "The collaborators granted a role", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2ActorConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2DraftIssueInput", "description": "Autogenerated input type of UpdateProjectV2DraftIssue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "draftIssueId", "description": "The ID of the draft issue to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title of the draft issue.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The body of the draft issue.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "assigneeIds", "description": "The IDs of the assignees of the draft issue.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectV2DraftIssuePayload", "description": "Autogenerated return type of UpdateProjectV2DraftIssue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "draftIssue", "description": "The draft issue updated in the project.", "args": [], "type": { "kind": "OBJECT", "name": "DraftIssue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2Input", "description": "Autogenerated input type of UpdateProjectV2", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "Set the title of the project.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "shortDescription", "description": "Set the short description of the project.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "readme", "description": "Set the readme description of the project.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "closed", "description": "Set the project to closed or open.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "public", "description": "Set the project to public or private.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2ItemFieldValueInput", "description": "Autogenerated input type of UpdateProjectV2ItemFieldValue", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "itemId", "description": "The ID of the item to be updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "fieldId", "description": "The ID of the field to be updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "value", "description": "The value which will be set on the field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectV2FieldValue", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectV2ItemFieldValuePayload", "description": "Autogenerated return type of UpdateProjectV2ItemFieldValue.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2Item", "description": "The updated item.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2Item", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2ItemPositionInput", "description": "Autogenerated input type of UpdateProjectV2ItemPosition", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "projectId", "description": "The ID of the Project.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "itemId", "description": "The ID of the item to be moved.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "afterId", "description": "The ID of the item to position this item after. If omitted or set to null the item will be moved to top.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectV2ItemPositionPayload", "description": "Autogenerated return type of UpdateProjectV2ItemPosition.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "items", "description": "The items in the new order", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2ItemConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectV2Payload", "description": "Autogenerated return type of UpdateProjectV2.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "The updated Project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProjectV2StatusUpdateInput", "description": "Autogenerated input type of UpdateProjectV2StatusUpdate", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "statusUpdateId", "description": "The ID of the status update to be updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "startDate", "description": "The start date of the status update.", "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "defaultValue": null }, { "name": "targetDate", "description": "The target date of the status update.", "type": { "kind": "SCALAR", "name": "Date", "ofType": null }, "defaultValue": null }, { "name": "status", "description": "The status of the status update.", "type": { "kind": "ENUM", "name": "ProjectV2StatusUpdateStatus", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The body of the status update.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateProjectV2StatusUpdatePayload", "description": "Autogenerated return type of UpdateProjectV2StatusUpdate.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusUpdate", "description": "The status update updated in the project.", "args": [], "type": { "kind": "OBJECT", "name": "ProjectV2StatusUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdatePullRequestBranchInput", "description": "Autogenerated input type of UpdatePullRequestBranch", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The Node ID of the pull request.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "expectedHeadOid", "description": "The head ref oid for the upstream branch.", "type": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null }, "defaultValue": null }, { "name": "updateMethod", "description": "The update branch method to use. If omitted, defaults to 'MERGE'", "type": { "kind": "ENUM", "name": "PullRequestBranchUpdateMethod", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdatePullRequestBranchPayload", "description": "Autogenerated return type of UpdatePullRequestBranch.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The updated pull request.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdatePullRequestInput", "description": "Autogenerated input type of UpdatePullRequest", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestId", "description": "The Node ID of the pull request.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "baseRefName", "description": "The name of the branch you want your changes pulled into. This should be an existing branch\non the current repository.\n", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "title", "description": "The title of the pull request.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The contents of the pull request.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "state", "description": "The target state of the pull request.", "type": { "kind": "ENUM", "name": "PullRequestUpdateState", "ofType": null }, "defaultValue": null }, { "name": "maintainerCanModify", "description": "Indicates whether maintainers can modify the pull request.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "assigneeIds", "description": "An array of Node IDs of users for this pull request.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "milestoneId", "description": "The Node ID of the milestone for this pull request.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "labelIds", "description": "An array of Node IDs of labels for this pull request.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "projectIds", "description": "An array of Node IDs for projects associated with this pull request.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdatePullRequestPayload", "description": "Autogenerated return type of UpdatePullRequest.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequest", "description": "The updated pull request.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequest", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdatePullRequestReviewCommentInput", "description": "Autogenerated input type of UpdatePullRequestReviewComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewCommentId", "description": "The Node ID of the comment to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The text of the comment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdatePullRequestReviewCommentPayload", "description": "Autogenerated return type of UpdatePullRequestReviewComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReviewComment", "description": "The updated comment.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReviewComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdatePullRequestReviewInput", "description": "Autogenerated input type of UpdatePullRequestReview", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pullRequestReviewId", "description": "The Node ID of the pull request review to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The contents of the pull request review body.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdatePullRequestReviewPayload", "description": "Autogenerated return type of UpdatePullRequestReview.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequestReview", "description": "The updated pull request review.", "args": [], "type": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateRefInput", "description": "Autogenerated input type of UpdateRef", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "refId", "description": "The Node ID of the Ref to be updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "oid", "description": "The GitObjectID that the Ref shall be updated to target.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitObjectID", "ofType": null } }, "defaultValue": null }, { "name": "force", "description": "Permit updates of branch Refs that are not fast-forwards?", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateRefPayload", "description": "Autogenerated return type of UpdateRef.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "The updated Ref.", "args": [], "type": { "kind": "OBJECT", "name": "Ref", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateRefsInput", "description": "Autogenerated input type of UpdateRefs", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "refUpdates", "description": "A list of ref updates.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RefUpdate", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateRefsPayload", "description": "Autogenerated return type of UpdateRefs.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateRepositoryInput", "description": "Autogenerated input type of UpdateRepository", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The new name of the repository.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": "A new description for the repository. Pass an empty string to erase the existing description.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "template", "description": "Whether this repository should be marked as a template such that anyone who can access it can create new repositories with the same files and directory structure.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "homepageUrl", "description": "The URL for a web page about this repository. Pass an empty string to erase the existing URL.", "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "defaultValue": null }, { "name": "hasWikiEnabled", "description": "Indicates if the repository should have the wiki feature enabled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasIssuesEnabled", "description": "Indicates if the repository should have the issues feature enabled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasProjectsEnabled", "description": "Indicates if the repository should have the project boards feature enabled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasDiscussionsEnabled", "description": "Indicates if the repository should have the discussions feature enabled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasSponsorshipsEnabled", "description": "Indicates if the repository displays a Sponsor button for financial contributions.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateRepositoryPayload", "description": "Autogenerated return type of UpdateRepository.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The updated repository.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateRepositoryRulesetInput", "description": "Autogenerated input type of UpdateRepositoryRuleset", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryRulesetId", "description": "The global relay id of the repository ruleset to be updated.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the ruleset.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "target", "description": "The target of the ruleset.", "type": { "kind": "ENUM", "name": "RepositoryRulesetTarget", "ofType": null }, "defaultValue": null }, { "name": "rules", "description": "The list of rules for this ruleset", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RepositoryRuleInput", "ofType": null } } }, "defaultValue": null }, { "name": "conditions", "description": "The list of conditions for this ruleset", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryRuleConditionsInput", "ofType": null }, "defaultValue": null }, { "name": "enforcement", "description": "The enforcement level for this ruleset", "type": { "kind": "ENUM", "name": "RuleEnforcement", "ofType": null }, "defaultValue": null }, { "name": "bypassActors", "description": "A list of actors that are allowed to bypass rules in this ruleset.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RepositoryRulesetBypassActorInput", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateRepositoryRulesetPayload", "description": "Autogenerated return type of UpdateRepositoryRuleset.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ruleset", "description": "The newly created Ruleset.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryRuleset", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateRepositoryWebCommitSignoffSettingInput", "description": "Autogenerated input type of UpdateRepositoryWebCommitSignoffSetting", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "webCommitSignoffRequired", "description": "Indicates if the repository should require signoff on web-based commits.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateRepositoryWebCommitSignoffSettingPayload", "description": "Autogenerated return type of UpdateRepositoryWebCommitSignoffSetting.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A message confirming the result of updating the web commit signoff setting.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The updated repository.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateSponsorshipPreferencesInput", "description": "Autogenerated input type of UpdateSponsorshipPreferences", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorId", "description": "The ID of the user or organization who is acting as the sponsor, paying for the sponsorship. Required if sponsorLogin is not given.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "sponsorLogin", "description": "The username of the user or organization who is acting as the sponsor, paying for the sponsorship. Required if sponsorId is not given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sponsorableId", "description": "The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogin", "description": "The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "receiveEmails", "description": "Whether the sponsor should receive email updates from the sponsorable.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "privacyLevel", "description": "Specify whether others should be able to see that the sponsor is sponsoring the sponsorable. Public visibility still does not reveal which tier is used.", "type": { "kind": "ENUM", "name": "SponsorshipPrivacy", "ofType": null }, "defaultValue": "PUBLIC" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateSponsorshipPreferencesPayload", "description": "Autogenerated return type of UpdateSponsorshipPreferences.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorship", "description": "The sponsorship that was updated.", "args": [], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateSubscriptionInput", "description": "Autogenerated input type of UpdateSubscription", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subscribableId", "description": "The Node ID of the subscribable object to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "state", "description": "The new state of the subscription.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SubscriptionState", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateSubscriptionPayload", "description": "Autogenerated return type of UpdateSubscription.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subscribable", "description": "The input subscribable entity.", "args": [], "type": { "kind": "INTERFACE", "name": "Subscribable", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateTeamDiscussionCommentInput", "description": "Autogenerated input type of UpdateTeamDiscussionComment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the comment to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "body", "description": "The updated text of the comment.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "bodyVersion", "description": "The current version of the body content.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateTeamDiscussionCommentPayload", "description": "Autogenerated return type of UpdateTeamDiscussionComment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamDiscussionComment", "description": "The updated comment.", "args": [], "type": { "kind": "OBJECT", "name": "TeamDiscussionComment", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateTeamDiscussionInput", "description": "Autogenerated input type of UpdateTeamDiscussion", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node ID of the discussion to modify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The updated title of the discussion.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "body", "description": "The updated text of the discussion.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "bodyVersion", "description": "The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "pinned", "description": "If provided, sets the pinned state of the updated discussion.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateTeamDiscussionPayload", "description": "Autogenerated return type of UpdateTeamDiscussion.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teamDiscussion", "description": "The updated discussion.", "args": [], "type": { "kind": "OBJECT", "name": "TeamDiscussion", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateTeamReviewAssignmentInput", "description": "Autogenerated input type of UpdateTeamReviewAssignment", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The Node ID of the team to update review assignments of", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "enabled", "description": "Turn on or off review assignment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "algorithm", "description": "The algorithm to use for review assignment", "type": { "kind": "ENUM", "name": "TeamReviewAssignmentAlgorithm", "ofType": null }, "defaultValue": "ROUND_ROBIN" }, { "name": "teamMemberCount", "description": "The number of team members to assign", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "1" }, { "name": "notifyTeam", "description": "Notify the entire team of the PR if it is delegated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "removeTeamRequest", "description": "Remove the team review request when assigning", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "includeChildTeamMembers", "description": "Include the members of any child teams when assigning", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "countMembersAlreadyRequested", "description": "Count any members whose review has already been requested against the required number of members assigned to review", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" }, { "name": "excludedTeamMemberIds", "description": "An array of team member IDs to exclude", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateTeamReviewAssignmentPayload", "description": "Autogenerated return type of UpdateTeamReviewAssignment.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "team", "description": "The team that was modified", "args": [], "type": { "kind": "OBJECT", "name": "Team", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateTeamsRepositoryInput", "description": "Autogenerated input type of UpdateTeamsRepository", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "Repository ID being granted access to.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "teamIds", "description": "A list of teams being granted access. Limit: 10", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null }, { "name": "permission", "description": "Permission that should be granted to the teams.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryPermission", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateTeamsRepositoryPayload", "description": "Autogenerated return type of UpdateTeamsRepository.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The repository that was updated.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "teams", "description": "The teams granted permission on the repository.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateTopicsInput", "description": "Autogenerated input type of UpdateTopics", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The Node ID of the repository.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "topicNames", "description": "An array of topic names.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateTopicsPayload", "description": "Autogenerated return type of UpdateTopics.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invalidTopicNames", "description": "Names of the provided topics that are not valid.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "The updated repository.", "args": [], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateUserListInput", "description": "Autogenerated input type of UpdateUserList", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "listId", "description": "The ID of the list to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": "The name of the list", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": "A description of the list", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "isPrivate", "description": "Whether or not the list is private", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateUserListPayload", "description": "Autogenerated return type of UpdateUserList.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "list", "description": "The list that was just updated", "args": [], "type": { "kind": "OBJECT", "name": "UserList", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateUserListsForItemInput", "description": "Autogenerated input type of UpdateUserListsForItem", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "itemId", "description": "The item to add to the list", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "listIds", "description": "The lists to which this item should belong", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null }, { "name": "suggestedListIds", "description": "The suggested lists to create and add this item to", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateUserListsForItemPayload", "description": "Autogenerated return type of UpdateUserListsForItem.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": "The item that was added", "args": [], "type": { "kind": "UNION", "name": "UserListItems", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lists", "description": "The lists to which this item belongs", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserList", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who owns the lists", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "User", "description": "A user is an individual's account on GitHub that owns repositories and can make new content.", "fields": [ { "name": "anyPinnableItems", "description": "Determine if this repository owner has any items that can be pinned to their profile.", "args": [ { "name": "type", "description": "Filter to only a particular kind of pinnable item.", "type": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarUrl", "description": "A URL pointing to the user's public avatar.", "args": [ { "name": "size", "description": "The size of the resulting square image.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bio", "description": "The user's public profile bio.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bioHTML", "description": "The user's public profile bio as HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "canReceiveOrganizationEmailsWhenNotificationsRestricted", "description": "Could this user receive email notifications, if the organization had notification restrictions enabled?", "args": [ { "name": "login", "description": "The login of the organization to check.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitComments", "description": "A list of commit comments made by this user.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "company", "description": "The user's public profile company.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "companyHTML", "description": "The user's public profile company as HTML.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "HTML", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributionsCollection", "description": "The collection of contributions this user has made to different repositories.", "args": [ { "name": "organizationID", "description": "The ID of the organization used to filter contributions.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "from", "description": "Only contributions made at this time or later will be counted. If omitted, defaults to a year ago.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "to", "description": "Only contributions made before and up to (including) this time will be counted. If omitted, defaults to the current time or one year from the provided from argument.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ContributionsCollection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "copilotEndpoints", "description": "The user's Copilot endpoint information", "args": [], "type": { "kind": "OBJECT", "name": "CopilotEndpoints", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": "The user's publicly visible profile email.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enterprises", "description": "A list of enterprises that the user belongs to.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the User's enterprises.", "type": { "kind": "INPUT_OBJECT", "name": "EnterpriseOrder", "ofType": null }, "defaultValue": "{field: NAME, direction: ASC}" }, { "name": "membershipType", "description": "Filter enterprises returned based on the user's membership type.", "type": { "kind": "ENUM", "name": "EnterpriseMembershipType", "ofType": null }, "defaultValue": "ALL" } ], "type": { "kind": "OBJECT", "name": "EnterpriseConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "estimatedNextSponsorsPayoutInCents", "description": "The estimated next GitHub Sponsors payout for this user/organization in cents (USD).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "followers", "description": "A list of users the given user is followed by.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FollowerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "following", "description": "A list of users the given user is following.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FollowingConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "gist", "description": "Find gist by repo name.", "args": [ { "name": "name", "description": "The gist name to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Gist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "gistComments", "description": "A list of gist comments made by this user.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GistCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "gists", "description": "A list of the Gists the user has created.", "args": [ { "name": "privacy", "description": "Filters Gists according to privacy.", "type": { "kind": "ENUM", "name": "GistPrivacy", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for gists returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "GistOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GistConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasSponsorsListing", "description": "True if this user/organization has a GitHub Sponsors listing.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hovercard", "description": "The hovercard information for this user in a given context", "args": [ { "name": "primarySubjectId", "description": "The ID of the subject to get the hovercard in the context of", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Hovercard", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the User object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "interactionAbility", "description": "The interaction ability settings for this user.", "args": [], "type": { "kind": "OBJECT", "name": "RepositoryInteractionAbility", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isBountyHunter", "description": "Whether or not this user is a participant in the GitHub Security Bug Bounty.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCampusExpert", "description": "Whether or not this user is a participant in the GitHub Campus Experts Program.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeveloperProgramMember", "description": "Whether or not this user is a GitHub Developer Program member.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isEmployee", "description": "Whether or not this user is a GitHub employee.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFollowingViewer", "description": "Whether or not this user is following the viewer. Inverse of viewerIsFollowing", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isGitHubStar", "description": "Whether or not this user is a member of the GitHub Stars Program.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isHireable", "description": "Whether or not the user has marked themselves as for hire.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSiteAdmin", "description": "Whether or not this user is a site administrator.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSponsoredBy", "description": "Whether the given account is sponsoring this user/organization.", "args": [ { "name": "accountLogin", "description": "The target account's login.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSponsoringViewer", "description": "True if the viewer is sponsored by this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isViewer", "description": "Whether or not this user is the viewing user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issueComments", "description": "A list of issue comments made by this user.", "args": [ { "name": "orderBy", "description": "Ordering options for issue comments returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueCommentOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "issues", "description": "A list of issues associated with this user.", "args": [ { "name": "orderBy", "description": "Ordering options for issues returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the issues by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueState", "ofType": null } } }, "defaultValue": null }, { "name": "filterBy", "description": "Filtering options for issues returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilters", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "itemShowcase", "description": "Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProfileItemShowcase", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lifetimeReceivedSponsorshipValues", "description": "Calculate how much each sponsor has ever paid total to this maintainer via GitHub Sponsors. Does not include sponsorships paid via Patreon.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for results returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorAndLifetimeValueOrder", "ofType": null }, "defaultValue": "{field: SPONSOR_LOGIN, direction: ASC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorAndLifetimeValueConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lists", "description": "A user-curated list of repositories", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserListConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "location", "description": "The user's public profile location.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "The username used to login.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "monthlyEstimatedSponsorsIncomeInCents", "description": "The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The user's public profile name.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "Find an organization by its login that the user belongs to.", "args": [ { "name": "login", "description": "The login of the organization to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationVerifiedDomainEmails", "description": "Verified email addresses that match verified domains for a specified organization the user is a member of.", "args": [ { "name": "login", "description": "The login of the organization to match verified domains from.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizations", "description": "A list of organizations the user belongs to.", "args": [ { "name": "orderBy", "description": "Ordering options for the User's organizations.", "type": { "kind": "INPUT_OBJECT", "name": "OrganizationOrder", "ofType": null }, "defaultValue": "null" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "packages", "description": "A list of packages under the owner.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "names", "description": "Find packages by their names.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "repositoryId", "description": "Find packages in a repository by ID.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "packageType", "description": "Filter registry package by type.", "type": { "kind": "ENUM", "name": "PackageType", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering of the returned packages.", "type": { "kind": "INPUT_OBJECT", "name": "PackageOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnableItems", "description": "A list of repositories and gists this profile owner can pin to their profile.", "args": [ { "name": "types", "description": "Filter the types of pinnable items that are returned.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnableItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedItems", "description": "A list of repositories and gists this profile owner has pinned to their profile", "args": [ { "name": "types", "description": "Filter the types of pinned items that are returned.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PinnableItemType", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PinnableItemConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedItemsRemaining", "description": "Returns how many more items this profile owner can pin to their profile.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "project", "description": "Find project by number.", "args": [ { "name": "number", "description": "The project number to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Project", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectV2", "description": "Find a project by number.", "args": [ { "name": "number", "description": "The project number.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProjectV2", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "projects", "description": "A list of projects under the owner.", "args": [ { "name": "orderBy", "description": "Ordering options for projects returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "ProjectOrder", "ofType": null }, "defaultValue": null }, { "name": "search", "description": "Query to search projects by, currently only searching by name.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "states", "description": "A list of states to filter the projects by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectState", "ofType": null } } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsResourcePath", "description": "The HTTP path listing user's projects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsUrl", "description": "The HTTP URL listing user's projects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "projectsV2", "description": "A list of projects under the owner.", "args": [ { "name": "query", "description": "A project to search for under the the owner.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "How to order the returned projects.", "type": { "kind": "INPUT_OBJECT", "name": "ProjectV2Order", "ofType": null }, "defaultValue": "{field: NUMBER, direction: DESC}" }, { "name": "minPermissionLevel", "description": "Filter projects based on user role.", "type": { "kind": "ENUM", "name": "ProjectV2PermissionLevel", "ofType": null }, "defaultValue": "READ" }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pronouns", "description": "The user's profile pronouns", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publicKeys", "description": "A list of public keys associated with this user.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PublicKeyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pullRequests", "description": "A list of pull requests associated with this user.", "args": [ { "name": "states", "description": "A list of states to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PullRequestState", "ofType": null } } }, "defaultValue": null }, { "name": "labels", "description": "A list of label names to filter the pull requests by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "IssueOrder", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "recentProjects", "description": "Recent projects that this user has modified in the context of the owner.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectV2Connection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositories", "description": "A list of repositories that the user owns.", "args": [ { "name": "privacy", "description": "If non-null, filters repositories according to privacy. Internal repositories are considered private; consider using the visibility argument if only internal repositories are needed. Cannot be combined with the visibility argument.", "type": { "kind": "ENUM", "name": "RepositoryPrivacy", "ofType": null }, "defaultValue": null }, { "name": "visibility", "description": "If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.", "type": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": null }, { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": null }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": "[OWNER, COLLABORATOR]" }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasIssuesEnabled", "description": "If non-null, filters repositories according to whether they have issues enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "isFork", "description": "If non-null, filters repositories according to whether they are forks of another repository", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoriesContributedTo", "description": "A list of repositories that the user recently contributed to.", "args": [ { "name": "privacy", "description": "If non-null, filters repositories according to privacy", "type": { "kind": "ENUM", "name": "RepositoryPrivacy", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": null }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasIssues", "description": "If non-null, filters repositories according to whether they have issues enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "includeUserRepositories", "description": "If true, include user repositories", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "contributionTypes", "description": "If non-null, include only the specified types of contributions. The GitHub.com UI uses [COMMIT, ISSUE, PULL_REQUEST, REPOSITORY]", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryContributionType", "ofType": null } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repository", "description": "Find Repository.", "args": [ { "name": "name", "description": "Name of Repository to find.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "followRenames", "description": "Follow repository renames. If disabled, a repository referenced by its old name will return an error.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Repository", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryDiscussionComments", "description": "Discussion comments this user has authored.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "Filter discussion comments to only those in a specific repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "onlyAnswers", "description": "Filter discussion comments to only those that were marked as the answer", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionCommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryDiscussions", "description": "Discussions this user has started.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for discussions returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "DiscussionOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" }, { "name": "repositoryId", "description": "Filter discussions to only those in a specific repository.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "answered", "description": "Filter discussions to only those that have been answered or not. Defaults to including both answered and unanswered discussions.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "null" }, { "name": "states", "description": "A list of states to filter the discussions by.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiscussionState", "ofType": null } } }, "defaultValue": "[]" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this user", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "savedReplies", "description": "Replies this user has saved", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "The field to order saved replies by.", "type": { "kind": "INPUT_OBJECT", "name": "SavedReplyOrder", "ofType": null }, "defaultValue": "{field: UPDATED_AT, direction: DESC}" } ], "type": { "kind": "OBJECT", "name": "SavedReplyConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "socialAccounts", "description": "The user's social media accounts, ordered as they appear on the user's profile.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SocialAccountConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsoring", "description": "List of users and organizations this entity is sponsoring.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the users and organizations returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorOrder", "ofType": null }, "defaultValue": "{field: RELEVANCE, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsors", "description": "List of sponsors for this user or organization.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "tierId", "description": "If given, will filter for sponsors at the given tier. Will only return sponsors whose tier the viewer is permitted to see.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsors returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorOrder", "ofType": null }, "defaultValue": "{field: RELEVANCE, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsActivities", "description": "Events involving this sponsorable, such as new sponsorships.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "period", "description": "Filter activities returned to only those that occurred in the most recent specified time period. Set to ALL to avoid filtering by when the activity occurred. Will be ignored if `since` or `until` is given.", "type": { "kind": "ENUM", "name": "SponsorsActivityPeriod", "ofType": null }, "defaultValue": "MONTH" }, { "name": "since", "description": "Filter activities to those that occurred on or after this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "until", "description": "Filter activities to those that occurred before this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for activity returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorsActivityOrder", "ofType": null }, "defaultValue": "{field: TIMESTAMP, direction: DESC}" }, { "name": "actions", "description": "Filter activities to only the specified actions.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SponsorsActivityAction", "ofType": null } } }, "defaultValue": "[]" }, { "name": "includeAsSponsor", "description": "Whether to include those events where this sponsorable acted as the sponsor. Defaults to only including events where this sponsorable was the recipient of a sponsorship.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "includePrivate", "description": "Whether or not to include private activities in the result set. Defaults to including public and private activities.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorsActivityConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorsListing", "description": "The GitHub Sponsors listing for this user or organization.", "args": [], "type": { "kind": "OBJECT", "name": "SponsorsListing", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipForViewerAsSponsor", "description": "The sponsorship from the viewer to this user/organization; that is, the sponsorship where you're the sponsor.", "args": [ { "name": "activeOnly", "description": "Whether to return the sponsorship only if it's still active. Pass false to get the viewer's sponsorship back even if it has been cancelled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipForViewerAsSponsorable", "description": "The sponsorship from this user/organization to the viewer; that is, the sponsorship you're receiving.", "args": [ { "name": "activeOnly", "description": "Whether to return the sponsorship only if it's still active. Pass false to get the sponsorship back even if it has been cancelled.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "OBJECT", "name": "Sponsorship", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipNewsletters", "description": "List of sponsorship updates sent from this sponsorable to sponsors.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsorship updates returned from the connection.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipNewsletterOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipNewsletterConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipsAsMaintainer", "description": "The sponsorships where this user or organization is the maintainer receiving the funds.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "includePrivate", "description": "Whether or not to include private sponsorships in the result set", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipOrder", "ofType": null }, "defaultValue": null }, { "name": "activeOnly", "description": "Whether to include only sponsorships that are active right now, versus all sponsorships this maintainer has ever received.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sponsorshipsAsSponsor", "description": "The sponsorships where this user or organization is the funder.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.", "type": { "kind": "INPUT_OBJECT", "name": "SponsorshipOrder", "ofType": null }, "defaultValue": null }, { "name": "maintainerLogins", "description": "Filter sponsorships returned to those for the specified maintainers. That is, the recipient of the sponsorship is a user or organization with one of the given logins.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "activeOnly", "description": "Whether to include only sponsorships that are active right now, versus all sponsorships this sponsor has ever made.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SponsorshipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "starredRepositories", "description": "Repositories the user has starred.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "ownedByViewer", "description": "Filters starred repositories to only return repositories owned by the viewer.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Order for connection", "type": { "kind": "INPUT_OBJECT", "name": "StarOrder", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StarredRepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "The user's description of what they're currently doing.", "args": [], "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "suggestedListNames", "description": "Suggested names for user lists", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserListSuggestion", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "topRepositories", "description": "Repositories the user has contributed to, ordered by contribution rank, plus repositories the user has created\n", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null } }, "defaultValue": null }, { "name": "since", "description": "How far back in time to fetch contributed repositories", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalSponsorshipAmountAsSponsorInCents", "description": "The amount in United States cents (e.g., 500 = $5.00 USD) that this entity has spent on GitHub to fund sponsorships. Only returns a value when viewed by the user themselves or by a user who can manage sponsorships for the requested organization.", "args": [ { "name": "since", "description": "Filter payments to those that occurred on or after this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "until", "description": "Filter payments to those that occurred before this time.", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "sponsorableLogins", "description": "Filter payments to those made to the users or organizations with the specified usernames.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": "[]" } ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twitterUsername", "description": "The user's Twitter username.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this user", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanChangePinnedItems", "description": "Can the viewer pin repositories and gists to the profile?", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanCreateProjects", "description": "Can the current viewer create new projects on this owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanFollow", "description": "Whether or not the viewer is able to follow the user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanSponsor", "description": "Whether or not the viewer is able to sponsor this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerIsFollowing", "description": "Whether or not this user is followed by the viewer. Inverse of isFollowingViewer.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerIsSponsoring", "description": "True if the viewer is sponsoring this user/organization.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "watching", "description": "A list of repositories the given user is watching.", "args": [ { "name": "privacy", "description": "If non-null, filters repositories according to privacy. Internal repositories are considered private; consider using the visibility argument if only internal repositories are needed. Cannot be combined with the visibility argument.", "type": { "kind": "ENUM", "name": "RepositoryPrivacy", "ofType": null }, "defaultValue": null }, { "name": "visibility", "description": "If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.", "type": { "kind": "ENUM", "name": "RepositoryVisibility", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection", "type": { "kind": "INPUT_OBJECT", "name": "RepositoryOrder", "ofType": null }, "defaultValue": null }, { "name": "affiliations", "description": "Affiliation options for repositories returned from the connection. If none specified, the results will include repositories for which the current viewer is an owner or collaborator, or member.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": null }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "ENUM", "name": "RepositoryAffiliation", "ofType": null } }, "defaultValue": "[OWNER, COLLABORATOR]" }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "hasIssuesEnabled", "description": "If non-null, filters repositories according to whether they have issues enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "websiteUrl", "description": "A URL pointing to the user's public website/blog.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Actor", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "PackageOwner", "ofType": null }, { "kind": "INTERFACE", "name": "ProfileOwner", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectOwner", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2Owner", "ofType": null }, { "kind": "INTERFACE", "name": "ProjectV2Recent", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryDiscussionAuthor", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryDiscussionCommentAuthor", "ofType": null }, { "kind": "INTERFACE", "name": "RepositoryOwner", "ofType": null }, { "kind": "INTERFACE", "name": "Sponsorable", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "UserBlockDuration", "description": "The possible durations that a user can be blocked for.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ONE_DAY", "description": "The user was blocked for 1 day", "isDeprecated": false, "deprecationReason": null }, { "name": "THREE_DAYS", "description": "The user was blocked for 3 days", "isDeprecated": false, "deprecationReason": null }, { "name": "ONE_WEEK", "description": "The user was blocked for 7 days", "isDeprecated": false, "deprecationReason": null }, { "name": "ONE_MONTH", "description": "The user was blocked for 30 days", "isDeprecated": false, "deprecationReason": null }, { "name": "PERMANENT", "description": "The user was blocked permanently", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "UserBlockedEvent", "description": "Represents a 'user_blocked' event on a given user.", "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "blockDuration", "description": "Number of days that the user was blocked for.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserBlockDuration", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UserBlockedEvent object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": "The user who was blocked.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserConnection", "description": "A list of users.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserContentEdit", "description": "An edit on user content", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": "Identifies the date and time when the object was deleted.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedBy", "description": "The actor who deleted this content", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "diff", "description": "A summary of the changes for this edit", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "editedAt", "description": "When this content was edited", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "editor", "description": "The actor who edited this content", "args": [], "type": { "kind": "INTERFACE", "name": "Actor", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UserContentEdit object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserContentEditConnection", "description": "A list of edits to content.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserContentEditEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserContentEdit", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserContentEditEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "UserContentEdit", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserEdge", "description": "Represents a user.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserEmailMetadata", "description": "Email attributes from External Identity", "fields": [ { "name": "primary", "description": "Boolean to identify primary emails", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Type of email", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": "Email id", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserList", "description": "A user-curated list of repositories", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of this list", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UserList object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPrivate", "description": "Whether or not this list is private", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "items", "description": "The items associated with this list", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserListItemsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastAddedAt", "description": "The date and time at which this list was created or last had items added to it", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of this list", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": "The slug of this list", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user to which this list belongs", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserListConnection", "description": "The connection type for UserList.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserListEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserListEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "UserList", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "UserListItems", "description": "Types that can be added to a user list.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Repository", "ofType": null } ] }, { "kind": "OBJECT", "name": "UserListItemsConnection", "description": "The connection type for UserListItems.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserListItemsEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "UserListItems", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserListItemsEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "UNION", "name": "UserListItems", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserListSuggestion", "description": "Represents a suggested user list.", "fields": [ { "name": "id", "description": "The ID of the suggested user list", "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the suggested user list", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserStatus", "description": "The user's description of what they're currently doing.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "emoji", "description": "An emoji summarizing the user's status.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "emojiHTML", "description": "The status emoji as HTML.", "args": [], "type": { "kind": "SCALAR", "name": "HTML", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "expiresAt", "description": "If set, the status will not be shown after this date.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the UserStatus object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "indicatesLimitedAvailability", "description": "Whether this status indicates the user is not fully available on GitHub.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": "A brief message describing what the user is doing.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The organization whose members can see this status. If null, this status is publicly visible.", "args": [], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The user who has this status.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserStatusConnection", "description": "The connection type for UserStatus.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserStatusEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserStatusEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserStatusOrder", "description": "Ordering options for user status connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order user statuses by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserStatusOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "UserStatusOrderField", "description": "Properties by which user status connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "UPDATED_AT", "description": "Order user statuses by when they were updated.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "VerifiableDomain", "description": "A domain that can be verified or approved for an organization or an enterprise.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dnsHostName", "description": "The DNS host name that should be used for verification.", "args": [], "type": { "kind": "SCALAR", "name": "URI", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "domain", "description": "The unicode encoded domain.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasFoundHostName", "description": "Whether a TXT record for verification with the expected host name was found.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasFoundVerificationToken", "description": "Whether a TXT record for verification with the expected verification token was found.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the VerifiableDomain object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isApproved", "description": "Whether or not the domain is approved.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRequiredForPolicyEnforcement", "description": "Whether this domain is required to exist for an organization or enterprise policy to be enforced.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": "Whether or not the domain is verified.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "The owner of the domain.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "VerifiableDomainOwner", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "punycodeEncodedDomain", "description": "The punycode encoded domain.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenExpirationTime", "description": "The time that the current verification token will expire.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verificationToken", "description": "The current verification token for the domain.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VerifiableDomainConnection", "description": "The connection type for VerifiableDomain.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VerifiableDomainEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VerifiableDomain", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VerifiableDomainEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "VerifiableDomain", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VerifiableDomainOrder", "description": "Ordering options for verifiable domain connections.", "fields": null, "inputFields": [ { "name": "field", "description": "The field to order verifiable domains by.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VerifiableDomainOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The ordering direction.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VerifiableDomainOrderField", "description": "Properties by which verifiable domain connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DOMAIN", "description": "Order verifiable domains by the domain name.", "isDeprecated": false, "deprecationReason": null }, { "name": "CREATED_AT", "description": "Order verifiable domains by their creation date.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "VerifiableDomainOwner", "description": "Types that can own a verifiable domain.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Enterprise", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "VerifyVerifiableDomainInput", "description": "Autogenerated input type of VerifyVerifiableDomain", "fields": null, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "id", "description": "The ID of the verifiable domain to verify.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VerifyVerifiableDomainPayload", "description": "Autogenerated return type of VerifyVerifiableDomain.", "fields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "domain", "description": "The verifiable domain that was verified.", "args": [], "type": { "kind": "OBJECT", "name": "VerifiableDomain", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ViewerHovercardContext", "description": "A hovercard context with a message describing how the viewer is related.", "fields": [ { "name": "message", "description": "A string describing this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "octicon", "description": "An octicon to accompany this context", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewer", "description": "Identifies the user who is related to this context.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "HovercardContext", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Votable", "description": "A subject that may be upvoted.", "fields": [ { "name": "upvoteCount", "description": "Number of upvotes that this subject has received.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanUpvote", "description": "Whether or not the current user can add or remove an upvote on this subject.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerHasUpvoted", "description": "Whether or not the current user has already upvoted this subject.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "DiscussionComment", "ofType": null } ] }, { "kind": "OBJECT", "name": "Workflow", "description": "A workflow contains meta information about an Actions workflow file.", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the Workflow object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the workflow.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this workflow", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "runs", "description": "The runs of the workflow.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "orderBy", "description": "Ordering options for the connection", "type": { "kind": "INPUT_OBJECT", "name": "WorkflowRunOrder", "ofType": null }, "defaultValue": "{field: CREATED_AT, direction: DESC}" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowRunConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "The state of the workflow.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkflowState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this workflow", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", "fields": [ { "name": "path", "description": "The path to the workflow file", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ref", "description": "The ref (branch or tag) of the workflow file to use", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryId", "description": "The ID of the repository where the workflow is defined", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sha", "description": "The commit SHA of the workflow file to use", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkflowFileReferenceInput", "description": "A workflow that must run for this rule to pass", "fields": null, "inputFields": [ { "name": "path", "description": "The path to the workflow file", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "ref", "description": "The ref (branch or tag) of the workflow file to use", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "repositoryId", "description": "The ID of the repository where the workflow is defined", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "sha", "description": "The commit SHA of the workflow file to use", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkflowRun", "description": "A workflow run.", "fields": [ { "name": "checkSuite", "description": "The check suite this workflow run belongs to.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CheckSuite", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "databaseId", "description": "Identifies the primary key from the database.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deploymentReviews", "description": "The log of deployment reviews", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentReviewConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "event", "description": "The event that triggered the workflow run", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "file", "description": "The workflow file", "args": [], "type": { "kind": "OBJECT", "name": "WorkflowRunFile", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": "The Node ID of the WorkflowRun object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingDeploymentRequests", "description": "The pending deployment requests of all check runs in this workflow run", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentRequestConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this workflow run", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "runNumber", "description": "A number that uniquely identifies this workflow run in its parent workflow.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this workflow run", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workflow", "description": "The workflow executed in this workflow run.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Workflow", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkflowRunConnection", "description": "The connection type for WorkflowRun.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowRunEdge", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodes", "description": "A list of nodes.", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowRun", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkflowRunEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [], "type": { "kind": "OBJECT", "name": "WorkflowRun", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkflowRunFile", "description": "An executed workflow file for a workflow run.", "fields": [ { "name": "id", "description": "The Node ID of the WorkflowRunFile object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "path", "description": "The path of the workflow file relative to its repository.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryFileUrl", "description": "The direct link to the file in the repository which stores the workflow file.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repositoryName", "description": "The repository name and owner which stores the workflow file.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resourcePath", "description": "The HTTP path for this workflow run file", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "run", "description": "The parent workflow run execution for this file.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowRun", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": "The HTTP URL for this workflow run file", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "URI", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanPushRepository", "description": "If the viewer has permissions to push to the repository which stores the workflow.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewerCanReadRepository", "description": "If the viewer has permissions to read the repository which stores the workflow.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null }, { "kind": "INTERFACE", "name": "UniformResourceLocatable", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkflowRunOrder", "description": "Ways in which lists of workflow runs can be ordered upon return.", "fields": null, "inputFields": [ { "name": "field", "description": "The field by which to order workflows.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkflowRunOrderField", "ofType": null } }, "defaultValue": null }, { "name": "direction", "description": "The direction in which to order workflow runs by the specified field.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrderDirection", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkflowRunOrderField", "description": "Properties by which workflow run connections can be ordered.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "CREATED_AT", "description": "Order workflow runs by most recently created", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "WorkflowState", "description": "The possible states for a workflow.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ACTIVE", "description": "The workflow is active.", "isDeprecated": false, "deprecationReason": null }, { "name": "DELETED", "description": "The workflow was deleted from the git repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED_FORK", "description": "The workflow was disabled by default on a fork.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED_INACTIVITY", "description": "The workflow was disabled for inactivity in the repository.", "isDeprecated": false, "deprecationReason": null }, { "name": "DISABLED_MANUALLY", "description": "The workflow was disabled manually.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkflowsParameters", "description": "Require all changes made to a targeted branch to pass the specified workflows before they can be merged.", "fields": [ { "name": "workflows", "description": "Workflows that must pass for this rule to pass.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowFileReference", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkflowsParametersInput", "description": "Require all changes made to a targeted branch to pass the specified workflows before they can be merged.", "fields": null, "inputFields": [ { "name": "workflows", "description": "Workflows that must pass for this rule to pass.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkflowFileReferenceInput", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "X509Certificate", "description": "A valid x509 certificate string", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Directive", "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", "fields": [ { "name": "args", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRepeatable", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "locations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__DirectiveLocation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "onField", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "Use `locations`." }, { "name": "onFragment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "Use `locations`." }, { "name": "onOperation", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "Use `locations`." } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "__DirectiveLocation", "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "QUERY", "description": "Location adjacent to a query operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "MUTATION", "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIPTION", "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIELD", "description": "Location adjacent to a field.", "isDeprecated": false, "deprecationReason": null }, { "name": "FRAGMENT_DEFINITION", "description": "Location adjacent to a fragment definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "FRAGMENT_SPREAD", "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "deprecationReason": null }, { "name": "INLINE_FRAGMENT", "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "deprecationReason": null }, { "name": "SCHEMA", "description": "Location adjacent to a schema definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "SCALAR", "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "OBJECT", "description": "Location adjacent to an object type definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIELD_DEFINITION", "description": "Location adjacent to a field definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ARGUMENT_DEFINITION", "description": "Location adjacent to an argument definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERFACE", "description": "Location adjacent to an interface definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNION", "description": "Location adjacent to a union definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM", "description": "Location adjacent to an enum definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM_VALUE", "description": "Location adjacent to an enum value definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_OBJECT", "description": "Location adjacent to an input object type definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_FIELD_DEFINITION", "description": "Location adjacent to an input object field definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "VARIABLE_DEFINITION", "description": "Location adjacent to a variable definition.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "__EnumValue", "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", "fields": [ { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Field", "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", "fields": [ { "name": "args", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__InputValue", "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", "fields": [ { "name": "defaultValue", "description": "A GraphQL-formatted string representing the default value for this input value.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Schema", "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "directives", "description": "A list of all directives supported by this server.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Directive", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mutationType", "description": "If this server supports mutation, the type that mutation operations will be rooted at.", "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "queryType", "description": "The type that query operations will be rooted at.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subscriptionType", "description": "If this server support subscription, the type that subscription operations will be rooted at.", "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "types", "description": "A list of all types supported by this server.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Type", "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", "fields": [ { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "enumValues", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__EnumValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fields", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Field", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inputFields", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "interfaces", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isOneOf", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "kind", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__TypeKind", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ofType", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "possibleTypes", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "specifiedByURL", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "__TypeKind", "description": "An enum describing what kind of type a given `__Type` is.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SCALAR", "description": "Indicates this type is a scalar.", "isDeprecated": false, "deprecationReason": null }, { "name": "OBJECT", "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERFACE", "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNION", "description": "Indicates this type is a union. `possibleTypes` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM", "description": "Indicates this type is an enum. `enumValues` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_OBJECT", "description": "Indicates this type is an input object. `inputFields` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "LIST", "description": "Indicates this type is a list. `ofType` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "NON_NULL", "description": "Indicates this type is a non-null. `ofType` is a valid field.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null } ], "directives": [ { "name": "include", "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "args": [ { "name": "if", "description": "Included when true.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ] }, { "name": "skip", "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "args": [ { "name": "if", "description": "Skipped when true.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ] }, { "name": "deprecated", "description": "Marks an element of a GraphQL schema as no longer supported.", "locations": [ "FIELD_DEFINITION", "ENUM_VALUE", "ARGUMENT_DEFINITION", "INPUT_FIELD_DEFINITION" ], "args": [ { "name": "reason", "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"No longer supported\"" } ] }, { "name": "oneOf", "description": "Requires that exactly one field must be supplied and that field must not be `null`.", "locations": [ "INPUT_OBJECT" ], "args": [] }, { "name": "specifiedBy", "description": "Exposes a URL that specifies the behavior of this scalar.", "locations": [ "SCALAR" ], "args": [ { "name": "url", "description": "The URL that specifies the behavior of this scalar.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ] }, { "name": "requiredCapabilities", "description": null, "locations": [ "OBJECT", "SCALAR", "ARGUMENT_DEFINITION", "INTERFACE", "INPUT_OBJECT", "FIELD_DEFINITION", "ENUM", "ENUM_VALUE", "UNION", "INPUT_FIELD_DEFINITION" ], "args": [ { "name": "requiredCapabilities", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null } ] } ] } }