{ "queries": [ { "name": "codeOfConduct", "type": "CodeOfConduct", "kind": "objects", "id": "codeofconduct", "href": "/graphql/reference/objects#codeofconduct", "description": "
Look up a code of conduct by its key.
", "args": [ { "name": "key", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The code of conduct's key.
" } ] }, { "name": "codesOfConduct", "type": "[CodeOfConduct]", "kind": "objects", "id": "codeofconduct", "href": "/graphql/reference/objects#codeofconduct", "description": "Look up a code of conduct by its key.
", "args": [] }, { "name": "enterprise", "type": "Enterprise", "kind": "objects", "id": "enterprise", "href": "/graphql/reference/objects#enterprise", "description": "Look up an enterprise by URL slug.
", "args": [ { "name": "invitationToken", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The enterprise invitation token.
" }, { "name": "slug", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The enterprise URL slug.
" } ] }, { "name": "enterpriseAdministratorInvitation", "type": "EnterpriseAdministratorInvitation", "kind": "objects", "id": "enterpriseadministratorinvitation", "href": "/graphql/reference/objects#enterpriseadministratorinvitation", "description": "Look up a pending enterprise administrator invitation by invitee, enterprise and role.
", "args": [ { "name": "enterpriseSlug", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The slug of the enterprise the user was invited to join.
" }, { "name": "role", "type": "EnterpriseAdministratorRole!", "id": "enterpriseadministratorrole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseadministratorrole", "description": "The role for the business member invitation.
" }, { "name": "userLogin", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The login of the user invited to join the business.
" } ] }, { "name": "enterpriseAdministratorInvitationByToken", "type": "EnterpriseAdministratorInvitation", "kind": "objects", "id": "enterpriseadministratorinvitation", "href": "/graphql/reference/objects#enterpriseadministratorinvitation", "description": "Look up a pending enterprise administrator invitation by invitation token.
", "args": [ { "name": "invitationToken", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The invitation token sent with the invitation email.
" } ] }, { "name": "license", "type": "License", "kind": "objects", "id": "license", "href": "/graphql/reference/objects#license", "description": "Look up an open source license by its key.
", "args": [ { "name": "key", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The license's downcased SPDX ID.
" } ] }, { "name": "licenses", "type": "[License]!", "kind": "objects", "id": "license", "href": "/graphql/reference/objects#license", "description": "Return a list of known open source licenses.
", "args": [] }, { "name": "marketplaceCategories", "type": "[MarketplaceCategory!]!", "kind": "objects", "id": "marketplacecategory", "href": "/graphql/reference/objects#marketplacecategory", "description": "Get alphabetically sorted list of Marketplace categories.
", "args": [ { "name": "excludeEmpty", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Exclude categories with no listings.
" }, { "name": "excludeSubcategories", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Returns top level categories only, excluding any subcategories.
" }, { "name": "includeCategories", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Return only the specified categories.
" } ] }, { "name": "marketplaceCategory", "type": "MarketplaceCategory", "kind": "objects", "id": "marketplacecategory", "href": "/graphql/reference/objects#marketplacecategory", "description": "Look up a Marketplace category by its slug.
", "args": [ { "name": "slug", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The URL slug of the category.
" }, { "name": "useTopicAliases", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Also check topic aliases for the category slug.
" } ] }, { "name": "marketplaceListing", "type": "MarketplaceListing", "kind": "objects", "id": "marketplacelisting", "href": "/graphql/reference/objects#marketplacelisting", "description": "Look up a single Marketplace listing.
", "args": [ { "name": "slug", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Select the listing that matches this slug. It's the short name of the listing used in its URL.
" } ] }, { "name": "marketplaceListings", "type": "MarketplaceListingConnection!", "kind": "objects", "id": "marketplacelistingconnection", "href": "/graphql/reference/objects#marketplacelistingconnection", "description": "Look up Marketplace listings.
", "args": [ { "name": "adminId", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "description": "Select listings that can be administered by the specified user.
" }, { "name": "after", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come after the specified cursor.
" }, { "name": "allStates", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Select listings visible to the viewer even if they are not approved. If omitted or\nfalse, only approved listings will be returned.
" }, { "name": "before", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come before the specified cursor.
" }, { "name": "categorySlug", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Select only listings with the given category.
" }, { "name": "first", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the first n elements from the list.
" }, { "name": "last", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the last n elements from the list.
" }, { "name": "organizationId", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "description": "Select listings for products owned by the specified organization.
" }, { "name": "primaryCategoryOnly", "defaultValue": false, "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Select only listings where the primary category matches the given category slug.
" }, { "name": "slugs", "type": "[String]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Select the listings with these slugs, if they are visible to the viewer.
" }, { "name": "useTopicAliases", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Also check topic aliases for the category slug.
" }, { "name": "viewerCanAdmin", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Select listings to which user has admin access. If omitted, listings visible to the\nviewer are returned.
" }, { "name": "withFreeTrialsOnly", "defaultValue": false, "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Select only listings that offer a free trial.
" } ] }, { "name": "meta", "type": "GitHubMetadata!", "kind": "objects", "id": "githubmetadata", "href": "/graphql/reference/objects#githubmetadata", "description": "Return information about the GitHub instance.
", "args": [] }, { "name": "node", "type": "Node", "kind": "interfaces", "id": "node", "href": "/graphql/reference/interfaces#node", "description": "Fetches an object given its ID.
", "args": [ { "name": "id", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "description": "ID of the object.
" } ] }, { "name": "nodes", "type": "[Node]!", "kind": "interfaces", "id": "node", "href": "/graphql/reference/interfaces#node", "description": "Lookup nodes by a list of IDs.
", "args": [ { "name": "ids", "type": "[ID!]!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "description": "The list of node IDs.
" } ] }, { "name": "organization", "type": "Organization", "kind": "objects", "id": "organization", "href": "/graphql/reference/objects#organization", "description": "Lookup a organization by login.
", "args": [ { "name": "login", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The organization's login.
" } ] }, { "name": "rateLimit", "type": "RateLimit", "kind": "objects", "id": "ratelimit", "href": "/graphql/reference/objects#ratelimit", "description": "The client's rate limit information.
", "args": [ { "name": "dryRun", "defaultValue": false, "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "If true, calculate the cost for the query without evaluating it.
" } ] }, { "name": "relay", "type": "Query!", "kind": "objects", "id": "query", "href": "/graphql/reference/objects#query", "description": "Hack to workaround https://github.com/facebook/relay/issues/112 re-exposing the root query object.
", "args": [] }, { "name": "repository", "type": "Repository", "kind": "objects", "id": "repository", "href": "/graphql/reference/objects#repository", "description": "Lookup a given repository by the owner and repository name.
", "args": [ { "name": "followRenames", "defaultValue": true, "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Follow repository renames. If disabled, a repository referenced by its old name will return an error.
" }, { "name": "name", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The name of the repository.
" }, { "name": "owner", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The login field of a user or organization.
" } ] }, { "name": "repositoryOwner", "type": "RepositoryOwner", "kind": "interfaces", "id": "repositoryowner", "href": "/graphql/reference/interfaces#repositoryowner", "description": "Lookup a repository owner (ie. either a User or an Organization) by login.
", "args": [ { "name": "login", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The username to lookup the owner by.
" } ] }, { "name": "resource", "type": "UniformResourceLocatable", "kind": "interfaces", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable", "description": "Lookup resource by a URL.
", "args": [ { "name": "url", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "description": "The URL.
" } ] }, { "name": "search", "type": "SearchResultItemConnection!", "kind": "objects", "id": "searchresultitemconnection", "href": "/graphql/reference/objects#searchresultitemconnection", "description": "Perform a search across resources, returning a maximum of 1,000 results.
", "args": [ { "name": "after", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come after the specified cursor.
" }, { "name": "before", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come before the specified cursor.
" }, { "name": "first", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the first n elements from the list.
" }, { "name": "last", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the last n elements from the list.
" }, { "name": "query", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The search string to look for.
" }, { "name": "type", "type": "SearchType!", "id": "searchtype", "kind": "enums", "href": "/graphql/reference/enums#searchtype", "description": "The types of search items to search within.
" } ] }, { "name": "securityAdvisories", "type": "SecurityAdvisoryConnection!", "kind": "objects", "id": "securityadvisoryconnection", "href": "/graphql/reference/objects#securityadvisoryconnection", "description": "GitHub Security Advisories.
", "args": [ { "name": "after", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come after the specified cursor.
" }, { "name": "before", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come before the specified cursor.
" }, { "name": "classifications", "type": "[SecurityAdvisoryClassification!]", "id": "securityadvisoryclassification", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryclassification", "description": "A list of classifications to filter advisories by.
" }, { "name": "first", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the first n elements from the list.
" }, { "name": "identifier", "type": "SecurityAdvisoryIdentifierFilter", "id": "securityadvisoryidentifierfilter", "kind": "input-objects", "href": "/graphql/reference/input-objects#securityadvisoryidentifierfilter", "description": "Filter advisories by identifier, e.g. GHSA or CVE.
" }, { "name": "last", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the last n elements from the list.
" }, { "name": "orderBy", "type": "SecurityAdvisoryOrder", "id": "securityadvisoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#securityadvisoryorder", "description": "Ordering options for the returned topics.
" }, { "name": "publishedSince", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "description": "Filter advisories to those published since a time in the past.
" }, { "name": "updatedSince", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "description": "Filter advisories to those updated since a time in the past.
" } ] }, { "name": "securityAdvisory", "type": "SecurityAdvisory", "kind": "objects", "id": "securityadvisory", "href": "/graphql/reference/objects#securityadvisory", "description": "Fetch a Security Advisory by its GHSA ID.
", "args": [ { "name": "ghsaId", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "GitHub Security Advisory ID.
" } ] }, { "name": "securityVulnerabilities", "type": "SecurityVulnerabilityConnection!", "kind": "objects", "id": "securityvulnerabilityconnection", "href": "/graphql/reference/objects#securityvulnerabilityconnection", "description": "Software Vulnerabilities documented by GitHub Security Advisories.
", "args": [ { "name": "after", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come after the specified cursor.
" }, { "name": "before", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come before the specified cursor.
" }, { "name": "classifications", "type": "[SecurityAdvisoryClassification!]", "id": "securityadvisoryclassification", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryclassification", "description": "A list of advisory classifications to filter vulnerabilities by.
" }, { "name": "ecosystem", "type": "SecurityAdvisoryEcosystem", "id": "securityadvisoryecosystem", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryecosystem", "description": "An ecosystem to filter vulnerabilities by.
" }, { "name": "first", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the first n elements from the list.
" }, { "name": "last", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the last n elements from the list.
" }, { "name": "orderBy", "type": "SecurityVulnerabilityOrder", "id": "securityvulnerabilityorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#securityvulnerabilityorder", "description": "Ordering options for the returned topics.
" }, { "name": "package", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A package name to filter vulnerabilities by.
" }, { "name": "severities", "type": "[SecurityAdvisorySeverity!]", "id": "securityadvisoryseverity", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryseverity", "description": "A list of severities to filter vulnerabilities by.
" } ] }, { "name": "sponsorables", "type": "SponsorableItemConnection!", "kind": "objects", "id": "sponsorableitemconnection", "href": "/graphql/reference/objects#sponsorableitemconnection", "description": "Users and organizations who can be sponsored via GitHub Sponsors.
", "args": [ { "name": "after", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come after the specified cursor.
" }, { "name": "before", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Returns the elements in the list that come before the specified cursor.
" }, { "name": "dependencyEcosystem", "type": "SecurityAdvisoryEcosystem", "id": "securityadvisoryecosystem", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryecosystem", "description": "Optional filter for which dependencies should be checked for sponsorable\nowners. Only sponsorable owners of dependencies in this ecosystem will be\nincluded. Used when onlyDependencies = true.
\nUpcoming Change on 2022-07-01 UTC\nDescription: dependencyEcosystem will be removed. Use the ecosystem argument instead.\nReason: The type is switching from SecurityAdvisoryEcosystem to DependencyGraphEcosystem.
Optional filter for which dependencies should be checked for sponsorable\nowners. Only sponsorable owners of dependencies in this ecosystem will be\nincluded. Used when onlyDependencies = true.
" }, { "name": "first", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the first n elements from the list.
" }, { "name": "last", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "description": "Returns the last n elements from the list.
" }, { "name": "onlyDependencies", "defaultValue": false, "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Whether only sponsorables who own the viewer's dependencies will be\nreturned. Must be authenticated to use. Can check an organization instead\nfor their dependencies owned by sponsorables by passing\norgLoginForDependencies.
" }, { "name": "orderBy", "type": "SponsorableOrder", "id": "sponsorableorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorableorder", "description": "Ordering options for users and organizations returned from the connection.
" }, { "name": "orgLoginForDependencies", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Optional organization username for whose dependencies should be checked.\nUsed when onlyDependencies = true. Omit to check your own dependencies. If\nyou are not an administrator of the organization, only dependencies from its\npublic repositories will be considered.
" } ] }, { "name": "topic", "type": "Topic", "kind": "objects", "id": "topic", "href": "/graphql/reference/objects#topic", "description": "Look up a topic by name.
", "args": [ { "name": "name", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The topic's name.
" } ] }, { "name": "user", "type": "User", "kind": "objects", "id": "user", "href": "/graphql/reference/objects#user", "description": "Lookup a user by login.
", "args": [ { "name": "login", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The user's login.
" } ] }, { "name": "viewer", "type": "User!", "kind": "objects", "id": "user", "href": "/graphql/reference/objects#user", "description": "The currently authenticated user.
", "args": [] } ], "mutations": [ { "name": "abortQueuedMigrations", "kind": "mutations", "id": "abortqueuedmigrations", "href": "/graphql/reference/mutations#abortqueuedmigrations", "description": "Clear all of a customer's queued migrations.
", "inputFields": [ { "name": "input", "type": "AbortQueuedMigrationsInput!", "id": "abortqueuedmigrationsinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#abortqueuedmigrationsinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "success", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Did the operation succeed?.
" } ] }, { "name": "acceptEnterpriseAdministratorInvitation", "kind": "mutations", "id": "acceptenterpriseadministratorinvitation", "href": "/graphql/reference/mutations#acceptenterpriseadministratorinvitation", "description": "Accepts a pending invitation for a user to become an administrator of an enterprise.
", "inputFields": [ { "name": "input", "type": "AcceptEnterpriseAdministratorInvitationInput!", "id": "acceptenterpriseadministratorinvitationinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#acceptenterpriseadministratorinvitationinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "invitation", "type": "EnterpriseAdministratorInvitation", "id": "enterpriseadministratorinvitation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratorinvitation", "description": "The invitation that was accepted.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of accepting an administrator invitation.
" } ] }, { "name": "acceptTopicSuggestion", "kind": "mutations", "id": "accepttopicsuggestion", "href": "/graphql/reference/mutations#accepttopicsuggestion", "description": "Applies a suggested topic to the repository.
", "inputFields": [ { "name": "input", "type": "AcceptTopicSuggestionInput!", "id": "accepttopicsuggestioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#accepttopicsuggestioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "topic", "type": "Topic", "id": "topic", "kind": "objects", "href": "/graphql/reference/objects#topic", "description": "The accepted topic.
" } ] }, { "name": "addAssigneesToAssignable", "kind": "mutations", "id": "addassigneestoassignable", "href": "/graphql/reference/mutations#addassigneestoassignable", "description": "Adds assignees to an assignable object.
", "inputFields": [ { "name": "input", "type": "AddAssigneesToAssignableInput!", "id": "addassigneestoassignableinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addassigneestoassignableinput" } ], "returnFields": [ { "name": "assignable", "type": "Assignable", "id": "assignable", "kind": "interfaces", "href": "/graphql/reference/interfaces#assignable", "description": "The item that was assigned.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "addComment", "kind": "mutations", "id": "addcomment", "href": "/graphql/reference/mutations#addcomment", "description": "Adds a comment to an Issue or Pull Request.
", "inputFields": [ { "name": "input", "type": "AddCommentInput!", "id": "addcommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addcommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "commentEdge", "type": "IssueCommentEdge", "id": "issuecommentedge", "kind": "objects", "href": "/graphql/reference/objects#issuecommentedge", "description": "The edge from the subject's comment connection.
" }, { "name": "subject", "type": "Node", "id": "node", "kind": "interfaces", "href": "/graphql/reference/interfaces#node", "description": "The subject.
" }, { "name": "timelineEdge", "type": "IssueTimelineItemEdge", "id": "issuetimelineitemedge", "kind": "objects", "href": "/graphql/reference/objects#issuetimelineitemedge", "description": "The edge from the subject's timeline connection.
" } ] }, { "name": "addDiscussionComment", "kind": "mutations", "id": "adddiscussioncomment", "href": "/graphql/reference/mutations#adddiscussioncomment", "description": "Adds a comment to a Discussion, possibly as a reply to another comment.
", "inputFields": [ { "name": "input", "type": "AddDiscussionCommentInput!", "id": "adddiscussioncommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#adddiscussioncommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "comment", "type": "DiscussionComment", "id": "discussioncomment", "kind": "objects", "href": "/graphql/reference/objects#discussioncomment", "description": "The newly created discussion comment.
" } ] }, { "name": "addDiscussionPollVote", "kind": "mutations", "id": "adddiscussionpollvote", "href": "/graphql/reference/mutations#adddiscussionpollvote", "description": "Vote for an option in a discussion poll.
", "inputFields": [ { "name": "input", "type": "AddDiscussionPollVoteInput!", "id": "adddiscussionpollvoteinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#adddiscussionpollvoteinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pollOption", "type": "DiscussionPollOption", "id": "discussionpolloption", "kind": "objects", "href": "/graphql/reference/objects#discussionpolloption", "description": "The poll option that a vote was added to.
" } ] }, { "name": "addEnterpriseSupportEntitlement", "kind": "mutations", "id": "addenterprisesupportentitlement", "href": "/graphql/reference/mutations#addenterprisesupportentitlement", "description": "Adds a support entitlement to an enterprise member.
", "inputFields": [ { "name": "input", "type": "AddEnterpriseSupportEntitlementInput!", "id": "addenterprisesupportentitlementinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addenterprisesupportentitlementinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of adding the support entitlement.
" } ] }, { "name": "addLabelsToLabelable", "kind": "mutations", "id": "addlabelstolabelable", "href": "/graphql/reference/mutations#addlabelstolabelable", "description": "Adds labels to a labelable object.
", "inputFields": [ { "name": "input", "type": "AddLabelsToLabelableInput!", "id": "addlabelstolabelableinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addlabelstolabelableinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "labelable", "type": "Labelable", "id": "labelable", "kind": "interfaces", "href": "/graphql/reference/interfaces#labelable", "description": "The item that was labeled.
" } ] }, { "name": "addProjectCard", "kind": "mutations", "id": "addprojectcard", "href": "/graphql/reference/mutations#addprojectcard", "description": "Adds a card to a ProjectColumn. Either contentId or note must be provided but not both.
The edge from the ProjectColumn's card connection.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectColumn", "type": "ProjectColumn", "id": "projectcolumn", "kind": "objects", "href": "/graphql/reference/objects#projectcolumn", "description": "The ProjectColumn.
" } ] }, { "name": "addProjectColumn", "kind": "mutations", "id": "addprojectcolumn", "href": "/graphql/reference/mutations#addprojectcolumn", "description": "Adds a column to a Project.
", "inputFields": [ { "name": "input", "type": "AddProjectColumnInput!", "id": "addprojectcolumninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addprojectcolumninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "columnEdge", "type": "ProjectColumnEdge", "id": "projectcolumnedge", "kind": "objects", "href": "/graphql/reference/objects#projectcolumnedge", "description": "The edge from the project's column connection.
" }, { "name": "project", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "description": "The project.
" } ] }, { "name": "addProjectDraftIssue", "kind": "mutations", "id": "addprojectdraftissue", "href": "/graphql/reference/mutations#addprojectdraftissue", "description": "Creates a new draft issue and add it to a Project.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A unique identifier for the client performing the mutation.
" }, { "name": "projectNextItem", "type": "ProjectNextItem", "id": "projectnextitem", "kind": "objects", "href": "/graphql/reference/objects#projectnextitem", "description": "The draft issue added to the project.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Adds an existing item (Issue or PullRequest) to a Project.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A unique identifier for the client performing the mutation.
" }, { "name": "projectNextItem", "type": "ProjectNextItem", "id": "projectnextitem", "kind": "objects", "href": "/graphql/reference/objects#projectnextitem", "description": "The item added to the project.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Creates a new draft issue and add it to a Project.
", "inputFields": [ { "name": "input", "type": "AddProjectV2DraftIssueInput!", "id": "addprojectv2draftissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addprojectv2draftissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectItem", "type": "ProjectV2Item", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item", "description": "The draft issue added to the project.
" } ] }, { "name": "addProjectV2ItemById", "kind": "mutations", "id": "addprojectv2itembyid", "href": "/graphql/reference/mutations#addprojectv2itembyid", "description": "Links an existing content instance to a Project.
", "inputFields": [ { "name": "input", "type": "AddProjectV2ItemByIdInput!", "id": "addprojectv2itembyidinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addprojectv2itembyidinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "item", "type": "ProjectV2Item", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item", "description": "The item added to the project.
" } ] }, { "name": "addPullRequestReview", "kind": "mutations", "id": "addpullrequestreview", "href": "/graphql/reference/mutations#addpullrequestreview", "description": "Adds a review to a Pull Request.
", "inputFields": [ { "name": "input", "type": "AddPullRequestReviewInput!", "id": "addpullrequestreviewinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addpullrequestreviewinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequestReview", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview", "description": "The newly created pull request review.
" }, { "name": "reviewEdge", "type": "PullRequestReviewEdge", "id": "pullrequestreviewedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewedge", "description": "The edge from the pull request's review connection.
" } ] }, { "name": "addPullRequestReviewComment", "kind": "mutations", "id": "addpullrequestreviewcomment", "href": "/graphql/reference/mutations#addpullrequestreviewcomment", "description": "Adds a comment to a review.
", "inputFields": [ { "name": "input", "type": "AddPullRequestReviewCommentInput!", "id": "addpullrequestreviewcommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addpullrequestreviewcommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "comment", "type": "PullRequestReviewComment", "id": "pullrequestreviewcomment", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcomment", "description": "The newly created comment.
" }, { "name": "commentEdge", "type": "PullRequestReviewCommentEdge", "id": "pullrequestreviewcommentedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcommentedge", "description": "The edge from the review's comment connection.
" } ] }, { "name": "addPullRequestReviewThread", "kind": "mutations", "id": "addpullrequestreviewthread", "href": "/graphql/reference/mutations#addpullrequestreviewthread", "description": "Adds a new thread to a pending Pull Request Review.
", "inputFields": [ { "name": "input", "type": "AddPullRequestReviewThreadInput!", "id": "addpullrequestreviewthreadinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addpullrequestreviewthreadinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "thread", "type": "PullRequestReviewThread", "id": "pullrequestreviewthread", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewthread", "description": "The newly created thread.
" } ] }, { "name": "addReaction", "kind": "mutations", "id": "addreaction", "href": "/graphql/reference/mutations#addreaction", "description": "Adds a reaction to a subject.
", "inputFields": [ { "name": "input", "type": "AddReactionInput!", "id": "addreactioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addreactioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "reaction", "type": "Reaction", "id": "reaction", "kind": "objects", "href": "/graphql/reference/objects#reaction", "description": "The reaction object.
" }, { "name": "subject", "type": "Reactable", "id": "reactable", "kind": "interfaces", "href": "/graphql/reference/interfaces#reactable", "description": "The reactable subject.
" } ] }, { "name": "addStar", "kind": "mutations", "id": "addstar", "href": "/graphql/reference/mutations#addstar", "description": "Adds a star to a Starrable.
", "inputFields": [ { "name": "input", "type": "AddStarInput!", "id": "addstarinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addstarinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "starrable", "type": "Starrable", "id": "starrable", "kind": "interfaces", "href": "/graphql/reference/interfaces#starrable", "description": "The starrable.
" } ] }, { "name": "addUpvote", "kind": "mutations", "id": "addupvote", "href": "/graphql/reference/mutations#addupvote", "description": "Add an upvote to a discussion or discussion comment.
", "inputFields": [ { "name": "input", "type": "AddUpvoteInput!", "id": "addupvoteinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addupvoteinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "subject", "type": "Votable", "id": "votable", "kind": "interfaces", "href": "/graphql/reference/interfaces#votable", "description": "The votable subject.
" } ] }, { "name": "addVerifiableDomain", "kind": "mutations", "id": "addverifiabledomain", "href": "/graphql/reference/mutations#addverifiabledomain", "description": "Adds a verifiable domain to an owning account.
", "inputFields": [ { "name": "input", "type": "AddVerifiableDomainInput!", "id": "addverifiabledomaininput", "kind": "input-objects", "href": "/graphql/reference/input-objects#addverifiabledomaininput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "domain", "type": "VerifiableDomain", "id": "verifiabledomain", "kind": "objects", "href": "/graphql/reference/objects#verifiabledomain", "description": "The verifiable domain that was added.
" } ] }, { "name": "approveDeployments", "kind": "mutations", "id": "approvedeployments", "href": "/graphql/reference/mutations#approvedeployments", "description": "Approve all pending deployments under one or more environments.
", "inputFields": [ { "name": "input", "type": "ApproveDeploymentsInput!", "id": "approvedeploymentsinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#approvedeploymentsinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "deployments", "type": "[Deployment!]", "id": "deployment", "kind": "objects", "href": "/graphql/reference/objects#deployment", "description": "The affected deployments.
" } ] }, { "name": "approveVerifiableDomain", "kind": "mutations", "id": "approveverifiabledomain", "href": "/graphql/reference/mutations#approveverifiabledomain", "description": "Approve a verifiable domain for notification delivery.
", "inputFields": [ { "name": "input", "type": "ApproveVerifiableDomainInput!", "id": "approveverifiabledomaininput", "kind": "input-objects", "href": "/graphql/reference/input-objects#approveverifiabledomaininput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "domain", "type": "VerifiableDomain", "id": "verifiabledomain", "kind": "objects", "href": "/graphql/reference/objects#verifiabledomain", "description": "The verifiable domain that was approved.
" } ] }, { "name": "archiveRepository", "kind": "mutations", "id": "archiverepository", "href": "/graphql/reference/mutations#archiverepository", "description": "Marks a repository as archived.
", "inputFields": [ { "name": "input", "type": "ArchiveRepositoryInput!", "id": "archiverepositoryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#archiverepositoryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The repository that was marked as archived.
" } ] }, { "name": "cancelEnterpriseAdminInvitation", "kind": "mutations", "id": "cancelenterpriseadmininvitation", "href": "/graphql/reference/mutations#cancelenterpriseadmininvitation", "description": "Cancels a pending invitation for an administrator to join an enterprise.
", "inputFields": [ { "name": "input", "type": "CancelEnterpriseAdminInvitationInput!", "id": "cancelenterpriseadmininvitationinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#cancelenterpriseadmininvitationinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "invitation", "type": "EnterpriseAdministratorInvitation", "id": "enterpriseadministratorinvitation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratorinvitation", "description": "The invitation that was canceled.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of canceling an administrator invitation.
" } ] }, { "name": "cancelSponsorship", "kind": "mutations", "id": "cancelsponsorship", "href": "/graphql/reference/mutations#cancelsponsorship", "description": "Cancel an active sponsorship.
", "inputFields": [ { "name": "input", "type": "CancelSponsorshipInput!", "id": "cancelsponsorshipinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#cancelsponsorshipinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "sponsorsTier", "type": "SponsorsTier", "id": "sponsorstier", "kind": "objects", "href": "/graphql/reference/objects#sponsorstier", "description": "The tier that was being used at the time of cancellation.
" } ] }, { "name": "changeUserStatus", "kind": "mutations", "id": "changeuserstatus", "href": "/graphql/reference/mutations#changeuserstatus", "description": "Update your status on GitHub.
", "inputFields": [ { "name": "input", "type": "ChangeUserStatusInput!", "id": "changeuserstatusinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#changeuserstatusinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "status", "type": "UserStatus", "id": "userstatus", "kind": "objects", "href": "/graphql/reference/objects#userstatus", "description": "Your updated status.
" } ] }, { "name": "clearLabelsFromLabelable", "kind": "mutations", "id": "clearlabelsfromlabelable", "href": "/graphql/reference/mutations#clearlabelsfromlabelable", "description": "Clears all labels from a labelable object.
", "inputFields": [ { "name": "input", "type": "ClearLabelsFromLabelableInput!", "id": "clearlabelsfromlabelableinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#clearlabelsfromlabelableinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "labelable", "type": "Labelable", "id": "labelable", "kind": "interfaces", "href": "/graphql/reference/interfaces#labelable", "description": "The item that was unlabeled.
" } ] }, { "name": "clearProjectV2ItemFieldValue", "kind": "mutations", "id": "clearprojectv2itemfieldvalue", "href": "/graphql/reference/mutations#clearprojectv2itemfieldvalue", "description": "This mutation clears the value of a field for an item in a Project. Currently\nonly text, number, date, assignees, labels, single-select, iteration and\nmilestone fields are supported.
", "inputFields": [ { "name": "input", "type": "ClearProjectV2ItemFieldValueInput!", "id": "clearprojectv2itemfieldvalueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#clearprojectv2itemfieldvalueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectV2Item", "type": "ProjectV2Item", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item", "description": "The updated item.
" } ] }, { "name": "cloneProject", "kind": "mutations", "id": "cloneproject", "href": "/graphql/reference/mutations#cloneproject", "description": "Creates a new project by cloning configuration from an existing project.
", "inputFields": [ { "name": "input", "type": "CloneProjectInput!", "id": "cloneprojectinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#cloneprojectinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "jobStatusId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The id of the JobStatus for populating cloned fields.
" }, { "name": "project", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "description": "The new cloned project.
" } ] }, { "name": "cloneTemplateRepository", "kind": "mutations", "id": "clonetemplaterepository", "href": "/graphql/reference/mutations#clonetemplaterepository", "description": "Create a new repository with the same files and directory structure as a template repository.
", "inputFields": [ { "name": "input", "type": "CloneTemplateRepositoryInput!", "id": "clonetemplaterepositoryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#clonetemplaterepositoryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The new repository.
" } ] }, { "name": "closeIssue", "kind": "mutations", "id": "closeissue", "href": "/graphql/reference/mutations#closeissue", "description": "Close an issue.
", "inputFields": [ { "name": "input", "type": "CloseIssueInput!", "id": "closeissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#closeissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issue", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "description": "The issue that was closed.
" } ] }, { "name": "closePullRequest", "kind": "mutations", "id": "closepullrequest", "href": "/graphql/reference/mutations#closepullrequest", "description": "Close a pull request.
", "inputFields": [ { "name": "input", "type": "ClosePullRequestInput!", "id": "closepullrequestinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#closepullrequestinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The pull request that was closed.
" } ] }, { "name": "convertProjectCardNoteToIssue", "kind": "mutations", "id": "convertprojectcardnotetoissue", "href": "/graphql/reference/mutations#convertprojectcardnotetoissue", "description": "Convert a project note card to one associated with a newly created issue.
", "inputFields": [ { "name": "input", "type": "ConvertProjectCardNoteToIssueInput!", "id": "convertprojectcardnotetoissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#convertprojectcardnotetoissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectCard", "type": "ProjectCard", "id": "projectcard", "kind": "objects", "href": "/graphql/reference/objects#projectcard", "description": "The updated ProjectCard.
" } ] }, { "name": "convertPullRequestToDraft", "kind": "mutations", "id": "convertpullrequesttodraft", "href": "/graphql/reference/mutations#convertpullrequesttodraft", "description": "Converts a pull request to draft.
", "inputFields": [ { "name": "input", "type": "ConvertPullRequestToDraftInput!", "id": "convertpullrequesttodraftinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#convertpullrequesttodraftinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The pull request that is now a draft.
" } ] }, { "name": "createBranchProtectionRule", "kind": "mutations", "id": "createbranchprotectionrule", "href": "/graphql/reference/mutations#createbranchprotectionrule", "description": "Create a new branch protection rule.
", "inputFields": [ { "name": "input", "type": "CreateBranchProtectionRuleInput!", "id": "createbranchprotectionruleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createbranchprotectionruleinput" } ], "returnFields": [ { "name": "branchProtectionRule", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule", "description": "The newly created BranchProtectionRule.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "createCheckRun", "kind": "mutations", "id": "createcheckrun", "href": "/graphql/reference/mutations#createcheckrun", "description": "Create a check run.
", "inputFields": [ { "name": "input", "type": "CreateCheckRunInput!", "id": "createcheckruninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createcheckruninput" } ], "returnFields": [ { "name": "checkRun", "type": "CheckRun", "id": "checkrun", "kind": "objects", "href": "/graphql/reference/objects#checkrun", "description": "The newly created check run.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "createCheckSuite", "kind": "mutations", "id": "createchecksuite", "href": "/graphql/reference/mutations#createchecksuite", "description": "Create a check suite.
", "inputFields": [ { "name": "input", "type": "CreateCheckSuiteInput!", "id": "createchecksuiteinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createchecksuiteinput" } ], "returnFields": [ { "name": "checkSuite", "type": "CheckSuite", "id": "checksuite", "kind": "objects", "href": "/graphql/reference/objects#checksuite", "description": "The newly created check suite.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "createCommitOnBranch", "kind": "mutations", "id": "createcommitonbranch", "href": "/graphql/reference/mutations#createcommitonbranch", "description": "Appends a commit to the given branch as the authenticated user.
\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.
Commits 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.
Callers 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.
fileChanges are specified as a FilesChanges object describing\nFileAdditions and FileDeletions.
Please see the documentation for FileChanges for more information on\nhow to use this argument to describe any set of file changes.
Similar 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.
\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.
\nIf you need full control over author and committer information, please\nuse the Git Database REST API instead.
\nCommits made using this mutation are automatically signed by GitHub if\nsupported and will be marked as verified in the user interface.
", "inputFields": [ { "name": "input", "type": "CreateCommitOnBranchInput!", "id": "createcommitonbranchinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createcommitonbranchinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "commit", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit", "description": "The new commit.
" }, { "name": "ref", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref", "description": "The ref which has been updated to point to the new commit.
" } ] }, { "name": "createDeployment", "kind": "mutations", "id": "createdeployment", "href": "/graphql/reference/mutations#createdeployment", "description": "Creates a new deployment event.
", "isDeprecated": false, "preview": { "title": "Deployments preview", "description": "This preview adds support for deployments mutations and new deployments features.", "toggled_by": "flash-preview", "toggled_on": [ "DeploymentStatus.environment", "Mutation.createDeploymentStatus", "Mutation.createDeployment" ], "owning_teams": [ "@github/c2c-actions-service" ], "accept_header": "application/vnd.github.flash-preview+json", "href": "/graphql/overview/schema-previews#deployments-preview" }, "inputFields": [ { "name": "input", "type": "CreateDeploymentInput!", "id": "createdeploymentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createdeploymentinput" } ], "returnFields": [ { "name": "autoMerged", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "True if the default branch has been auto-merged into the deployment ref.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "deployment", "type": "Deployment", "id": "deployment", "kind": "objects", "href": "/graphql/reference/objects#deployment", "description": "The new deployment.
" } ] }, { "name": "createDeploymentStatus", "kind": "mutations", "id": "createdeploymentstatus", "href": "/graphql/reference/mutations#createdeploymentstatus", "description": "Create a deployment status.
", "isDeprecated": false, "preview": { "title": "Deployments preview", "description": "This preview adds support for deployments mutations and new deployments features.", "toggled_by": "flash-preview", "toggled_on": [ "DeploymentStatus.environment", "Mutation.createDeploymentStatus", "Mutation.createDeployment" ], "owning_teams": [ "@github/c2c-actions-service" ], "accept_header": "application/vnd.github.flash-preview+json", "href": "/graphql/overview/schema-previews#deployments-preview" }, "inputFields": [ { "name": "input", "type": "CreateDeploymentStatusInput!", "id": "createdeploymentstatusinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createdeploymentstatusinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "deploymentStatus", "type": "DeploymentStatus", "id": "deploymentstatus", "kind": "objects", "href": "/graphql/reference/objects#deploymentstatus", "description": "The new deployment status.
" } ] }, { "name": "createDiscussion", "kind": "mutations", "id": "creatediscussion", "href": "/graphql/reference/mutations#creatediscussion", "description": "Create a discussion.
", "inputFields": [ { "name": "input", "type": "CreateDiscussionInput!", "id": "creatediscussioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#creatediscussioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "discussion", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion", "description": "The discussion that was just created.
" } ] }, { "name": "createEnterpriseOrganization", "kind": "mutations", "id": "createenterpriseorganization", "href": "/graphql/reference/mutations#createenterpriseorganization", "description": "Creates an organization as part of an enterprise account.
", "inputFields": [ { "name": "input", "type": "CreateEnterpriseOrganizationInput!", "id": "createenterpriseorganizationinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createenterpriseorganizationinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise that owns the created organization.
" }, { "name": "organization", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization", "description": "The organization that was created.
" } ] }, { "name": "createEnvironment", "kind": "mutations", "id": "createenvironment", "href": "/graphql/reference/mutations#createenvironment", "description": "Creates an environment or simply returns it if already exists.
", "inputFields": [ { "name": "input", "type": "CreateEnvironmentInput!", "id": "createenvironmentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createenvironmentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "environment", "type": "Environment", "id": "environment", "kind": "objects", "href": "/graphql/reference/objects#environment", "description": "The new or existing environment.
" } ] }, { "name": "createIpAllowListEntry", "kind": "mutations", "id": "createipallowlistentry", "href": "/graphql/reference/mutations#createipallowlistentry", "description": "Creates a new IP allow list entry.
", "inputFields": [ { "name": "input", "type": "CreateIpAllowListEntryInput!", "id": "createipallowlistentryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createipallowlistentryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "ipAllowListEntry", "type": "IpAllowListEntry", "id": "ipallowlistentry", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentry", "description": "The IP allow list entry that was created.
" } ] }, { "name": "createIssue", "kind": "mutations", "id": "createissue", "href": "/graphql/reference/mutations#createissue", "description": "Creates a new issue.
", "inputFields": [ { "name": "input", "type": "CreateIssueInput!", "id": "createissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issue", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "description": "The new issue.
" } ] }, { "name": "createLabel", "kind": "mutations", "id": "createlabel", "href": "/graphql/reference/mutations#createlabel", "description": "Creates a new label.
", "isDeprecated": false, "preview": { "title": "Labels preview", "description": "This preview adds support for adding, updating, creating and deleting labels.", "toggled_by": "bane-preview", "toggled_on": [ "Mutation.createLabel", "Mutation.deleteLabel", "Mutation.updateLabel" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.bane-preview+json", "href": "/graphql/overview/schema-previews#labels-preview" }, "inputFields": [ { "name": "input", "type": "CreateLabelInput!", "id": "createlabelinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createlabelinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "label", "type": "Label", "id": "label", "kind": "objects", "href": "/graphql/reference/objects#label", "description": "The new label.
" } ] }, { "name": "createLinkedBranch", "kind": "mutations", "id": "createlinkedbranch", "href": "/graphql/reference/mutations#createlinkedbranch", "description": "Create a branch linked to an issue.
", "inputFields": [ { "name": "input", "type": "CreateLinkedBranchInput!", "id": "createlinkedbranchinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createlinkedbranchinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "linkedBranch", "type": "LinkedBranch", "id": "linkedbranch", "kind": "objects", "href": "/graphql/reference/objects#linkedbranch", "description": "The new branch issue reference.
" } ] }, { "name": "createMigrationSource", "kind": "mutations", "id": "createmigrationsource", "href": "/graphql/reference/mutations#createmigrationsource", "description": "Creates an Octoshift migration source.
", "inputFields": [ { "name": "input", "type": "CreateMigrationSourceInput!", "id": "createmigrationsourceinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createmigrationsourceinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "migrationSource", "type": "MigrationSource", "id": "migrationsource", "kind": "objects", "href": "/graphql/reference/objects#migrationsource", "description": "The created Octoshift migration source.
" } ] }, { "name": "createProject", "kind": "mutations", "id": "createproject", "href": "/graphql/reference/mutations#createproject", "description": "Creates a new project.
", "inputFields": [ { "name": "input", "type": "CreateProjectInput!", "id": "createprojectinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createprojectinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "project", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "description": "The new project.
" } ] }, { "name": "createProjectV2", "kind": "mutations", "id": "createprojectv2", "href": "/graphql/reference/mutations#createprojectv2", "description": "Creates a new project.
", "inputFields": [ { "name": "input", "type": "CreateProjectV2Input!", "id": "createprojectv2input", "kind": "input-objects", "href": "/graphql/reference/input-objects#createprojectv2input" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectV2", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "description": "The new project.
" } ] }, { "name": "createPullRequest", "kind": "mutations", "id": "createpullrequest", "href": "/graphql/reference/mutations#createpullrequest", "description": "Create a new pull request.
", "inputFields": [ { "name": "input", "type": "CreatePullRequestInput!", "id": "createpullrequestinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createpullrequestinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The new pull request.
" } ] }, { "name": "createRef", "kind": "mutations", "id": "createref", "href": "/graphql/reference/mutations#createref", "description": "Create a new Git Ref.
", "inputFields": [ { "name": "input", "type": "CreateRefInput!", "id": "createrefinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createrefinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "ref", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref", "description": "The newly created ref.
" } ] }, { "name": "createRepository", "kind": "mutations", "id": "createrepository", "href": "/graphql/reference/mutations#createrepository", "description": "Create a new repository.
", "inputFields": [ { "name": "input", "type": "CreateRepositoryInput!", "id": "createrepositoryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createrepositoryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The new repository.
" } ] }, { "name": "createSponsorsTier", "kind": "mutations", "id": "createsponsorstier", "href": "/graphql/reference/mutations#createsponsorstier", "description": "Create a new payment tier for your GitHub Sponsors profile.
", "inputFields": [ { "name": "input", "type": "CreateSponsorsTierInput!", "id": "createsponsorstierinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createsponsorstierinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "sponsorsTier", "type": "SponsorsTier", "id": "sponsorstier", "kind": "objects", "href": "/graphql/reference/objects#sponsorstier", "description": "The new tier.
" } ] }, { "name": "createSponsorship", "kind": "mutations", "id": "createsponsorship", "href": "/graphql/reference/mutations#createsponsorship", "description": "Start a new sponsorship of a maintainer in GitHub Sponsors, or reactivate a past sponsorship.
", "inputFields": [ { "name": "input", "type": "CreateSponsorshipInput!", "id": "createsponsorshipinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createsponsorshipinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "sponsorship", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship", "description": "The sponsorship that was started.
" } ] }, { "name": "createTeamDiscussion", "kind": "mutations", "id": "createteamdiscussion", "href": "/graphql/reference/mutations#createteamdiscussion", "description": "Creates a new team discussion.
", "inputFields": [ { "name": "input", "type": "CreateTeamDiscussionInput!", "id": "createteamdiscussioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createteamdiscussioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "teamDiscussion", "type": "TeamDiscussion", "id": "teamdiscussion", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussion", "description": "The new discussion.
" } ] }, { "name": "createTeamDiscussionComment", "kind": "mutations", "id": "createteamdiscussioncomment", "href": "/graphql/reference/mutations#createteamdiscussioncomment", "description": "Creates a new team discussion comment.
", "inputFields": [ { "name": "input", "type": "CreateTeamDiscussionCommentInput!", "id": "createteamdiscussioncommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#createteamdiscussioncommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "teamDiscussionComment", "type": "TeamDiscussionComment", "id": "teamdiscussioncomment", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussioncomment", "description": "The new comment.
" } ] }, { "name": "declineTopicSuggestion", "kind": "mutations", "id": "declinetopicsuggestion", "href": "/graphql/reference/mutations#declinetopicsuggestion", "description": "Rejects a suggested topic for the repository.
", "inputFields": [ { "name": "input", "type": "DeclineTopicSuggestionInput!", "id": "declinetopicsuggestioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#declinetopicsuggestioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "topic", "type": "Topic", "id": "topic", "kind": "objects", "href": "/graphql/reference/objects#topic", "description": "The declined topic.
" } ] }, { "name": "deleteBranchProtectionRule", "kind": "mutations", "id": "deletebranchprotectionrule", "href": "/graphql/reference/mutations#deletebranchprotectionrule", "description": "Delete a branch protection rule.
", "inputFields": [ { "name": "input", "type": "DeleteBranchProtectionRuleInput!", "id": "deletebranchprotectionruleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletebranchprotectionruleinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "deleteDeployment", "kind": "mutations", "id": "deletedeployment", "href": "/graphql/reference/mutations#deletedeployment", "description": "Deletes a deployment.
", "inputFields": [ { "name": "input", "type": "DeleteDeploymentInput!", "id": "deletedeploymentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletedeploymentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "deleteDiscussion", "kind": "mutations", "id": "deletediscussion", "href": "/graphql/reference/mutations#deletediscussion", "description": "Delete a discussion and all of its replies.
", "inputFields": [ { "name": "input", "type": "DeleteDiscussionInput!", "id": "deletediscussioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletediscussioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "discussion", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion", "description": "The discussion that was just deleted.
" } ] }, { "name": "deleteDiscussionComment", "kind": "mutations", "id": "deletediscussioncomment", "href": "/graphql/reference/mutations#deletediscussioncomment", "description": "Delete a discussion comment. If it has replies, wipe it instead.
", "inputFields": [ { "name": "input", "type": "DeleteDiscussionCommentInput!", "id": "deletediscussioncommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletediscussioncommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "comment", "type": "DiscussionComment", "id": "discussioncomment", "kind": "objects", "href": "/graphql/reference/objects#discussioncomment", "description": "The discussion comment that was just deleted.
" } ] }, { "name": "deleteEnvironment", "kind": "mutations", "id": "deleteenvironment", "href": "/graphql/reference/mutations#deleteenvironment", "description": "Deletes an environment.
", "inputFields": [ { "name": "input", "type": "DeleteEnvironmentInput!", "id": "deleteenvironmentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteenvironmentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "deleteIpAllowListEntry", "kind": "mutations", "id": "deleteipallowlistentry", "href": "/graphql/reference/mutations#deleteipallowlistentry", "description": "Deletes an IP allow list entry.
", "inputFields": [ { "name": "input", "type": "DeleteIpAllowListEntryInput!", "id": "deleteipallowlistentryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteipallowlistentryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "ipAllowListEntry", "type": "IpAllowListEntry", "id": "ipallowlistentry", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentry", "description": "The IP allow list entry that was deleted.
" } ] }, { "name": "deleteIssue", "kind": "mutations", "id": "deleteissue", "href": "/graphql/reference/mutations#deleteissue", "description": "Deletes an Issue object.
", "inputFields": [ { "name": "input", "type": "DeleteIssueInput!", "id": "deleteissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The repository the issue belonged to.
" } ] }, { "name": "deleteIssueComment", "kind": "mutations", "id": "deleteissuecomment", "href": "/graphql/reference/mutations#deleteissuecomment", "description": "Deletes an IssueComment object.
", "inputFields": [ { "name": "input", "type": "DeleteIssueCommentInput!", "id": "deleteissuecommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteissuecommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "deleteLabel", "kind": "mutations", "id": "deletelabel", "href": "/graphql/reference/mutations#deletelabel", "description": "Deletes a label.
", "isDeprecated": false, "preview": { "title": "Labels preview", "description": "This preview adds support for adding, updating, creating and deleting labels.", "toggled_by": "bane-preview", "toggled_on": [ "Mutation.createLabel", "Mutation.deleteLabel", "Mutation.updateLabel" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.bane-preview+json", "href": "/graphql/overview/schema-previews#labels-preview" }, "inputFields": [ { "name": "input", "type": "DeleteLabelInput!", "id": "deletelabelinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletelabelinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "deleteLinkedBranch", "kind": "mutations", "id": "deletelinkedbranch", "href": "/graphql/reference/mutations#deletelinkedbranch", "description": "Unlink a branch from an issue.
", "inputFields": [ { "name": "input", "type": "DeleteLinkedBranchInput!", "id": "deletelinkedbranchinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletelinkedbranchinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issue", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "description": "The issue the linked branch was unlinked from.
" } ] }, { "name": "deletePackageVersion", "kind": "mutations", "id": "deletepackageversion", "href": "/graphql/reference/mutations#deletepackageversion", "description": "Delete a package version.
", "isDeprecated": false, "preview": { "title": "Access to package version deletion preview", "description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.", "toggled_by": "package-deletes-preview", "toggled_on": [ "Mutation.deletePackageVersion" ], "owning_teams": [ "@github/pe-package-registry" ], "accept_header": "application/vnd.github.package-deletes-preview+json", "href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview" }, "inputFields": [ { "name": "input", "type": "DeletePackageVersionInput!", "id": "deletepackageversioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletepackageversioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "success", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Whether or not the operation succeeded.
" } ] }, { "name": "deleteProject", "kind": "mutations", "id": "deleteproject", "href": "/graphql/reference/mutations#deleteproject", "description": "Deletes a project.
", "inputFields": [ { "name": "input", "type": "DeleteProjectInput!", "id": "deleteprojectinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteprojectinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "owner", "type": "ProjectOwner", "id": "projectowner", "kind": "interfaces", "href": "/graphql/reference/interfaces#projectowner", "description": "The repository or organization the project was removed from.
" } ] }, { "name": "deleteProjectCard", "kind": "mutations", "id": "deleteprojectcard", "href": "/graphql/reference/mutations#deleteprojectcard", "description": "Deletes a project card.
", "inputFields": [ { "name": "input", "type": "DeleteProjectCardInput!", "id": "deleteprojectcardinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteprojectcardinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "column", "type": "ProjectColumn", "id": "projectcolumn", "kind": "objects", "href": "/graphql/reference/objects#projectcolumn", "description": "The column the deleted card was in.
" }, { "name": "deletedCardId", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "description": "The deleted card ID.
" } ] }, { "name": "deleteProjectColumn", "kind": "mutations", "id": "deleteprojectcolumn", "href": "/graphql/reference/mutations#deleteprojectcolumn", "description": "Deletes a project column.
", "inputFields": [ { "name": "input", "type": "DeleteProjectColumnInput!", "id": "deleteprojectcolumninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteprojectcolumninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "deletedColumnId", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "description": "The deleted column ID.
" }, { "name": "project", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "description": "The project the deleted column was in.
" } ] }, { "name": "deleteProjectNextItem", "kind": "mutations", "id": "deleteprojectnextitem", "href": "/graphql/reference/mutations#deleteprojectnextitem", "description": "Deletes an item from a Project.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A unique identifier for the client performing the mutation.
" }, { "name": "deletedItemId", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "description": "The ID of the deleted item.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Deletes an item from a Project.
", "inputFields": [ { "name": "input", "type": "DeleteProjectV2ItemInput!", "id": "deleteprojectv2iteminput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteprojectv2iteminput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "deletedItemId", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "description": "The ID of the deleted item.
" } ] }, { "name": "deletePullRequestReview", "kind": "mutations", "id": "deletepullrequestreview", "href": "/graphql/reference/mutations#deletepullrequestreview", "description": "Deletes a pull request review.
", "inputFields": [ { "name": "input", "type": "DeletePullRequestReviewInput!", "id": "deletepullrequestreviewinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletepullrequestreviewinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequestReview", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview", "description": "The deleted pull request review.
" } ] }, { "name": "deletePullRequestReviewComment", "kind": "mutations", "id": "deletepullrequestreviewcomment", "href": "/graphql/reference/mutations#deletepullrequestreviewcomment", "description": "Deletes a pull request review comment.
", "inputFields": [ { "name": "input", "type": "DeletePullRequestReviewCommentInput!", "id": "deletepullrequestreviewcommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deletepullrequestreviewcommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequestReview", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview", "description": "The pull request review the deleted comment belonged to.
" }, { "name": "pullRequestReviewComment", "type": "PullRequestReviewComment", "id": "pullrequestreviewcomment", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcomment", "description": "The deleted pull request review comment.
" } ] }, { "name": "deleteRef", "kind": "mutations", "id": "deleteref", "href": "/graphql/reference/mutations#deleteref", "description": "Delete a Git Ref.
", "inputFields": [ { "name": "input", "type": "DeleteRefInput!", "id": "deleterefinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleterefinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "deleteTeamDiscussion", "kind": "mutations", "id": "deleteteamdiscussion", "href": "/graphql/reference/mutations#deleteteamdiscussion", "description": "Deletes a team discussion.
", "inputFields": [ { "name": "input", "type": "DeleteTeamDiscussionInput!", "id": "deleteteamdiscussioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteteamdiscussioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "deleteTeamDiscussionComment", "kind": "mutations", "id": "deleteteamdiscussioncomment", "href": "/graphql/reference/mutations#deleteteamdiscussioncomment", "description": "Deletes a team discussion comment.
", "inputFields": [ { "name": "input", "type": "DeleteTeamDiscussionCommentInput!", "id": "deleteteamdiscussioncommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteteamdiscussioncommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "deleteVerifiableDomain", "kind": "mutations", "id": "deleteverifiabledomain", "href": "/graphql/reference/mutations#deleteverifiabledomain", "description": "Deletes a verifiable domain.
", "inputFields": [ { "name": "input", "type": "DeleteVerifiableDomainInput!", "id": "deleteverifiabledomaininput", "kind": "input-objects", "href": "/graphql/reference/input-objects#deleteverifiabledomaininput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "owner", "type": "VerifiableDomainOwner", "id": "verifiabledomainowner", "kind": "unions", "href": "/graphql/reference/unions#verifiabledomainowner", "description": "The owning account from which the domain was deleted.
" } ] }, { "name": "disablePullRequestAutoMerge", "kind": "mutations", "id": "disablepullrequestautomerge", "href": "/graphql/reference/mutations#disablepullrequestautomerge", "description": "Disable auto merge on the given pull request.
", "inputFields": [ { "name": "input", "type": "DisablePullRequestAutoMergeInput!", "id": "disablepullrequestautomergeinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#disablepullrequestautomergeinput" } ], "returnFields": [ { "name": "actor", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "description": "Identifies the actor who performed the event.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The pull request auto merge was disabled on.
" } ] }, { "name": "dismissPullRequestReview", "kind": "mutations", "id": "dismisspullrequestreview", "href": "/graphql/reference/mutations#dismisspullrequestreview", "description": "Dismisses an approved or rejected pull request review.
", "inputFields": [ { "name": "input", "type": "DismissPullRequestReviewInput!", "id": "dismisspullrequestreviewinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#dismisspullrequestreviewinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequestReview", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview", "description": "The dismissed pull request review.
" } ] }, { "name": "dismissRepositoryVulnerabilityAlert", "kind": "mutations", "id": "dismissrepositoryvulnerabilityalert", "href": "/graphql/reference/mutations#dismissrepositoryvulnerabilityalert", "description": "Dismisses the Dependabot alert.
", "inputFields": [ { "name": "input", "type": "DismissRepositoryVulnerabilityAlertInput!", "id": "dismissrepositoryvulnerabilityalertinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#dismissrepositoryvulnerabilityalertinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repositoryVulnerabilityAlert", "type": "RepositoryVulnerabilityAlert", "id": "repositoryvulnerabilityalert", "kind": "objects", "href": "/graphql/reference/objects#repositoryvulnerabilityalert", "description": "The Dependabot alert that was dismissed.
" } ] }, { "name": "enablePullRequestAutoMerge", "kind": "mutations", "id": "enablepullrequestautomerge", "href": "/graphql/reference/mutations#enablepullrequestautomerge", "description": "Enable the default auto-merge on a pull request.
", "inputFields": [ { "name": "input", "type": "EnablePullRequestAutoMergeInput!", "id": "enablepullrequestautomergeinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#enablepullrequestautomergeinput" } ], "returnFields": [ { "name": "actor", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "description": "Identifies the actor who performed the event.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The pull request auto-merge was enabled on.
" } ] }, { "name": "followOrganization", "kind": "mutations", "id": "followorganization", "href": "/graphql/reference/mutations#followorganization", "description": "Follow an organization.
", "inputFields": [ { "name": "input", "type": "FollowOrganizationInput!", "id": "followorganizationinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#followorganizationinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "organization", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization", "description": "The organization that was followed.
" } ] }, { "name": "followUser", "kind": "mutations", "id": "followuser", "href": "/graphql/reference/mutations#followuser", "description": "Follow a user.
", "inputFields": [ { "name": "input", "type": "FollowUserInput!", "id": "followuserinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#followuserinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "user", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "description": "The user that was followed.
" } ] }, { "name": "grantEnterpriseOrganizationsMigratorRole", "kind": "mutations", "id": "grantenterpriseorganizationsmigratorrole", "href": "/graphql/reference/mutations#grantenterpriseorganizationsmigratorrole", "description": "Grant the migrator role to a user for all organizations under an enterprise account.
", "inputFields": [ { "name": "input", "type": "GrantEnterpriseOrganizationsMigratorRoleInput!", "id": "grantenterpriseorganizationsmigratorroleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#grantenterpriseorganizationsmigratorroleinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "organizations", "type": "OrganizationConnection", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "description": "The organizations that had the migrator role applied to for the given user.
" } ] }, { "name": "grantMigratorRole", "kind": "mutations", "id": "grantmigratorrole", "href": "/graphql/reference/mutations#grantmigratorrole", "description": "Grant the migrator role to a user or a team.
", "inputFields": [ { "name": "input", "type": "GrantMigratorRoleInput!", "id": "grantmigratorroleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#grantmigratorroleinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "success", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Did the operation succeed?.
" } ] }, { "name": "importProject", "kind": "mutations", "id": "importproject", "href": "/graphql/reference/mutations#importproject", "description": "Creates a new project by importing columns and a list of issues/PRs.
", "isDeprecated": false, "preview": { "title": "Import project preview", "description": "This preview adds support for importing projects.", "toggled_by": "slothette-preview", "toggled_on": [ "Mutation.importProject" ], "owning_teams": [ "@github/pe-issues-projects" ], "accept_header": "application/vnd.github.slothette-preview+json", "href": "/graphql/overview/schema-previews#import-project-preview" }, "inputFields": [ { "name": "input", "type": "ImportProjectInput!", "id": "importprojectinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#importprojectinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "project", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "description": "The new Project!.
" } ] }, { "name": "inviteEnterpriseAdmin", "kind": "mutations", "id": "inviteenterpriseadmin", "href": "/graphql/reference/mutations#inviteenterpriseadmin", "description": "Invite someone to become an administrator of the enterprise.
", "inputFields": [ { "name": "input", "type": "InviteEnterpriseAdminInput!", "id": "inviteenterpriseadmininput", "kind": "input-objects", "href": "/graphql/reference/input-objects#inviteenterpriseadmininput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "invitation", "type": "EnterpriseAdministratorInvitation", "id": "enterpriseadministratorinvitation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratorinvitation", "description": "The created enterprise administrator invitation.
" } ] }, { "name": "linkRepositoryToProject", "kind": "mutations", "id": "linkrepositorytoproject", "href": "/graphql/reference/mutations#linkrepositorytoproject", "description": "Creates a repository link for a project.
", "inputFields": [ { "name": "input", "type": "LinkRepositoryToProjectInput!", "id": "linkrepositorytoprojectinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#linkrepositorytoprojectinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "project", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "description": "The linked Project.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The linked Repository.
" } ] }, { "name": "lockLockable", "kind": "mutations", "id": "locklockable", "href": "/graphql/reference/mutations#locklockable", "description": "Lock a lockable object.
", "inputFields": [ { "name": "input", "type": "LockLockableInput!", "id": "locklockableinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#locklockableinput" } ], "returnFields": [ { "name": "actor", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "description": "Identifies the actor who performed the event.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "lockedRecord", "type": "Lockable", "id": "lockable", "kind": "interfaces", "href": "/graphql/reference/interfaces#lockable", "description": "The item that was locked.
" } ] }, { "name": "markDiscussionCommentAsAnswer", "kind": "mutations", "id": "markdiscussioncommentasanswer", "href": "/graphql/reference/mutations#markdiscussioncommentasanswer", "description": "Mark a discussion comment as the chosen answer for discussions in an answerable category.
", "inputFields": [ { "name": "input", "type": "MarkDiscussionCommentAsAnswerInput!", "id": "markdiscussioncommentasanswerinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#markdiscussioncommentasanswerinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "discussion", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion", "description": "The discussion that includes the chosen comment.
" } ] }, { "name": "markFileAsViewed", "kind": "mutations", "id": "markfileasviewed", "href": "/graphql/reference/mutations#markfileasviewed", "description": "Mark a pull request file as viewed.
", "inputFields": [ { "name": "input", "type": "MarkFileAsViewedInput!", "id": "markfileasviewedinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#markfileasviewedinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The updated pull request.
" } ] }, { "name": "markPullRequestReadyForReview", "kind": "mutations", "id": "markpullrequestreadyforreview", "href": "/graphql/reference/mutations#markpullrequestreadyforreview", "description": "Marks a pull request ready for review.
", "inputFields": [ { "name": "input", "type": "MarkPullRequestReadyForReviewInput!", "id": "markpullrequestreadyforreviewinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#markpullrequestreadyforreviewinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The pull request that is ready for review.
" } ] }, { "name": "mergeBranch", "kind": "mutations", "id": "mergebranch", "href": "/graphql/reference/mutations#mergebranch", "description": "Merge a head into a branch.
", "inputFields": [ { "name": "input", "type": "MergeBranchInput!", "id": "mergebranchinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#mergebranchinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "mergeCommit", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit", "description": "The resulting merge Commit.
" } ] }, { "name": "mergePullRequest", "kind": "mutations", "id": "mergepullrequest", "href": "/graphql/reference/mutations#mergepullrequest", "description": "Merge a pull request.
", "inputFields": [ { "name": "input", "type": "MergePullRequestInput!", "id": "mergepullrequestinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#mergepullrequestinput" } ], "returnFields": [ { "name": "actor", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "description": "Identifies the actor who performed the event.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The pull request that was merged.
" } ] }, { "name": "minimizeComment", "kind": "mutations", "id": "minimizecomment", "href": "/graphql/reference/mutations#minimizecomment", "description": "Minimizes a comment on an Issue, Commit, Pull Request, or Gist.
", "inputFields": [ { "name": "input", "type": "MinimizeCommentInput!", "id": "minimizecommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#minimizecommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "minimizedComment", "type": "Minimizable", "id": "minimizable", "kind": "interfaces", "href": "/graphql/reference/interfaces#minimizable", "description": "The comment that was minimized.
" } ] }, { "name": "moveProjectCard", "kind": "mutations", "id": "moveprojectcard", "href": "/graphql/reference/mutations#moveprojectcard", "description": "Moves a project card to another place.
", "inputFields": [ { "name": "input", "type": "MoveProjectCardInput!", "id": "moveprojectcardinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#moveprojectcardinput" } ], "returnFields": [ { "name": "cardEdge", "type": "ProjectCardEdge", "id": "projectcardedge", "kind": "objects", "href": "/graphql/reference/objects#projectcardedge", "description": "The new edge of the moved card.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "moveProjectColumn", "kind": "mutations", "id": "moveprojectcolumn", "href": "/graphql/reference/mutations#moveprojectcolumn", "description": "Moves a project column to another place.
", "inputFields": [ { "name": "input", "type": "MoveProjectColumnInput!", "id": "moveprojectcolumninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#moveprojectcolumninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "columnEdge", "type": "ProjectColumnEdge", "id": "projectcolumnedge", "kind": "objects", "href": "/graphql/reference/objects#projectcolumnedge", "description": "The new edge of the moved column.
" } ] }, { "name": "pinIssue", "kind": "mutations", "id": "pinissue", "href": "/graphql/reference/mutations#pinissue", "description": "Pin an issue to a repository.
", "inputFields": [ { "name": "input", "type": "PinIssueInput!", "id": "pinissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#pinissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issue", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "description": "The issue that was pinned.
" } ] }, { "name": "regenerateEnterpriseIdentityProviderRecoveryCodes", "kind": "mutations", "id": "regenerateenterpriseidentityproviderrecoverycodes", "href": "/graphql/reference/mutations#regenerateenterpriseidentityproviderrecoverycodes", "description": "Regenerates the identity provider recovery codes for an enterprise.
", "inputFields": [ { "name": "input", "type": "RegenerateEnterpriseIdentityProviderRecoveryCodesInput!", "id": "regenerateenterpriseidentityproviderrecoverycodesinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#regenerateenterpriseidentityproviderrecoverycodesinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "identityProvider", "type": "EnterpriseIdentityProvider", "id": "enterpriseidentityprovider", "kind": "objects", "href": "/graphql/reference/objects#enterpriseidentityprovider", "description": "The identity provider for the enterprise.
" } ] }, { "name": "regenerateVerifiableDomainToken", "kind": "mutations", "id": "regenerateverifiabledomaintoken", "href": "/graphql/reference/mutations#regenerateverifiabledomaintoken", "description": "Regenerates a verifiable domain's verification token.
", "inputFields": [ { "name": "input", "type": "RegenerateVerifiableDomainTokenInput!", "id": "regenerateverifiabledomaintokeninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#regenerateverifiabledomaintokeninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "verificationToken", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "The verification token that was generated.
" } ] }, { "name": "rejectDeployments", "kind": "mutations", "id": "rejectdeployments", "href": "/graphql/reference/mutations#rejectdeployments", "description": "Reject all pending deployments under one or more environments.
", "inputFields": [ { "name": "input", "type": "RejectDeploymentsInput!", "id": "rejectdeploymentsinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#rejectdeploymentsinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "deployments", "type": "[Deployment!]", "id": "deployment", "kind": "objects", "href": "/graphql/reference/objects#deployment", "description": "The affected deployments.
" } ] }, { "name": "removeAssigneesFromAssignable", "kind": "mutations", "id": "removeassigneesfromassignable", "href": "/graphql/reference/mutations#removeassigneesfromassignable", "description": "Removes assignees from an assignable object.
", "inputFields": [ { "name": "input", "type": "RemoveAssigneesFromAssignableInput!", "id": "removeassigneesfromassignableinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removeassigneesfromassignableinput" } ], "returnFields": [ { "name": "assignable", "type": "Assignable", "id": "assignable", "kind": "interfaces", "href": "/graphql/reference/interfaces#assignable", "description": "The item that was unassigned.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "removeEnterpriseAdmin", "kind": "mutations", "id": "removeenterpriseadmin", "href": "/graphql/reference/mutations#removeenterpriseadmin", "description": "Removes an administrator from the enterprise.
", "inputFields": [ { "name": "input", "type": "RemoveEnterpriseAdminInput!", "id": "removeenterpriseadmininput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removeenterpriseadmininput" } ], "returnFields": [ { "name": "admin", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "description": "The user who was removed as an administrator.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The updated enterprise.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of removing an administrator.
" }, { "name": "viewer", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "description": "The viewer performing the mutation.
" } ] }, { "name": "removeEnterpriseIdentityProvider", "kind": "mutations", "id": "removeenterpriseidentityprovider", "href": "/graphql/reference/mutations#removeenterpriseidentityprovider", "description": "Removes the identity provider from an enterprise.
", "inputFields": [ { "name": "input", "type": "RemoveEnterpriseIdentityProviderInput!", "id": "removeenterpriseidentityproviderinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removeenterpriseidentityproviderinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "identityProvider", "type": "EnterpriseIdentityProvider", "id": "enterpriseidentityprovider", "kind": "objects", "href": "/graphql/reference/objects#enterpriseidentityprovider", "description": "The identity provider that was removed from the enterprise.
" } ] }, { "name": "removeEnterpriseOrganization", "kind": "mutations", "id": "removeenterpriseorganization", "href": "/graphql/reference/mutations#removeenterpriseorganization", "description": "Removes an organization from the enterprise.
", "inputFields": [ { "name": "input", "type": "RemoveEnterpriseOrganizationInput!", "id": "removeenterpriseorganizationinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removeenterpriseorganizationinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The updated enterprise.
" }, { "name": "organization", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization", "description": "The organization that was removed from the enterprise.
" }, { "name": "viewer", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "description": "The viewer performing the mutation.
" } ] }, { "name": "removeEnterpriseSupportEntitlement", "kind": "mutations", "id": "removeenterprisesupportentitlement", "href": "/graphql/reference/mutations#removeenterprisesupportentitlement", "description": "Removes a support entitlement from an enterprise member.
", "inputFields": [ { "name": "input", "type": "RemoveEnterpriseSupportEntitlementInput!", "id": "removeenterprisesupportentitlementinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removeenterprisesupportentitlementinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of removing the support entitlement.
" } ] }, { "name": "removeLabelsFromLabelable", "kind": "mutations", "id": "removelabelsfromlabelable", "href": "/graphql/reference/mutations#removelabelsfromlabelable", "description": "Removes labels from a Labelable object.
", "inputFields": [ { "name": "input", "type": "RemoveLabelsFromLabelableInput!", "id": "removelabelsfromlabelableinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removelabelsfromlabelableinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "labelable", "type": "Labelable", "id": "labelable", "kind": "interfaces", "href": "/graphql/reference/interfaces#labelable", "description": "The Labelable the labels were removed from.
" } ] }, { "name": "removeOutsideCollaborator", "kind": "mutations", "id": "removeoutsidecollaborator", "href": "/graphql/reference/mutations#removeoutsidecollaborator", "description": "Removes outside collaborator from all repositories in an organization.
", "inputFields": [ { "name": "input", "type": "RemoveOutsideCollaboratorInput!", "id": "removeoutsidecollaboratorinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removeoutsidecollaboratorinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "removedUser", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "description": "The user that was removed as an outside collaborator.
" } ] }, { "name": "removeReaction", "kind": "mutations", "id": "removereaction", "href": "/graphql/reference/mutations#removereaction", "description": "Removes a reaction from a subject.
", "inputFields": [ { "name": "input", "type": "RemoveReactionInput!", "id": "removereactioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removereactioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "reaction", "type": "Reaction", "id": "reaction", "kind": "objects", "href": "/graphql/reference/objects#reaction", "description": "The reaction object.
" }, { "name": "subject", "type": "Reactable", "id": "reactable", "kind": "interfaces", "href": "/graphql/reference/interfaces#reactable", "description": "The reactable subject.
" } ] }, { "name": "removeStar", "kind": "mutations", "id": "removestar", "href": "/graphql/reference/mutations#removestar", "description": "Removes a star from a Starrable.
", "inputFields": [ { "name": "input", "type": "RemoveStarInput!", "id": "removestarinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removestarinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "starrable", "type": "Starrable", "id": "starrable", "kind": "interfaces", "href": "/graphql/reference/interfaces#starrable", "description": "The starrable.
" } ] }, { "name": "removeUpvote", "kind": "mutations", "id": "removeupvote", "href": "/graphql/reference/mutations#removeupvote", "description": "Remove an upvote to a discussion or discussion comment.
", "inputFields": [ { "name": "input", "type": "RemoveUpvoteInput!", "id": "removeupvoteinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#removeupvoteinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "subject", "type": "Votable", "id": "votable", "kind": "interfaces", "href": "/graphql/reference/interfaces#votable", "description": "The votable subject.
" } ] }, { "name": "reopenIssue", "kind": "mutations", "id": "reopenissue", "href": "/graphql/reference/mutations#reopenissue", "description": "Reopen a issue.
", "inputFields": [ { "name": "input", "type": "ReopenIssueInput!", "id": "reopenissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#reopenissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issue", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "description": "The issue that was opened.
" } ] }, { "name": "reopenPullRequest", "kind": "mutations", "id": "reopenpullrequest", "href": "/graphql/reference/mutations#reopenpullrequest", "description": "Reopen a pull request.
", "inputFields": [ { "name": "input", "type": "ReopenPullRequestInput!", "id": "reopenpullrequestinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#reopenpullrequestinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The pull request that was reopened.
" } ] }, { "name": "requestReviews", "kind": "mutations", "id": "requestreviews", "href": "/graphql/reference/mutations#requestreviews", "description": "Set review requests on a pull request.
", "inputFields": [ { "name": "input", "type": "RequestReviewsInput!", "id": "requestreviewsinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#requestreviewsinput" } ], "returnFields": [ { "name": "actor", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "description": "Identifies the actor who performed the event.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The pull request that is getting requests.
" }, { "name": "requestedReviewersEdge", "type": "UserEdge", "id": "useredge", "kind": "objects", "href": "/graphql/reference/objects#useredge", "description": "The edge from the pull request to the requested reviewers.
" } ] }, { "name": "rerequestCheckSuite", "kind": "mutations", "id": "rerequestchecksuite", "href": "/graphql/reference/mutations#rerequestchecksuite", "description": "Rerequests an existing check suite.
", "inputFields": [ { "name": "input", "type": "RerequestCheckSuiteInput!", "id": "rerequestchecksuiteinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#rerequestchecksuiteinput" } ], "returnFields": [ { "name": "checkSuite", "type": "CheckSuite", "id": "checksuite", "kind": "objects", "href": "/graphql/reference/objects#checksuite", "description": "The requested check suite.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "resolveReviewThread", "kind": "mutations", "id": "resolvereviewthread", "href": "/graphql/reference/mutations#resolvereviewthread", "description": "Marks a review thread as resolved.
", "inputFields": [ { "name": "input", "type": "ResolveReviewThreadInput!", "id": "resolvereviewthreadinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#resolvereviewthreadinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "thread", "type": "PullRequestReviewThread", "id": "pullrequestreviewthread", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewthread", "description": "The thread to resolve.
" } ] }, { "name": "revokeEnterpriseOrganizationsMigratorRole", "kind": "mutations", "id": "revokeenterpriseorganizationsmigratorrole", "href": "/graphql/reference/mutations#revokeenterpriseorganizationsmigratorrole", "description": "Revoke the migrator role to a user for all organizations under an enterprise account.
", "inputFields": [ { "name": "input", "type": "RevokeEnterpriseOrganizationsMigratorRoleInput!", "id": "revokeenterpriseorganizationsmigratorroleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#revokeenterpriseorganizationsmigratorroleinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "organizations", "type": "OrganizationConnection", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "description": "The organizations that had the migrator role revoked for the given user.
" } ] }, { "name": "revokeMigratorRole", "kind": "mutations", "id": "revokemigratorrole", "href": "/graphql/reference/mutations#revokemigratorrole", "description": "Revoke the migrator role from a user or a team.
", "inputFields": [ { "name": "input", "type": "RevokeMigratorRoleInput!", "id": "revokemigratorroleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#revokemigratorroleinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "success", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "description": "Did the operation succeed?.
" } ] }, { "name": "setEnterpriseIdentityProvider", "kind": "mutations", "id": "setenterpriseidentityprovider", "href": "/graphql/reference/mutations#setenterpriseidentityprovider", "description": "Creates or updates the identity provider for an enterprise.
", "inputFields": [ { "name": "input", "type": "SetEnterpriseIdentityProviderInput!", "id": "setenterpriseidentityproviderinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#setenterpriseidentityproviderinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "identityProvider", "type": "EnterpriseIdentityProvider", "id": "enterpriseidentityprovider", "kind": "objects", "href": "/graphql/reference/objects#enterpriseidentityprovider", "description": "The identity provider for the enterprise.
" } ] }, { "name": "setOrganizationInteractionLimit", "kind": "mutations", "id": "setorganizationinteractionlimit", "href": "/graphql/reference/mutations#setorganizationinteractionlimit", "description": "Set an organization level interaction limit for an organization's public repositories.
", "inputFields": [ { "name": "input", "type": "SetOrganizationInteractionLimitInput!", "id": "setorganizationinteractionlimitinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#setorganizationinteractionlimitinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "organization", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization", "description": "The organization that the interaction limit was set for.
" } ] }, { "name": "setRepositoryInteractionLimit", "kind": "mutations", "id": "setrepositoryinteractionlimit", "href": "/graphql/reference/mutations#setrepositoryinteractionlimit", "description": "Sets an interaction limit setting for a repository.
", "inputFields": [ { "name": "input", "type": "SetRepositoryInteractionLimitInput!", "id": "setrepositoryinteractionlimitinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#setrepositoryinteractionlimitinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The repository that the interaction limit was set for.
" } ] }, { "name": "setUserInteractionLimit", "kind": "mutations", "id": "setuserinteractionlimit", "href": "/graphql/reference/mutations#setuserinteractionlimit", "description": "Set a user level interaction limit for an user's public repositories.
", "inputFields": [ { "name": "input", "type": "SetUserInteractionLimitInput!", "id": "setuserinteractionlimitinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#setuserinteractionlimitinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "user", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "description": "The user that the interaction limit was set for.
" } ] }, { "name": "startRepositoryMigration", "kind": "mutations", "id": "startrepositorymigration", "href": "/graphql/reference/mutations#startrepositorymigration", "description": "Start a repository migration.
", "inputFields": [ { "name": "input", "type": "StartRepositoryMigrationInput!", "id": "startrepositorymigrationinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#startrepositorymigrationinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repositoryMigration", "type": "RepositoryMigration", "id": "repositorymigration", "kind": "objects", "href": "/graphql/reference/objects#repositorymigration", "description": "The new Octoshift repository migration.
" } ] }, { "name": "submitPullRequestReview", "kind": "mutations", "id": "submitpullrequestreview", "href": "/graphql/reference/mutations#submitpullrequestreview", "description": "Submits a pending pull request review.
", "inputFields": [ { "name": "input", "type": "SubmitPullRequestReviewInput!", "id": "submitpullrequestreviewinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#submitpullrequestreviewinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequestReview", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview", "description": "The submitted pull request review.
" } ] }, { "name": "transferIssue", "kind": "mutations", "id": "transferissue", "href": "/graphql/reference/mutations#transferissue", "description": "Transfer an issue to a different repository.
", "inputFields": [ { "name": "input", "type": "TransferIssueInput!", "id": "transferissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#transferissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issue", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "description": "The issue that was transferred.
" } ] }, { "name": "unarchiveRepository", "kind": "mutations", "id": "unarchiverepository", "href": "/graphql/reference/mutations#unarchiverepository", "description": "Unarchives a repository.
", "inputFields": [ { "name": "input", "type": "UnarchiveRepositoryInput!", "id": "unarchiverepositoryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unarchiverepositoryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The repository that was unarchived.
" } ] }, { "name": "unfollowOrganization", "kind": "mutations", "id": "unfolloworganization", "href": "/graphql/reference/mutations#unfolloworganization", "description": "Unfollow an organization.
", "inputFields": [ { "name": "input", "type": "UnfollowOrganizationInput!", "id": "unfolloworganizationinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unfolloworganizationinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "organization", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization", "description": "The organization that was unfollowed.
" } ] }, { "name": "unfollowUser", "kind": "mutations", "id": "unfollowuser", "href": "/graphql/reference/mutations#unfollowuser", "description": "Unfollow a user.
", "inputFields": [ { "name": "input", "type": "UnfollowUserInput!", "id": "unfollowuserinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unfollowuserinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "user", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "description": "The user that was unfollowed.
" } ] }, { "name": "unlinkRepositoryFromProject", "kind": "mutations", "id": "unlinkrepositoryfromproject", "href": "/graphql/reference/mutations#unlinkrepositoryfromproject", "description": "Deletes a repository link from a project.
", "inputFields": [ { "name": "input", "type": "UnlinkRepositoryFromProjectInput!", "id": "unlinkrepositoryfromprojectinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unlinkrepositoryfromprojectinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "project", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "description": "The linked Project.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The linked Repository.
" } ] }, { "name": "unlockLockable", "kind": "mutations", "id": "unlocklockable", "href": "/graphql/reference/mutations#unlocklockable", "description": "Unlock a lockable object.
", "inputFields": [ { "name": "input", "type": "UnlockLockableInput!", "id": "unlocklockableinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unlocklockableinput" } ], "returnFields": [ { "name": "actor", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "description": "Identifies the actor who performed the event.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "unlockedRecord", "type": "Lockable", "id": "lockable", "kind": "interfaces", "href": "/graphql/reference/interfaces#lockable", "description": "The item that was unlocked.
" } ] }, { "name": "unmarkDiscussionCommentAsAnswer", "kind": "mutations", "id": "unmarkdiscussioncommentasanswer", "href": "/graphql/reference/mutations#unmarkdiscussioncommentasanswer", "description": "Unmark a discussion comment as the chosen answer for discussions in an answerable category.
", "inputFields": [ { "name": "input", "type": "UnmarkDiscussionCommentAsAnswerInput!", "id": "unmarkdiscussioncommentasanswerinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unmarkdiscussioncommentasanswerinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "discussion", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion", "description": "The discussion that includes the comment.
" } ] }, { "name": "unmarkFileAsViewed", "kind": "mutations", "id": "unmarkfileasviewed", "href": "/graphql/reference/mutations#unmarkfileasviewed", "description": "Unmark a pull request file as viewed.
", "inputFields": [ { "name": "input", "type": "UnmarkFileAsViewedInput!", "id": "unmarkfileasviewedinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unmarkfileasviewedinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The updated pull request.
" } ] }, { "name": "unmarkIssueAsDuplicate", "kind": "mutations", "id": "unmarkissueasduplicate", "href": "/graphql/reference/mutations#unmarkissueasduplicate", "description": "Unmark an issue as a duplicate of another issue.
", "inputFields": [ { "name": "input", "type": "UnmarkIssueAsDuplicateInput!", "id": "unmarkissueasduplicateinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unmarkissueasduplicateinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "duplicate", "type": "IssueOrPullRequest", "id": "issueorpullrequest", "kind": "unions", "href": "/graphql/reference/unions#issueorpullrequest", "description": "The issue or pull request that was marked as a duplicate.
" } ] }, { "name": "unminimizeComment", "kind": "mutations", "id": "unminimizecomment", "href": "/graphql/reference/mutations#unminimizecomment", "description": "Unminimizes a comment on an Issue, Commit, Pull Request, or Gist.
", "inputFields": [ { "name": "input", "type": "UnminimizeCommentInput!", "id": "unminimizecommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unminimizecommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "unminimizedComment", "type": "Minimizable", "id": "minimizable", "kind": "interfaces", "href": "/graphql/reference/interfaces#minimizable", "description": "The comment that was unminimized.
" } ] }, { "name": "unpinIssue", "kind": "mutations", "id": "unpinissue", "href": "/graphql/reference/mutations#unpinissue", "description": "Unpin a pinned issue from a repository.
", "inputFields": [ { "name": "input", "type": "UnpinIssueInput!", "id": "unpinissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unpinissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issue", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "description": "The issue that was unpinned.
" } ] }, { "name": "unresolveReviewThread", "kind": "mutations", "id": "unresolvereviewthread", "href": "/graphql/reference/mutations#unresolvereviewthread", "description": "Marks a review thread as unresolved.
", "inputFields": [ { "name": "input", "type": "UnresolveReviewThreadInput!", "id": "unresolvereviewthreadinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#unresolvereviewthreadinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "thread", "type": "PullRequestReviewThread", "id": "pullrequestreviewthread", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewthread", "description": "The thread to resolve.
" } ] }, { "name": "updateBranchProtectionRule", "kind": "mutations", "id": "updatebranchprotectionrule", "href": "/graphql/reference/mutations#updatebranchprotectionrule", "description": "Update a branch protection rule.
", "inputFields": [ { "name": "input", "type": "UpdateBranchProtectionRuleInput!", "id": "updatebranchprotectionruleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatebranchprotectionruleinput" } ], "returnFields": [ { "name": "branchProtectionRule", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule", "description": "The newly created BranchProtectionRule.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "updateCheckRun", "kind": "mutations", "id": "updatecheckrun", "href": "/graphql/reference/mutations#updatecheckrun", "description": "Update a check run.
", "inputFields": [ { "name": "input", "type": "UpdateCheckRunInput!", "id": "updatecheckruninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatecheckruninput" } ], "returnFields": [ { "name": "checkRun", "type": "CheckRun", "id": "checkrun", "kind": "objects", "href": "/graphql/reference/objects#checkrun", "description": "The updated check run.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" } ] }, { "name": "updateCheckSuitePreferences", "kind": "mutations", "id": "updatechecksuitepreferences", "href": "/graphql/reference/mutations#updatechecksuitepreferences", "description": "Modifies the settings of an existing check suite.
", "inputFields": [ { "name": "input", "type": "UpdateCheckSuitePreferencesInput!", "id": "updatechecksuitepreferencesinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatechecksuitepreferencesinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The updated repository.
" } ] }, { "name": "updateDiscussion", "kind": "mutations", "id": "updatediscussion", "href": "/graphql/reference/mutations#updatediscussion", "description": "Update a discussion.
", "inputFields": [ { "name": "input", "type": "UpdateDiscussionInput!", "id": "updatediscussioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatediscussioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "discussion", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion", "description": "The modified discussion.
" } ] }, { "name": "updateDiscussionComment", "kind": "mutations", "id": "updatediscussioncomment", "href": "/graphql/reference/mutations#updatediscussioncomment", "description": "Update the contents of a comment on a Discussion.
", "inputFields": [ { "name": "input", "type": "UpdateDiscussionCommentInput!", "id": "updatediscussioncommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatediscussioncommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "comment", "type": "DiscussionComment", "id": "discussioncomment", "kind": "objects", "href": "/graphql/reference/objects#discussioncomment", "description": "The modified discussion comment.
" } ] }, { "name": "updateEnterpriseAdministratorRole", "kind": "mutations", "id": "updateenterpriseadministratorrole", "href": "/graphql/reference/mutations#updateenterpriseadministratorrole", "description": "Updates the role of an enterprise administrator.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseAdministratorRoleInput!", "id": "updateenterpriseadministratorroleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterpriseadministratorroleinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of changing the administrator's role.
" } ] }, { "name": "updateEnterpriseAllowPrivateRepositoryForkingSetting", "kind": "mutations", "id": "updateenterpriseallowprivaterepositoryforkingsetting", "href": "/graphql/reference/mutations#updateenterpriseallowprivaterepositoryforkingsetting", "description": "Sets whether private repository forks are enabled for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput!", "id": "updateenterpriseallowprivaterepositoryforkingsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterpriseallowprivaterepositoryforkingsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated allow private repository forking setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the allow private repository forking setting.
" } ] }, { "name": "updateEnterpriseDefaultRepositoryPermissionSetting", "kind": "mutations", "id": "updateenterprisedefaultrepositorypermissionsetting", "href": "/graphql/reference/mutations#updateenterprisedefaultrepositorypermissionsetting", "description": "Sets the base repository permission for organizations in an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseDefaultRepositoryPermissionSettingInput!", "id": "updateenterprisedefaultrepositorypermissionsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisedefaultrepositorypermissionsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated base repository permission setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the base repository permission setting.
" } ] }, { "name": "updateEnterpriseMembersCanChangeRepositoryVisibilitySetting", "kind": "mutations", "id": "updateenterprisememberscanchangerepositoryvisibilitysetting", "href": "/graphql/reference/mutations#updateenterprisememberscanchangerepositoryvisibilitysetting", "description": "Sets whether organization members with admin permissions on a repository can change repository visibility.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput!", "id": "updateenterprisememberscanchangerepositoryvisibilitysettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisememberscanchangerepositoryvisibilitysettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated members can change repository visibility setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the members can change repository visibility setting.
" } ] }, { "name": "updateEnterpriseMembersCanCreateRepositoriesSetting", "kind": "mutations", "id": "updateenterprisememberscancreaterepositoriessetting", "href": "/graphql/reference/mutations#updateenterprisememberscancreaterepositoriessetting", "description": "Sets the members can create repositories setting for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseMembersCanCreateRepositoriesSettingInput!", "id": "updateenterprisememberscancreaterepositoriessettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisememberscancreaterepositoriessettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated members can create repositories setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the members can create repositories setting.
" } ] }, { "name": "updateEnterpriseMembersCanDeleteIssuesSetting", "kind": "mutations", "id": "updateenterprisememberscandeleteissuessetting", "href": "/graphql/reference/mutations#updateenterprisememberscandeleteissuessetting", "description": "Sets the members can delete issues setting for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseMembersCanDeleteIssuesSettingInput!", "id": "updateenterprisememberscandeleteissuessettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisememberscandeleteissuessettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated members can delete issues setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the members can delete issues setting.
" } ] }, { "name": "updateEnterpriseMembersCanDeleteRepositoriesSetting", "kind": "mutations", "id": "updateenterprisememberscandeleterepositoriessetting", "href": "/graphql/reference/mutations#updateenterprisememberscandeleterepositoriessetting", "description": "Sets the members can delete repositories setting for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput!", "id": "updateenterprisememberscandeleterepositoriessettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisememberscandeleterepositoriessettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated members can delete repositories setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the members can delete repositories setting.
" } ] }, { "name": "updateEnterpriseMembersCanInviteCollaboratorsSetting", "kind": "mutations", "id": "updateenterprisememberscaninvitecollaboratorssetting", "href": "/graphql/reference/mutations#updateenterprisememberscaninvitecollaboratorssetting", "description": "Sets whether members can invite collaborators are enabled for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput!", "id": "updateenterprisememberscaninvitecollaboratorssettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisememberscaninvitecollaboratorssettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated members can invite collaborators setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the members can invite collaborators setting.
" } ] }, { "name": "updateEnterpriseMembersCanMakePurchasesSetting", "kind": "mutations", "id": "updateenterprisememberscanmakepurchasessetting", "href": "/graphql/reference/mutations#updateenterprisememberscanmakepurchasessetting", "description": "Sets whether or not an organization admin can make purchases.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseMembersCanMakePurchasesSettingInput!", "id": "updateenterprisememberscanmakepurchasessettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisememberscanmakepurchasessettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated members can make purchases setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the members can make purchases setting.
" } ] }, { "name": "updateEnterpriseMembersCanUpdateProtectedBranchesSetting", "kind": "mutations", "id": "updateenterprisememberscanupdateprotectedbranchessetting", "href": "/graphql/reference/mutations#updateenterprisememberscanupdateprotectedbranchessetting", "description": "Sets the members can update protected branches setting for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput!", "id": "updateenterprisememberscanupdateprotectedbranchessettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisememberscanupdateprotectedbranchessettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated members can update protected branches setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the members can update protected branches setting.
" } ] }, { "name": "updateEnterpriseMembersCanViewDependencyInsightsSetting", "kind": "mutations", "id": "updateenterprisememberscanviewdependencyinsightssetting", "href": "/graphql/reference/mutations#updateenterprisememberscanviewdependencyinsightssetting", "description": "Sets the members can view dependency insights for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput!", "id": "updateenterprisememberscanviewdependencyinsightssettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisememberscanviewdependencyinsightssettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated members can view dependency insights setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the members can view dependency insights setting.
" } ] }, { "name": "updateEnterpriseOrganizationProjectsSetting", "kind": "mutations", "id": "updateenterpriseorganizationprojectssetting", "href": "/graphql/reference/mutations#updateenterpriseorganizationprojectssetting", "description": "Sets whether organization projects are enabled for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseOrganizationProjectsSettingInput!", "id": "updateenterpriseorganizationprojectssettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterpriseorganizationprojectssettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated organization projects setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the organization projects setting.
" } ] }, { "name": "updateEnterpriseOwnerOrganizationRole", "kind": "mutations", "id": "updateenterpriseownerorganizationrole", "href": "/graphql/reference/mutations#updateenterpriseownerorganizationrole", "description": "Updates the role of an enterprise owner with an organization.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseOwnerOrganizationRoleInput!", "id": "updateenterpriseownerorganizationroleinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterpriseownerorganizationroleinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of changing the owner's organization role.
" } ] }, { "name": "updateEnterpriseProfile", "kind": "mutations", "id": "updateenterpriseprofile", "href": "/graphql/reference/mutations#updateenterpriseprofile", "description": "Updates an enterprise's profile.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseProfileInput!", "id": "updateenterpriseprofileinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterpriseprofileinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The updated enterprise.
" } ] }, { "name": "updateEnterpriseRepositoryProjectsSetting", "kind": "mutations", "id": "updateenterpriserepositoryprojectssetting", "href": "/graphql/reference/mutations#updateenterpriserepositoryprojectssetting", "description": "Sets whether repository projects are enabled for a enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseRepositoryProjectsSettingInput!", "id": "updateenterpriserepositoryprojectssettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterpriserepositoryprojectssettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated repository projects setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the repository projects setting.
" } ] }, { "name": "updateEnterpriseTeamDiscussionsSetting", "kind": "mutations", "id": "updateenterpriseteamdiscussionssetting", "href": "/graphql/reference/mutations#updateenterpriseteamdiscussionssetting", "description": "Sets whether team discussions are enabled for an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseTeamDiscussionsSettingInput!", "id": "updateenterpriseteamdiscussionssettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterpriseteamdiscussionssettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated team discussions setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the team discussions setting.
" } ] }, { "name": "updateEnterpriseTwoFactorAuthenticationRequiredSetting", "kind": "mutations", "id": "updateenterprisetwofactorauthenticationrequiredsetting", "href": "/graphql/reference/mutations#updateenterprisetwofactorauthenticationrequiredsetting", "description": "Sets whether two factor authentication is required for all users in an enterprise.
", "inputFields": [ { "name": "input", "type": "UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput!", "id": "updateenterprisetwofactorauthenticationrequiredsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenterprisetwofactorauthenticationrequiredsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "enterprise", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise", "description": "The enterprise with the updated two factor authentication required setting.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the two factor authentication required setting.
" } ] }, { "name": "updateEnvironment", "kind": "mutations", "id": "updateenvironment", "href": "/graphql/reference/mutations#updateenvironment", "description": "Updates an environment.
", "inputFields": [ { "name": "input", "type": "UpdateEnvironmentInput!", "id": "updateenvironmentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateenvironmentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "environment", "type": "Environment", "id": "environment", "kind": "objects", "href": "/graphql/reference/objects#environment", "description": "The updated environment.
" } ] }, { "name": "updateIpAllowListEnabledSetting", "kind": "mutations", "id": "updateipallowlistenabledsetting", "href": "/graphql/reference/mutations#updateipallowlistenabledsetting", "description": "Sets whether an IP allow list is enabled on an owner.
", "inputFields": [ { "name": "input", "type": "UpdateIpAllowListEnabledSettingInput!", "id": "updateipallowlistenabledsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateipallowlistenabledsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "owner", "type": "IpAllowListOwner", "id": "ipallowlistowner", "kind": "unions", "href": "/graphql/reference/unions#ipallowlistowner", "description": "The IP allow list owner on which the setting was updated.
" } ] }, { "name": "updateIpAllowListEntry", "kind": "mutations", "id": "updateipallowlistentry", "href": "/graphql/reference/mutations#updateipallowlistentry", "description": "Updates an IP allow list entry.
", "inputFields": [ { "name": "input", "type": "UpdateIpAllowListEntryInput!", "id": "updateipallowlistentryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateipallowlistentryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "ipAllowListEntry", "type": "IpAllowListEntry", "id": "ipallowlistentry", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentry", "description": "The IP allow list entry that was updated.
" } ] }, { "name": "updateIpAllowListForInstalledAppsEnabledSetting", "kind": "mutations", "id": "updateipallowlistforinstalledappsenabledsetting", "href": "/graphql/reference/mutations#updateipallowlistforinstalledappsenabledsetting", "description": "Sets whether IP allow list configuration for installed GitHub Apps is enabled on an owner.
", "inputFields": [ { "name": "input", "type": "UpdateIpAllowListForInstalledAppsEnabledSettingInput!", "id": "updateipallowlistforinstalledappsenabledsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateipallowlistforinstalledappsenabledsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "owner", "type": "IpAllowListOwner", "id": "ipallowlistowner", "kind": "unions", "href": "/graphql/reference/unions#ipallowlistowner", "description": "The IP allow list owner on which the setting was updated.
" } ] }, { "name": "updateIssue", "kind": "mutations", "id": "updateissue", "href": "/graphql/reference/mutations#updateissue", "description": "Updates an Issue.
", "inputFields": [ { "name": "input", "type": "UpdateIssueInput!", "id": "updateissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateissueinput" } ], "returnFields": [ { "name": "actor", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "description": "Identifies the actor who performed the event.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issue", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "description": "The issue.
" } ] }, { "name": "updateIssueComment", "kind": "mutations", "id": "updateissuecomment", "href": "/graphql/reference/mutations#updateissuecomment", "description": "Updates an IssueComment object.
", "inputFields": [ { "name": "input", "type": "UpdateIssueCommentInput!", "id": "updateissuecommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateissuecommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "issueComment", "type": "IssueComment", "id": "issuecomment", "kind": "objects", "href": "/graphql/reference/objects#issuecomment", "description": "The updated comment.
" } ] }, { "name": "updateLabel", "kind": "mutations", "id": "updatelabel", "href": "/graphql/reference/mutations#updatelabel", "description": "Updates an existing label.
", "isDeprecated": false, "preview": { "title": "Labels preview", "description": "This preview adds support for adding, updating, creating and deleting labels.", "toggled_by": "bane-preview", "toggled_on": [ "Mutation.createLabel", "Mutation.deleteLabel", "Mutation.updateLabel" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.bane-preview+json", "href": "/graphql/overview/schema-previews#labels-preview" }, "inputFields": [ { "name": "input", "type": "UpdateLabelInput!", "id": "updatelabelinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatelabelinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "label", "type": "Label", "id": "label", "kind": "objects", "href": "/graphql/reference/objects#label", "description": "The updated label.
" } ] }, { "name": "updateNotificationRestrictionSetting", "kind": "mutations", "id": "updatenotificationrestrictionsetting", "href": "/graphql/reference/mutations#updatenotificationrestrictionsetting", "description": "Update the setting to restrict notifications to only verified or approved domains available to an owner.
", "inputFields": [ { "name": "input", "type": "UpdateNotificationRestrictionSettingInput!", "id": "updatenotificationrestrictionsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatenotificationrestrictionsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "owner", "type": "VerifiableDomainOwner", "id": "verifiabledomainowner", "kind": "unions", "href": "/graphql/reference/unions#verifiabledomainowner", "description": "The owner on which the setting was updated.
" } ] }, { "name": "updateOrganizationAllowPrivateRepositoryForkingSetting", "kind": "mutations", "id": "updateorganizationallowprivaterepositoryforkingsetting", "href": "/graphql/reference/mutations#updateorganizationallowprivaterepositoryforkingsetting", "description": "Sets whether private repository forks are enabled for an organization.
", "inputFields": [ { "name": "input", "type": "UpdateOrganizationAllowPrivateRepositoryForkingSettingInput!", "id": "updateorganizationallowprivaterepositoryforkingsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateorganizationallowprivaterepositoryforkingsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the allow private repository forking setting.
" }, { "name": "organization", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization", "description": "The organization with the updated allow private repository forking setting.
" } ] }, { "name": "updateOrganizationWebCommitSignoffSetting", "kind": "mutations", "id": "updateorganizationwebcommitsignoffsetting", "href": "/graphql/reference/mutations#updateorganizationwebcommitsignoffsetting", "description": "Sets whether contributors are required to sign off on web-based commits for repositories in an organization.
", "inputFields": [ { "name": "input", "type": "UpdateOrganizationWebCommitSignoffSettingInput!", "id": "updateorganizationwebcommitsignoffsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateorganizationwebcommitsignoffsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the web commit signoff setting.
" }, { "name": "organization", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization", "description": "The organization with the updated web commit signoff setting.
" } ] }, { "name": "updateProject", "kind": "mutations", "id": "updateproject", "href": "/graphql/reference/mutations#updateproject", "description": "Updates an existing project.
", "inputFields": [ { "name": "input", "type": "UpdateProjectInput!", "id": "updateprojectinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateprojectinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "project", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "description": "The updated project.
" } ] }, { "name": "updateProjectCard", "kind": "mutations", "id": "updateprojectcard", "href": "/graphql/reference/mutations#updateprojectcard", "description": "Updates an existing project card.
", "inputFields": [ { "name": "input", "type": "UpdateProjectCardInput!", "id": "updateprojectcardinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateprojectcardinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectCard", "type": "ProjectCard", "id": "projectcard", "kind": "objects", "href": "/graphql/reference/objects#projectcard", "description": "The updated ProjectCard.
" } ] }, { "name": "updateProjectColumn", "kind": "mutations", "id": "updateprojectcolumn", "href": "/graphql/reference/mutations#updateprojectcolumn", "description": "Updates an existing project column.
", "inputFields": [ { "name": "input", "type": "UpdateProjectColumnInput!", "id": "updateprojectcolumninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateprojectcolumninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectColumn", "type": "ProjectColumn", "id": "projectcolumn", "kind": "objects", "href": "/graphql/reference/objects#projectcolumn", "description": "The updated project column.
" } ] }, { "name": "updateProjectDraftIssue", "kind": "mutations", "id": "updateprojectdraftissue", "href": "/graphql/reference/mutations#updateprojectdraftissue", "description": "Updates a draft issue within a Project.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A unique identifier for the client performing the mutation.
" }, { "name": "draftIssue", "type": "DraftIssue", "id": "draftissue", "kind": "objects", "href": "/graphql/reference/objects#draftissue", "description": "The draft issue updated in the project.
" } ] }, { "name": "updateProjectNext", "kind": "mutations", "id": "updateprojectnext", "href": "/graphql/reference/mutations#updateprojectnext", "description": "Updates an existing project (beta).
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A unique identifier for the client performing the mutation.
" }, { "name": "projectNext", "type": "ProjectNext", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "description": "The updated Project.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Updates a field of an item from a Project.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A unique identifier for the client performing the mutation.
" }, { "name": "projectNextItem", "type": "ProjectNextItem", "id": "projectnextitem", "kind": "objects", "href": "/graphql/reference/objects#projectnextitem", "description": "The updated item.
", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Updates an existing project (beta).
", "inputFields": [ { "name": "input", "type": "UpdateProjectV2Input!", "id": "updateprojectv2input", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateprojectv2input" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectV2", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "description": "The updated Project.
" } ] }, { "name": "updateProjectV2DraftIssue", "kind": "mutations", "id": "updateprojectv2draftissue", "href": "/graphql/reference/mutations#updateprojectv2draftissue", "description": "Updates a draft issue within a Project.
", "inputFields": [ { "name": "input", "type": "UpdateProjectV2DraftIssueInput!", "id": "updateprojectv2draftissueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateprojectv2draftissueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "draftIssue", "type": "DraftIssue", "id": "draftissue", "kind": "objects", "href": "/graphql/reference/objects#draftissue", "description": "The draft issue updated in the project.
" } ] }, { "name": "updateProjectV2ItemFieldValue", "kind": "mutations", "id": "updateprojectv2itemfieldvalue", "href": "/graphql/reference/mutations#updateprojectv2itemfieldvalue", "description": "This mutation updates the value of a field for an item in a Project. Currently\nonly single-select, text, number, date, and iteration fields are supported.
", "inputFields": [ { "name": "input", "type": "UpdateProjectV2ItemFieldValueInput!", "id": "updateprojectv2itemfieldvalueinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateprojectv2itemfieldvalueinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "projectV2Item", "type": "ProjectV2Item", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item", "description": "The updated item.
" } ] }, { "name": "updateProjectV2ItemPosition", "kind": "mutations", "id": "updateprojectv2itemposition", "href": "/graphql/reference/mutations#updateprojectv2itemposition", "description": "This mutation updates the position of the item in the project, where the position represents the priority of an item.
", "inputFields": [ { "name": "input", "type": "UpdateProjectV2ItemPositionInput!", "id": "updateprojectv2itempositioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateprojectv2itempositioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "items", "type": "ProjectV2ItemConnection", "id": "projectv2itemconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2itemconnection", "description": "The items in the new order.
" } ] }, { "name": "updatePullRequest", "kind": "mutations", "id": "updatepullrequest", "href": "/graphql/reference/mutations#updatepullrequest", "description": "Update a pull request.
", "inputFields": [ { "name": "input", "type": "UpdatePullRequestInput!", "id": "updatepullrequestinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatepullrequestinput" } ], "returnFields": [ { "name": "actor", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "description": "Identifies the actor who performed the event.
" }, { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The updated pull request.
" } ] }, { "name": "updatePullRequestBranch", "kind": "mutations", "id": "updatepullrequestbranch", "href": "/graphql/reference/mutations#updatepullrequestbranch", "description": "Merge or Rebase HEAD from upstream branch into pull request branch.
", "inputFields": [ { "name": "input", "type": "UpdatePullRequestBranchInput!", "id": "updatepullrequestbranchinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatepullrequestbranchinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequest", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "description": "The updated pull request.
" } ] }, { "name": "updatePullRequestReview", "kind": "mutations", "id": "updatepullrequestreview", "href": "/graphql/reference/mutations#updatepullrequestreview", "description": "Updates the body of a pull request review.
", "inputFields": [ { "name": "input", "type": "UpdatePullRequestReviewInput!", "id": "updatepullrequestreviewinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatepullrequestreviewinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequestReview", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview", "description": "The updated pull request review.
" } ] }, { "name": "updatePullRequestReviewComment", "kind": "mutations", "id": "updatepullrequestreviewcomment", "href": "/graphql/reference/mutations#updatepullrequestreviewcomment", "description": "Updates a pull request review comment.
", "inputFields": [ { "name": "input", "type": "UpdatePullRequestReviewCommentInput!", "id": "updatepullrequestreviewcommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatepullrequestreviewcommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "pullRequestReviewComment", "type": "PullRequestReviewComment", "id": "pullrequestreviewcomment", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcomment", "description": "The updated comment.
" } ] }, { "name": "updateRef", "kind": "mutations", "id": "updateref", "href": "/graphql/reference/mutations#updateref", "description": "Update a Git Ref.
", "inputFields": [ { "name": "input", "type": "UpdateRefInput!", "id": "updaterefinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updaterefinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "ref", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref", "description": "The updated Ref.
" } ] }, { "name": "updateRefs", "kind": "mutations", "id": "updaterefs", "href": "/graphql/reference/mutations#updaterefs", "description": "Creates, updates and/or deletes multiple refs in a repository.
\nThis mutation takes a list of RefUpdates 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.
RefUpdate.beforeOid specifies that the given reference needs to point\nto the given value before performing any updates. A value of\n0000000000000000000000000000000000000000 can be used to verify that\nthe references should not exist.
RefUpdate.afterOid specifies the value that the given reference\nwill point to after performing all updates. A value of\n0000000000000000000000000000000000000000 can be used to delete a\nreference.
If RefUpdate.force is set to true, a non-fast-forward updates\nfor the given reference will be allowed.
A unique identifier for the client performing the mutation.
" } ] }, { "name": "updateRepository", "kind": "mutations", "id": "updaterepository", "href": "/graphql/reference/mutations#updaterepository", "description": "Update information about a repository.
", "inputFields": [ { "name": "input", "type": "UpdateRepositoryInput!", "id": "updaterepositoryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updaterepositoryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The updated repository.
" } ] }, { "name": "updateRepositoryWebCommitSignoffSetting", "kind": "mutations", "id": "updaterepositorywebcommitsignoffsetting", "href": "/graphql/reference/mutations#updaterepositorywebcommitsignoffsetting", "description": "Sets whether contributors are required to sign off on web-based commits for a repository.
", "inputFields": [ { "name": "input", "type": "UpdateRepositoryWebCommitSignoffSettingInput!", "id": "updaterepositorywebcommitsignoffsettinginput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updaterepositorywebcommitsignoffsettinginput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "message", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A message confirming the result of updating the web commit signoff setting.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The updated repository.
" } ] }, { "name": "updateSponsorshipPreferences", "kind": "mutations", "id": "updatesponsorshippreferences", "href": "/graphql/reference/mutations#updatesponsorshippreferences", "description": "Change visibility of your sponsorship and opt in or out of email updates from the maintainer.
", "inputFields": [ { "name": "input", "type": "UpdateSponsorshipPreferencesInput!", "id": "updatesponsorshippreferencesinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatesponsorshippreferencesinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "sponsorship", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship", "description": "The sponsorship that was updated.
" } ] }, { "name": "updateSubscription", "kind": "mutations", "id": "updatesubscription", "href": "/graphql/reference/mutations#updatesubscription", "description": "Updates the state for subscribable subjects.
", "inputFields": [ { "name": "input", "type": "UpdateSubscriptionInput!", "id": "updatesubscriptioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatesubscriptioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "subscribable", "type": "Subscribable", "id": "subscribable", "kind": "interfaces", "href": "/graphql/reference/interfaces#subscribable", "description": "The input subscribable entity.
" } ] }, { "name": "updateTeamDiscussion", "kind": "mutations", "id": "updateteamdiscussion", "href": "/graphql/reference/mutations#updateteamdiscussion", "description": "Updates a team discussion.
", "inputFields": [ { "name": "input", "type": "UpdateTeamDiscussionInput!", "id": "updateteamdiscussioninput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateteamdiscussioninput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "teamDiscussion", "type": "TeamDiscussion", "id": "teamdiscussion", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussion", "description": "The updated discussion.
" } ] }, { "name": "updateTeamDiscussionComment", "kind": "mutations", "id": "updateteamdiscussioncomment", "href": "/graphql/reference/mutations#updateteamdiscussioncomment", "description": "Updates a discussion comment.
", "inputFields": [ { "name": "input", "type": "UpdateTeamDiscussionCommentInput!", "id": "updateteamdiscussioncommentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateteamdiscussioncommentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "teamDiscussionComment", "type": "TeamDiscussionComment", "id": "teamdiscussioncomment", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussioncomment", "description": "The updated comment.
" } ] }, { "name": "updateTeamReviewAssignment", "kind": "mutations", "id": "updateteamreviewassignment", "href": "/graphql/reference/mutations#updateteamreviewassignment", "description": "Updates team review assignment.
", "isDeprecated": false, "preview": { "title": "Team review assignments preview", "description": "This preview adds support for updating the settings for team review assignment.", "toggled_by": "stone-crop-preview", "toggled_on": [ "Mutation.updateTeamReviewAssignment", "TeamReviewAssignmentAlgorithm", "Team.reviewRequestDelegationEnabled", "Team.reviewRequestDelegationAlgorithm", "Team.reviewRequestDelegationMemberCount", "Team.reviewRequestDelegationNotifyTeam" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.stone-crop-preview+json", "href": "/graphql/overview/schema-previews#team-review-assignments-preview" }, "inputFields": [ { "name": "input", "type": "UpdateTeamReviewAssignmentInput!", "id": "updateteamreviewassignmentinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateteamreviewassignmentinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "team", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team", "description": "The team that was modified.
" } ] }, { "name": "updateTeamsRepository", "kind": "mutations", "id": "updateteamsrepository", "href": "/graphql/reference/mutations#updateteamsrepository", "description": "Update team repository.
", "inputFields": [ { "name": "input", "type": "UpdateTeamsRepositoryInput!", "id": "updateteamsrepositoryinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updateteamsrepositoryinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The repository that was updated.
" }, { "name": "teams", "type": "[Team!]", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team", "description": "The teams granted permission on the repository.
" } ] }, { "name": "updateTopics", "kind": "mutations", "id": "updatetopics", "href": "/graphql/reference/mutations#updatetopics", "description": "Replaces the repository's topics with the given topics.
", "inputFields": [ { "name": "input", "type": "UpdateTopicsInput!", "id": "updatetopicsinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#updatetopicsinput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "invalidTopicNames", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "Names of the provided topics that are not valid.
" }, { "name": "repository", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "description": "The updated repository.
" } ] }, { "name": "verifyVerifiableDomain", "kind": "mutations", "id": "verifyverifiabledomain", "href": "/graphql/reference/mutations#verifyverifiabledomain", "description": "Verify that a verifiable domain has the expected DNS record.
", "inputFields": [ { "name": "input", "type": "VerifyVerifiableDomainInput!", "id": "verifyverifiabledomaininput", "kind": "input-objects", "href": "/graphql/reference/input-objects#verifyverifiabledomaininput" } ], "returnFields": [ { "name": "clientMutationId", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "description": "A unique identifier for the client performing the mutation.
" }, { "name": "domain", "type": "VerifiableDomain", "id": "verifiabledomain", "kind": "objects", "href": "/graphql/reference/objects#verifiabledomain", "description": "The verifiable domain that was verified.
" } ] } ], "objects": [ { "name": "ActorLocation", "kind": "objects", "id": "actorlocation", "href": "/graphql/reference/objects#actorlocation", "description": "Location information for an actor.
", "fields": [ { "name": "city", "description": "City.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "country", "description": "Country name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "countryCode", "description": "Country code.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "region", "description": "Region name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "regionCode", "description": "Region or state code.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "AddedToProjectEvent", "kind": "objects", "id": "addedtoprojectevent", "href": "/graphql/reference/objects#addedtoprojectevent", "description": "Represents aadded_to_projectevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "project", "description": "Project referenced by event.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } }, { "name": "projectCard", "description": "Project card referenced by this project event.
", "type": "ProjectCard", "id": "projectcard", "kind": "objects", "href": "/graphql/reference/objects#projectcard", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } }, { "name": "projectColumnName", "description": "Column name referenced by this project event.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } } ] }, { "name": "App", "kind": "objects", "id": "app", "href": "/graphql/reference/objects#app", "description": "A GitHub App.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "description", "description": "The description of the app.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ipAllowListEntries", "description": "The IP addresses of the app.
", "type": "IpAllowListEntryConnection!", "id": "ipallowlistentryconnection", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for IP allow list entries returned.
", "type": { "name": "IpAllowListEntryOrder", "id": "ipallowlistentryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#ipallowlistentryorder" } } ] }, { "name": "logoBackgroundColor", "description": "The hex color code, without the leading '#', for the logo background.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "logoUrl", "description": "A URL pointing to the app's logo.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "name", "description": "The name of the app.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "slug", "description": "A slug based on the name of the app for use in URLs.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The URL to the app's homepage.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "AssignedEvent", "kind": "objects", "id": "assignedevent", "href": "/graphql/reference/objects#assignedevent", "description": "Represents anassignedevent on any assignable object.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "assignable", "description": "Identifies the assignable associated with the event.
", "type": "Assignable!", "id": "assignable", "kind": "interfaces", "href": "/graphql/reference/interfaces#assignable" }, { "name": "assignee", "description": "Identifies the user or mannequin that was assigned.
", "type": "Assignee", "id": "assignee", "kind": "unions", "href": "/graphql/reference/unions#assignee" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "user", "description": "Identifies the user who was assigned.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "isDeprecated": true, "deprecationReason": "Assignees can now be mannequins. Use the assignee field instead. Removal on 2020-01-01 UTC.
Represents aauto_merge_disabledevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "disabler", "description": "The user who disabled auto-merge for this Pull Request.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "reason", "description": "The reason auto-merge was disabled.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "reasonCode", "description": "The reason_code relating to why auto-merge was disabled.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "AutoMergeEnabledEvent", "kind": "objects", "id": "automergeenabledevent", "href": "/graphql/reference/objects#automergeenabledevent", "description": "Represents aauto_merge_enabledevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "enabler", "description": "The user who enabled auto-merge for this Pull Request.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "AutoMergeRequest", "kind": "objects", "id": "automergerequest", "href": "/graphql/reference/objects#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.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitBody", "description": "The commit message of the auto-merge request. If a merge queue is required by\nthe base branch, this value will be set by the merge queue when merging.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitHeadline", "description": "The commit title of the auto-merge request. If a merge queue is required by\nthe base branch, this value will be set by the merge queue when merging.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enabledAt", "description": "When was this auto-merge request was enabled.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "enabledBy", "description": "The actor who created the auto-merge request.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "mergeMethod", "description": "The merge method of the auto-merge request. If a merge queue is required by\nthe base branch, this value will be set by the merge queue when merging.
", "type": "PullRequestMergeMethod!", "id": "pullrequestmergemethod", "kind": "enums", "href": "/graphql/reference/enums#pullrequestmergemethod" }, { "name": "pullRequest", "description": "The pull request that this auto-merge request is set against.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "AutoRebaseEnabledEvent", "kind": "objects", "id": "autorebaseenabledevent", "href": "/graphql/reference/objects#autorebaseenabledevent", "description": "Represents aauto_rebase_enabledevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "enabler", "description": "The user who enabled auto-merge (rebase) for this Pull Request.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "AutoSquashEnabledEvent", "kind": "objects", "id": "autosquashenabledevent", "href": "/graphql/reference/objects#autosquashenabledevent", "description": "Represents aauto_squash_enabledevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "enabler", "description": "The user who enabled auto-merge (squash) for this Pull Request.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "AutomaticBaseChangeFailedEvent", "kind": "objects", "id": "automaticbasechangefailedevent", "href": "/graphql/reference/objects#automaticbasechangefailedevent", "description": "Represents aautomatic_base_change_failedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "newBase", "description": "The new base for this PR.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oldBase", "description": "The old base for this PR.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "AutomaticBaseChangeSucceededEvent", "kind": "objects", "id": "automaticbasechangesucceededevent", "href": "/graphql/reference/objects#automaticbasechangesucceededevent", "description": "Represents aautomatic_base_change_succeededevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "newBase", "description": "The new base for this PR.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oldBase", "description": "The old base for this PR.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "BaseRefChangedEvent", "kind": "objects", "id": "baserefchangedevent", "href": "/graphql/reference/objects#baserefchangedevent", "description": "Represents abase_ref_changedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "currentRefName", "description": "Identifies the name of the base ref for the pull request after it was changed.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "previousRefName", "description": "Identifies the name of the base ref for the pull request before it was changed.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "BaseRefDeletedEvent", "kind": "objects", "id": "baserefdeletedevent", "href": "/graphql/reference/objects#baserefdeletedevent", "description": "Represents abase_ref_deletedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "baseRefName", "description": "Identifies the name of the Ref associated with the base_ref_deleted event.
Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "BaseRefForcePushedEvent", "kind": "objects", "id": "baserefforcepushedevent", "href": "/graphql/reference/objects#baserefforcepushedevent", "description": "Represents abase_ref_force_pushedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "afterCommit", "description": "Identifies the after commit SHA for thebase_ref_force_pushedevent.
Identifies the before commit SHA for thebase_ref_force_pushedevent.
Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "ref", "description": "Identifies the fully qualified ref name for thebase_ref_force_pushedevent.
Represents a Git blame.
", "fields": [ { "name": "ranges", "description": "The list of ranges from a Git blame.
", "type": "[BlameRange!]!", "id": "blamerange", "kind": "objects", "href": "/graphql/reference/objects#blamerange" } ] }, { "name": "BlameRange", "kind": "objects", "id": "blamerange", "href": "/graphql/reference/objects#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\ncalculated as a 2-quantile and determines the length of distance between the\nmedian age of all the changes in the file and the recency of the current\nrange's change.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "commit", "description": "Identifies the line author.
", "type": "Commit!", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "endingLine", "description": "The ending line for the range.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "startingLine", "description": "The starting line for the range.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "Blob", "kind": "objects", "id": "blob", "href": "/graphql/reference/objects#blob", "description": "Represents a Git blob.
", "implements": [ { "name": "GitObject", "id": "gitobject", "href": "/graphql/reference/interfaces#gitobject" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "byteSize", "description": "Byte size of Blob object.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "commitUrl", "description": "The HTTP URL for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "isBinary", "description": "Indicates whether the Blob is binary or text. Returns null if unable to determine the encoding.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isTruncated", "description": "Indicates whether the contents is truncated.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "oid", "description": "The Git object ID.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "repository", "description": "The Repository the Git object belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "text", "description": "UTF8 text data or null if the Blob is binary.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "Bot", "kind": "objects", "id": "bot", "href": "/graphql/reference/objects#bot", "description": "A special type of user which takes actions on behalf of GitHub Apps.
", "implements": [ { "name": "Actor", "id": "actor", "href": "/graphql/reference/interfaces#actor" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the GitHub App's public avatar.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "login", "description": "The username of the actor.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "resourcePath", "description": "The HTTP path for this bot.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this bot.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "BranchProtectionRule", "kind": "objects", "id": "branchprotectionrule", "href": "/graphql/reference/objects#branchprotectionrule", "description": "A branch protection rule.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "allowsDeletions", "description": "Can this branch be deleted.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "allowsForcePushes", "description": "Are force pushes allowed on this branch.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "blocksCreations", "description": "Is branch creation a protected operation.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "branchProtectionRuleConflicts", "description": "A list of conflicts matching branches protection rule and other branch protection rules.
", "type": "BranchProtectionRuleConflictConnection!", "id": "branchprotectionruleconflictconnection", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionruleconflictconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "bypassForcePushAllowances", "description": "A list of actors able to force push for this branch protection rule.
", "type": "BypassForcePushAllowanceConnection!", "id": "bypassforcepushallowanceconnection", "kind": "objects", "href": "/graphql/reference/objects#bypassforcepushallowanceconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "bypassPullRequestAllowances", "description": "A list of actors able to bypass PRs for this branch protection rule.
", "type": "BypassPullRequestAllowanceConnection!", "id": "bypasspullrequestallowanceconnection", "kind": "objects", "href": "/graphql/reference/objects#bypasspullrequestallowanceconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "creator", "description": "The actor who created this branch protection rule.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "dismissesStaleReviews", "description": "Will new commits pushed to matching branches dismiss pull request review approvals.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isAdminEnforced", "description": "Can admins overwrite branch protection.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "matchingRefs", "description": "Repository refs that are protected by this rule.
", "type": "RefConnection!", "id": "refconnection", "kind": "objects", "href": "/graphql/reference/objects#refconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "Filters refs with query on name.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "pattern", "description": "Identifies the protection rule pattern.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pushAllowances", "description": "A list push allowances for this branch protection rule.
", "type": "PushAllowanceConnection!", "id": "pushallowanceconnection", "kind": "objects", "href": "/graphql/reference/objects#pushallowanceconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "repository", "description": "The repository associated with this branch protection rule.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "requiredApprovingReviewCount", "description": "Number of approving reviews required to update matching branches.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "requiredStatusCheckContexts", "description": "List of required status check contexts that must pass for commits to be accepted to matching branches.
", "type": "[String]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "requiredStatusChecks", "description": "List of required status checks that must pass for commits to be accepted to matching branches.
", "type": "[RequiredStatusCheckDescription!]", "id": "requiredstatuscheckdescription", "kind": "objects", "href": "/graphql/reference/objects#requiredstatuscheckdescription" }, { "name": "requiresApprovingReviews", "description": "Are approving reviews required to update matching branches.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresCodeOwnerReviews", "description": "Are reviews from code owners required to update matching branches.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresCommitSignatures", "description": "Are commits required to be signed.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresConversationResolution", "description": "Are conversations required to be resolved before merging.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresLinearHistory", "description": "Are merge commits prohibited from being pushed to this branch.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresStatusChecks", "description": "Are status checks required to update matching branches.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresStrictStatusChecks", "description": "Are branches required to be up to date before merging.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "restrictsPushes", "description": "Is pushing to matching branches restricted.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "restrictsReviewDismissals", "description": "Is dismissal of pull request reviews restricted.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "reviewDismissalAllowances", "description": "A list review dismissal allowances for this branch protection rule.
", "type": "ReviewDismissalAllowanceConnection!", "id": "reviewdismissalallowanceconnection", "kind": "objects", "href": "/graphql/reference/objects#reviewdismissalallowanceconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "BranchProtectionRuleConflict", "kind": "objects", "id": "branchprotectionruleconflict", "href": "/graphql/reference/objects#branchprotectionruleconflict", "description": "A conflict between two branch protection rules.
", "fields": [ { "name": "branchProtectionRule", "description": "Identifies the branch protection rule.
", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" }, { "name": "conflictingBranchProtectionRule", "description": "Identifies the conflicting branch protection rule.
", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" }, { "name": "ref", "description": "Identifies the branch ref that has conflicting rules.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" } ] }, { "name": "BranchProtectionRuleConflictConnection", "kind": "objects", "id": "branchprotectionruleconflictconnection", "href": "/graphql/reference/objects#branchprotectionruleconflictconnection", "description": "The connection type for BranchProtectionRuleConflict.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[BranchProtectionRuleConflictEdge]", "id": "branchprotectionruleconflictedge", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionruleconflictedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[BranchProtectionRuleConflict]", "id": "branchprotectionruleconflict", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionruleconflict" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "BranchProtectionRuleConflictEdge", "kind": "objects", "id": "branchprotectionruleconflictedge", "href": "/graphql/reference/objects#branchprotectionruleconflictedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "BranchProtectionRuleConflict", "id": "branchprotectionruleconflict", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionruleconflict" } ] }, { "name": "BranchProtectionRuleConnection", "kind": "objects", "id": "branchprotectionruleconnection", "href": "/graphql/reference/objects#branchprotectionruleconnection", "description": "The connection type for BranchProtectionRule.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[BranchProtectionRuleEdge]", "id": "branchprotectionruleedge", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionruleedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[BranchProtectionRule]", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "BranchProtectionRuleEdge", "kind": "objects", "id": "branchprotectionruleedge", "href": "/graphql/reference/objects#branchprotectionruleedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" } ] }, { "name": "BypassForcePushAllowance", "kind": "objects", "id": "bypassforcepushallowance", "href": "/graphql/reference/objects#bypassforcepushallowance", "description": "A user, team, or app who has the ability to bypass a force push requirement on a protected branch.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "actor", "description": "The actor that can force push.
", "type": "BranchActorAllowanceActor", "id": "branchactorallowanceactor", "kind": "unions", "href": "/graphql/reference/unions#branchactorallowanceactor" }, { "name": "branchProtectionRule", "description": "Identifies the branch protection rule associated with the allowed user, team, or app.
", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" } ] }, { "name": "BypassForcePushAllowanceConnection", "kind": "objects", "id": "bypassforcepushallowanceconnection", "href": "/graphql/reference/objects#bypassforcepushallowanceconnection", "description": "The connection type for BypassForcePushAllowance.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[BypassForcePushAllowanceEdge]", "id": "bypassforcepushallowanceedge", "kind": "objects", "href": "/graphql/reference/objects#bypassforcepushallowanceedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[BypassForcePushAllowance]", "id": "bypassforcepushallowance", "kind": "objects", "href": "/graphql/reference/objects#bypassforcepushallowance" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "BypassForcePushAllowanceEdge", "kind": "objects", "id": "bypassforcepushallowanceedge", "href": "/graphql/reference/objects#bypassforcepushallowanceedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "BypassForcePushAllowance", "id": "bypassforcepushallowance", "kind": "objects", "href": "/graphql/reference/objects#bypassforcepushallowance" } ] }, { "name": "BypassPullRequestAllowance", "kind": "objects", "id": "bypasspullrequestallowance", "href": "/graphql/reference/objects#bypasspullrequestallowance", "description": "A user, team, or app who has the ability to bypass a pull request requirement on a protected branch.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "actor", "description": "The actor that can bypass.
", "type": "BranchActorAllowanceActor", "id": "branchactorallowanceactor", "kind": "unions", "href": "/graphql/reference/unions#branchactorallowanceactor" }, { "name": "branchProtectionRule", "description": "Identifies the branch protection rule associated with the allowed user, team, or app.
", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" } ] }, { "name": "BypassPullRequestAllowanceConnection", "kind": "objects", "id": "bypasspullrequestallowanceconnection", "href": "/graphql/reference/objects#bypasspullrequestallowanceconnection", "description": "The connection type for BypassPullRequestAllowance.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[BypassPullRequestAllowanceEdge]", "id": "bypasspullrequestallowanceedge", "kind": "objects", "href": "/graphql/reference/objects#bypasspullrequestallowanceedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[BypassPullRequestAllowance]", "id": "bypasspullrequestallowance", "kind": "objects", "href": "/graphql/reference/objects#bypasspullrequestallowance" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "BypassPullRequestAllowanceEdge", "kind": "objects", "id": "bypasspullrequestallowanceedge", "href": "/graphql/reference/objects#bypasspullrequestallowanceedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "BypassPullRequestAllowance", "id": "bypasspullrequestallowance", "kind": "objects", "href": "/graphql/reference/objects#bypasspullrequestallowance" } ] }, { "name": "CVSS", "kind": "objects", "id": "cvss", "href": "/graphql/reference/objects#cvss", "description": "The Common Vulnerability Scoring System.
", "fields": [ { "name": "score", "description": "The CVSS score associated with this advisory.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "vectorString", "description": "The CVSS vector string associated with this advisory.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CWE", "kind": "objects", "id": "cwe", "href": "/graphql/reference/objects#cwe", "description": "A common weakness enumeration.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "cweId", "description": "The id of the CWE.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "description", "description": "A detailed description of this CWE.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of this CWE.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CWEConnection", "kind": "objects", "id": "cweconnection", "href": "/graphql/reference/objects#cweconnection", "description": "The connection type for CWE.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CWEEdge]", "id": "cweedge", "kind": "objects", "href": "/graphql/reference/objects#cweedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CWE]", "id": "cwe", "kind": "objects", "href": "/graphql/reference/objects#cwe" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CWEEdge", "kind": "objects", "id": "cweedge", "href": "/graphql/reference/objects#cweedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CWE", "id": "cwe", "kind": "objects", "href": "/graphql/reference/objects#cwe" } ] }, { "name": "CheckAnnotation", "kind": "objects", "id": "checkannotation", "href": "/graphql/reference/objects#checkannotation", "description": "A single check annotation.
", "fields": [ { "name": "annotationLevel", "description": "The annotation's severity level.
", "type": "CheckAnnotationLevel", "id": "checkannotationlevel", "kind": "enums", "href": "/graphql/reference/enums#checkannotationlevel" }, { "name": "blobUrl", "description": "The path to the file that this annotation was made on.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "location", "description": "The position of this annotation.
", "type": "CheckAnnotationSpan!", "id": "checkannotationspan", "kind": "objects", "href": "/graphql/reference/objects#checkannotationspan" }, { "name": "message", "description": "The annotation's message.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "path", "description": "The path that this annotation was made on.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "rawDetails", "description": "Additional information about the annotation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "title", "description": "The annotation's title.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CheckAnnotationConnection", "kind": "objects", "id": "checkannotationconnection", "href": "/graphql/reference/objects#checkannotationconnection", "description": "The connection type for CheckAnnotation.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CheckAnnotationEdge]", "id": "checkannotationedge", "kind": "objects", "href": "/graphql/reference/objects#checkannotationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CheckAnnotation]", "id": "checkannotation", "kind": "objects", "href": "/graphql/reference/objects#checkannotation" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CheckAnnotationEdge", "kind": "objects", "id": "checkannotationedge", "href": "/graphql/reference/objects#checkannotationedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CheckAnnotation", "id": "checkannotation", "kind": "objects", "href": "/graphql/reference/objects#checkannotation" } ] }, { "name": "CheckAnnotationPosition", "kind": "objects", "id": "checkannotationposition", "href": "/graphql/reference/objects#checkannotationposition", "description": "A character position in a check annotation.
", "fields": [ { "name": "column", "description": "Column number (1 indexed).
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "line", "description": "Line number (1 indexed).
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CheckAnnotationSpan", "kind": "objects", "id": "checkannotationspan", "href": "/graphql/reference/objects#checkannotationspan", "description": "An inclusive pair of positions for a check annotation.
", "fields": [ { "name": "end", "description": "End position (inclusive).
", "type": "CheckAnnotationPosition!", "id": "checkannotationposition", "kind": "objects", "href": "/graphql/reference/objects#checkannotationposition" }, { "name": "start", "description": "Start position (inclusive).
", "type": "CheckAnnotationPosition!", "id": "checkannotationposition", "kind": "objects", "href": "/graphql/reference/objects#checkannotationposition" } ] }, { "name": "CheckRun", "kind": "objects", "id": "checkrun", "href": "/graphql/reference/objects#checkrun", "description": "A check run.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "RequirableByPullRequest", "id": "requirablebypullrequest", "href": "/graphql/reference/interfaces#requirablebypullrequest" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "annotations", "description": "The check run's annotations.
", "type": "CheckAnnotationConnection", "id": "checkannotationconnection", "kind": "objects", "href": "/graphql/reference/objects#checkannotationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "checkSuite", "description": "The check suite that this run is a part of.
", "type": "CheckSuite!", "id": "checksuite", "kind": "objects", "href": "/graphql/reference/objects#checksuite" }, { "name": "completedAt", "description": "Identifies the date and time when the check run was completed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "conclusion", "description": "The conclusion of the check run.
", "type": "CheckConclusionState", "id": "checkconclusionstate", "kind": "enums", "href": "/graphql/reference/enums#checkconclusionstate" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "deployment", "description": "The corresponding deployment for this job, if any.
", "type": "Deployment", "id": "deployment", "kind": "objects", "href": "/graphql/reference/objects#deployment" }, { "name": "detailsUrl", "description": "The URL from which to find full details of the check run on the integrator's site.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "externalId", "description": "A reference for the check run on the integrator's system.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isRequired", "description": "Whether this is required to pass before merging for a specific pull request.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "pullRequestId", "description": "The id of the pull request this is required for.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } }, { "name": "pullRequestNumber", "description": "The number of the pull request this is required for.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "name", "description": "The name of the check for this check run.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pendingDeploymentRequest", "description": "Information about a pending deployment, if any, in this check run.
", "type": "DeploymentRequest", "id": "deploymentrequest", "kind": "objects", "href": "/graphql/reference/objects#deploymentrequest" }, { "name": "permalink", "description": "The permalink to the check run summary.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with this check run.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this check run.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "startedAt", "description": "Identifies the date and time when the check run was started.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "status", "description": "The current status of the check run.
", "type": "CheckStatusState!", "id": "checkstatusstate", "kind": "enums", "href": "/graphql/reference/enums#checkstatusstate" }, { "name": "steps", "description": "The check run's steps.
", "type": "CheckStepConnection", "id": "checkstepconnection", "kind": "objects", "href": "/graphql/reference/objects#checkstepconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "number", "description": "Step number.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "summary", "description": "A string representing the check run's summary.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "text", "description": "A string representing the check run's text.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "title", "description": "A string representing the check run.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "url", "description": "The HTTP URL for this check run.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "CheckRunConnection", "kind": "objects", "id": "checkrunconnection", "href": "/graphql/reference/objects#checkrunconnection", "description": "The connection type for CheckRun.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CheckRunEdge]", "id": "checkrunedge", "kind": "objects", "href": "/graphql/reference/objects#checkrunedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CheckRun]", "id": "checkrun", "kind": "objects", "href": "/graphql/reference/objects#checkrun" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CheckRunEdge", "kind": "objects", "id": "checkrunedge", "href": "/graphql/reference/objects#checkrunedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CheckRun", "id": "checkrun", "kind": "objects", "href": "/graphql/reference/objects#checkrun" } ] }, { "name": "CheckRunStateCount", "kind": "objects", "id": "checkrunstatecount", "href": "/graphql/reference/objects#checkrunstatecount", "description": "Represents a count of the state of a check run.
", "fields": [ { "name": "count", "description": "The number of check runs with this state.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "state", "description": "The state of a check run.
", "type": "CheckRunState!", "id": "checkrunstate", "kind": "enums", "href": "/graphql/reference/enums#checkrunstate" } ] }, { "name": "CheckStep", "kind": "objects", "id": "checkstep", "href": "/graphql/reference/objects#checkstep", "description": "A single check step.
", "fields": [ { "name": "completedAt", "description": "Identifies the date and time when the check step was completed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "conclusion", "description": "The conclusion of the check step.
", "type": "CheckConclusionState", "id": "checkconclusionstate", "kind": "enums", "href": "/graphql/reference/enums#checkconclusionstate" }, { "name": "externalId", "description": "A reference for the check step on the integrator's system.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The step's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "number", "description": "The index of the step in the list of steps of the parent check run.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "secondsToCompletion", "description": "Number of seconds to completion.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "startedAt", "description": "Identifies the date and time when the check step was started.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "status", "description": "The current status of the check step.
", "type": "CheckStatusState!", "id": "checkstatusstate", "kind": "enums", "href": "/graphql/reference/enums#checkstatusstate" } ] }, { "name": "CheckStepConnection", "kind": "objects", "id": "checkstepconnection", "href": "/graphql/reference/objects#checkstepconnection", "description": "The connection type for CheckStep.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CheckStepEdge]", "id": "checkstepedge", "kind": "objects", "href": "/graphql/reference/objects#checkstepedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CheckStep]", "id": "checkstep", "kind": "objects", "href": "/graphql/reference/objects#checkstep" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CheckStepEdge", "kind": "objects", "id": "checkstepedge", "href": "/graphql/reference/objects#checkstepedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CheckStep", "id": "checkstep", "kind": "objects", "href": "/graphql/reference/objects#checkstep" } ] }, { "name": "CheckSuite", "kind": "objects", "id": "checksuite", "href": "/graphql/reference/objects#checksuite", "description": "A check suite.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "app", "description": "The GitHub App which created this check suite.
", "type": "App", "id": "app", "kind": "objects", "href": "/graphql/reference/objects#app" }, { "name": "branch", "description": "The name of the branch for this check suite.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" }, { "name": "checkRuns", "description": "The check runs associated with a check suite.
", "type": "CheckRunConnection", "id": "checkrunconnection", "kind": "objects", "href": "/graphql/reference/objects#checkrunconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "filterBy", "description": "Filters the check runs by this type.
", "type": { "name": "CheckRunFilter", "id": "checkrunfilter", "kind": "input-objects", "href": "/graphql/reference/input-objects#checkrunfilter" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "commit", "description": "The commit for this check suite.
", "type": "Commit!", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "conclusion", "description": "The conclusion of this check suite.
", "type": "CheckConclusionState", "id": "checkconclusionstate", "kind": "enums", "href": "/graphql/reference/enums#checkconclusionstate" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The user who triggered the check suite.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "matchingPullRequests", "description": "A list of open pull requests matching the check suite.
", "type": "PullRequestConnection", "id": "pullrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the pull requests by.
", "type": { "name": "[PullRequestState!]", "id": "pullrequeststate", "kind": "enums", "href": "/graphql/reference/enums#pullrequeststate" } } ] }, { "name": "push", "description": "The push that triggered this check suite.
", "type": "Push", "id": "push", "kind": "objects", "href": "/graphql/reference/objects#push" }, { "name": "repository", "description": "The repository associated with this check suite.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this check suite.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "status", "description": "The status of this check suite.
", "type": "CheckStatusState!", "id": "checkstatusstate", "kind": "enums", "href": "/graphql/reference/enums#checkstatusstate" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this check suite.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "workflowRun", "description": "The workflow run associated with this check suite.
", "type": "WorkflowRun", "id": "workflowrun", "kind": "objects", "href": "/graphql/reference/objects#workflowrun" } ] }, { "name": "CheckSuiteConnection", "kind": "objects", "id": "checksuiteconnection", "href": "/graphql/reference/objects#checksuiteconnection", "description": "The connection type for CheckSuite.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CheckSuiteEdge]", "id": "checksuiteedge", "kind": "objects", "href": "/graphql/reference/objects#checksuiteedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CheckSuite]", "id": "checksuite", "kind": "objects", "href": "/graphql/reference/objects#checksuite" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CheckSuiteEdge", "kind": "objects", "id": "checksuiteedge", "href": "/graphql/reference/objects#checksuiteedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CheckSuite", "id": "checksuite", "kind": "objects", "href": "/graphql/reference/objects#checksuite" } ] }, { "name": "ClosedEvent", "kind": "objects", "id": "closedevent", "href": "/graphql/reference/objects#closedevent", "description": "Represents aclosedevent on any Closable.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "closable", "description": "Object that was closed.
", "type": "Closable!", "id": "closable", "kind": "interfaces", "href": "/graphql/reference/interfaces#closable" }, { "name": "closer", "description": "Object which triggered the creation of this event.
", "type": "Closer", "id": "closer", "kind": "unions", "href": "/graphql/reference/unions#closer" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "resourcePath", "description": "The HTTP path for this closed event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "stateReason", "description": "The reason the issue state was changed to closed.
", "type": "IssueStateReason", "id": "issuestatereason", "kind": "enums", "href": "/graphql/reference/enums#issuestatereason" }, { "name": "url", "description": "The HTTP URL for this closed event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "CodeOfConduct", "kind": "objects", "id": "codeofconduct", "href": "/graphql/reference/objects#codeofconduct", "description": "The Code of Conduct for a repository.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "body", "description": "The body of the Code of Conduct.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "key", "description": "The key for the Code of Conduct.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The formal name of the Code of Conduct.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "resourcePath", "description": "The HTTP path for this Code of Conduct.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this Code of Conduct.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "CommentDeletedEvent", "kind": "objects", "id": "commentdeletedevent", "href": "/graphql/reference/objects#commentdeletedevent", "description": "Represents acomment_deletedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "deletedCommentAuthor", "description": "The user who authored the deleted comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" } ] }, { "name": "Commit", "kind": "objects", "id": "commit", "href": "/graphql/reference/objects#commit", "description": "Represents a Git commit.
", "implements": [ { "name": "GitObject", "id": "gitobject", "href": "/graphql/reference/interfaces#gitobject" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Subscribable", "id": "subscribable", "href": "/graphql/reference/interfaces#subscribable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "additions", "description": "The number of additions in this commit.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "associatedPullRequests", "description": "The merged Pull Request that introduced the commit to the repository. If the\ncommit is not present in the default branch, additionally returns open Pull\nRequests associated with the commit.
", "type": "PullRequestConnection", "id": "pullrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pull requests.
", "type": { "name": "PullRequestOrder", "id": "pullrequestorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#pullrequestorder" } } ] }, { "name": "author", "description": "Authorship details of the commit.
", "type": "GitActor", "id": "gitactor", "kind": "objects", "href": "/graphql/reference/objects#gitactor" }, { "name": "authoredByCommitter", "description": "Check if the committer and the author match.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "authoredDate", "description": "The datetime when this commit was authored.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "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.
", "type": "GitActorConnection!", "id": "gitactorconnection", "kind": "objects", "href": "/graphql/reference/objects#gitactorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "blame", "description": "Fetches git blame information.
The file whose Git blame information you want.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "changedFiles", "description": "We recommend using the changedFielsIfAvailable field instead of\nchangedFiles, as changedFiles will cause your request to return an error\nif GitHub is unable to calculate the number of changed files.
changedFiles will be removed. Use changedFilesIfAvailable instead. Removal on 2023-01-01 UTC.
The number of changed files in this commit. If GitHub is unable to calculate\nthe number of changed files (for example due to a timeout), this will return\nnull. We recommend using this field instead of changedFiles.
The check suites associated with a commit.
", "type": "CheckSuiteConnection", "id": "checksuiteconnection", "kind": "objects", "href": "/graphql/reference/objects#checksuiteconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "filterBy", "description": "Filters the check suites by this type.
", "type": { "name": "CheckSuiteFilter", "id": "checksuitefilter", "kind": "input-objects", "href": "/graphql/reference/input-objects#checksuitefilter" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "comments", "description": "Comments made on the commit.
", "type": "CommitCommentConnection!", "id": "commitcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#commitcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "commitUrl", "description": "The HTTP URL for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "committedDate", "description": "The datetime when this commit was committed.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "committedViaWeb", "description": "Check if committed via GitHub web UI.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "committer", "description": "Committer details of the commit.
", "type": "GitActor", "id": "gitactor", "kind": "objects", "href": "/graphql/reference/objects#gitactor" }, { "name": "deletions", "description": "The number of deletions in this commit.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "deployments", "description": "The deployments associated with a commit.
", "type": "DeploymentConnection", "id": "deploymentconnection", "kind": "objects", "href": "/graphql/reference/objects#deploymentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "environments", "description": "Environments to list deployments for.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for deployments returned from the connection.
", "type": { "name": "DeploymentOrder", "id": "deploymentorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#deploymentorder" } } ] }, { "name": "file", "description": "The tree entry representing the file located at the given path.
", "type": "TreeEntry", "id": "treeentry", "kind": "objects", "href": "/graphql/reference/objects#treeentry", "arguments": [ { "name": "path", "description": "The path for the file.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "history", "description": "The linear commit history starting from (and including) this commit, in the same order as git log.
Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "author", "description": "If non-null, filters history to only show commits with matching authorship.
", "type": { "name": "CommitAuthor", "id": "commitauthor", "kind": "input-objects", "href": "/graphql/reference/input-objects#commitauthor" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "path", "description": "If non-null, filters history to only show commits touching files under this path.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "since", "description": "Allows specifying a beginning time or date for fetching commits.
", "type": { "name": "GitTimestamp", "id": "gittimestamp", "kind": "scalars", "href": "/graphql/reference/scalars#gittimestamp" } }, { "name": "until", "description": "Allows specifying an ending time or date for fetching commits.
", "type": { "name": "GitTimestamp", "id": "gittimestamp", "kind": "scalars", "href": "/graphql/reference/scalars#gittimestamp" } } ] }, { "name": "message", "description": "The Git commit message.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "messageBody", "description": "The Git commit message body.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "messageBodyHTML", "description": "The commit message body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "messageHeadline", "description": "The Git commit message headline.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "messageHeadlineHTML", "description": "The commit message headline rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "oid", "description": "The Git object ID.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "onBehalfOf", "description": "The organization this commit was made on behalf of.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "parents", "description": "The parents of a commit.
", "type": "CommitConnection!", "id": "commitconnection", "kind": "objects", "href": "/graphql/reference/objects#commitconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "pushedDate", "description": "The datetime when this commit was pushed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "repository", "description": "The Repository this commit belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this commit.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "signature", "description": "Commit signing information, if present.
", "type": "GitSignature", "id": "gitsignature", "kind": "interfaces", "href": "/graphql/reference/interfaces#gitsignature" }, { "name": "status", "description": "Status information for this commit.
", "type": "Status", "id": "status", "kind": "objects", "href": "/graphql/reference/objects#status" }, { "name": "statusCheckRollup", "description": "Check and Status rollup information for this commit.
", "type": "StatusCheckRollup", "id": "statuscheckrollup", "kind": "objects", "href": "/graphql/reference/objects#statuscheckrollup" }, { "name": "submodules", "description": "Returns a list of all submodules in this repository as of this Commit parsed from the .gitmodules file.
", "type": "SubmoduleConnection!", "id": "submoduleconnection", "kind": "objects", "href": "/graphql/reference/objects#submoduleconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "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.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "tree", "description": "Commit's root Tree.
", "type": "Tree!", "id": "tree", "kind": "objects", "href": "/graphql/reference/objects#tree" }, { "name": "treeResourcePath", "description": "The HTTP path for the tree of this commit.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "treeUrl", "description": "The HTTP URL for the tree of this commit.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this commit.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
", "type": "SubscriptionState", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" }, { "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.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "CommitComment", "kind": "objects", "id": "commitcomment", "href": "/graphql/reference/objects#commitcomment", "description": "Represents a comment on a given Commit.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Minimizable", "id": "minimizable", "href": "/graphql/reference/interfaces#minimizable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "Identifies the comment body.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commit", "description": "Identifies the commit associated with the comment, if the commit exists.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of abuse, off-topic,\noutdated, resolved, duplicate and spam. Note that the case and\nformatting of these values differs from the inputs to the MinimizeComment mutation.
Identifies the file path associated with the comment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "position", "description": "Identifies the line position associated with the comment.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path permalink for this commit comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL permalink for this commit comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "CommitCommentConnection", "kind": "objects", "id": "commitcommentconnection", "href": "/graphql/reference/objects#commitcommentconnection", "description": "The connection type for CommitComment.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CommitCommentEdge]", "id": "commitcommentedge", "kind": "objects", "href": "/graphql/reference/objects#commitcommentedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CommitComment]", "id": "commitcomment", "kind": "objects", "href": "/graphql/reference/objects#commitcomment" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CommitCommentEdge", "kind": "objects", "id": "commitcommentedge", "href": "/graphql/reference/objects#commitcommentedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CommitComment", "id": "commitcomment", "kind": "objects", "href": "/graphql/reference/objects#commitcomment" } ] }, { "name": "CommitCommentThread", "kind": "objects", "id": "commitcommentthread", "href": "/graphql/reference/objects#commitcommentthread", "description": "A thread of comments on a commit.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" } ], "fields": [ { "name": "comments", "description": "The comments that exist in this thread.
", "type": "CommitCommentConnection!", "id": "commitcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#commitcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "commit", "description": "The commit the comments were made on.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "path", "description": "The file the comments were made on.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "position", "description": "The position in the diff for the commit that the comment was made on.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "CommitConnection", "kind": "objects", "id": "commitconnection", "href": "/graphql/reference/objects#commitconnection", "description": "The connection type for Commit.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CommitEdge]", "id": "commitedge", "kind": "objects", "href": "/graphql/reference/objects#commitedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Commit]", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CommitContributionsByRepository", "kind": "objects", "id": "commitcontributionsbyrepository", "href": "/graphql/reference/objects#commitcontributionsbyrepository", "description": "This aggregates commits made by a user within one repository.
", "fields": [ { "name": "contributions", "description": "The commit contributions, each representing a day.
", "type": "CreatedCommitContributionConnection!", "id": "createdcommitcontributionconnection", "kind": "objects", "href": "/graphql/reference/objects#createdcommitcontributionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for commit contributions returned from the connection.
", "type": { "name": "CommitContributionOrder", "id": "commitcontributionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#commitcontributionorder" } } ] }, { "name": "repository", "description": "The repository in which the commits were made.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for the user's commits to the repository in this time range.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for the user's commits to the repository in this time range.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "CommitEdge", "kind": "objects", "id": "commitedge", "href": "/graphql/reference/objects#commitedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" } ] }, { "name": "CommitHistoryConnection", "kind": "objects", "id": "commithistoryconnection", "href": "/graphql/reference/objects#commithistoryconnection", "description": "The connection type for Commit.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CommitEdge]", "id": "commitedge", "kind": "objects", "href": "/graphql/reference/objects#commitedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Commit]", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "Comparison", "kind": "objects", "id": "comparison", "href": "/graphql/reference/objects#comparison", "description": "Represents a comparison between two commit revisions.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "aheadBy", "description": "The number of commits ahead of the base branch.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "baseTarget", "description": "The base revision of this comparison.
", "type": "GitObject!", "id": "gitobject", "kind": "interfaces", "href": "/graphql/reference/interfaces#gitobject" }, { "name": "behindBy", "description": "The number of commits behind the base branch.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "commits", "description": "The commits which compose this comparison.
", "type": "ComparisonCommitConnection!", "id": "comparisoncommitconnection", "kind": "objects", "href": "/graphql/reference/objects#comparisoncommitconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "headTarget", "description": "The head revision of this comparison.
", "type": "GitObject!", "id": "gitobject", "kind": "interfaces", "href": "/graphql/reference/interfaces#gitobject" }, { "name": "status", "description": "The status of this comparison.
", "type": "ComparisonStatus!", "id": "comparisonstatus", "kind": "enums", "href": "/graphql/reference/enums#comparisonstatus" } ] }, { "name": "ComparisonCommitConnection", "kind": "objects", "id": "comparisoncommitconnection", "href": "/graphql/reference/objects#comparisoncommitconnection", "description": "The connection type for Commit.
", "fields": [ { "name": "authorCount", "description": "The total count of authors and co-authors across all commits.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "edges", "description": "A list of edges.
", "type": "[CommitEdge]", "id": "commitedge", "kind": "objects", "href": "/graphql/reference/objects#commitedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Commit]", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ConnectedEvent", "kind": "objects", "id": "connectedevent", "href": "/graphql/reference/objects#connectedevent", "description": "Represents aconnectedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "isCrossRepository", "description": "Reference originated in a different repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "source", "description": "Issue or pull request that made the reference.
", "type": "ReferencedSubject!", "id": "referencedsubject", "kind": "unions", "href": "/graphql/reference/unions#referencedsubject" }, { "name": "subject", "description": "Issue or pull request which was connected.
", "type": "ReferencedSubject!", "id": "referencedsubject", "kind": "unions", "href": "/graphql/reference/unions#referencedsubject" } ] }, { "name": "ContributionCalendar", "kind": "objects", "id": "contributioncalendar", "href": "/graphql/reference/objects#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.
", "type": "[String!]!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isHalloween", "description": "Determine if the color set was chosen because it's currently Halloween.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "months", "description": "A list of the months of contributions in this calendar.
", "type": "[ContributionCalendarMonth!]!", "id": "contributioncalendarmonth", "kind": "objects", "href": "/graphql/reference/objects#contributioncalendarmonth" }, { "name": "totalContributions", "description": "The count of total contributions in the calendar.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "weeks", "description": "A list of the weeks of contributions in this calendar.
", "type": "[ContributionCalendarWeek!]!", "id": "contributioncalendarweek", "kind": "objects", "href": "/graphql/reference/objects#contributioncalendarweek" } ] }, { "name": "ContributionCalendarDay", "kind": "objects", "id": "contributioncalendarday", "href": "/graphql/reference/objects#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.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "contributionCount", "description": "How many contributions were made by the user on this day.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "contributionLevel", "description": "Indication of contributions, relative to other days. Can be used to indicate\nwhich color to represent this day on a calendar.
", "type": "ContributionLevel!", "id": "contributionlevel", "kind": "enums", "href": "/graphql/reference/enums#contributionlevel" }, { "name": "date", "description": "The day this square represents.
", "type": "Date!", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "name": "weekday", "description": "A number representing which day of the week this square represents, e.g., 1 is Monday.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ContributionCalendarMonth", "kind": "objects", "id": "contributioncalendarmonth", "href": "/graphql/reference/objects#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.
", "type": "Date!", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "name": "name", "description": "The name of the month.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "totalWeeks", "description": "How many weeks started in this month.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "year", "description": "The year the month occurred in.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ContributionCalendarWeek", "kind": "objects", "id": "contributioncalendarweek", "href": "/graphql/reference/objects#contributioncalendarweek", "description": "A week of contributions in a user's contribution graph.
", "fields": [ { "name": "contributionDays", "description": "The days of contributions in this week.
", "type": "[ContributionCalendarDay!]!", "id": "contributioncalendarday", "kind": "objects", "href": "/graphql/reference/objects#contributioncalendarday" }, { "name": "firstDay", "description": "The date of the earliest square in this week.
", "type": "Date!", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" } ] }, { "name": "ContributionsCollection", "kind": "objects", "id": "contributionscollection", "href": "/graphql/reference/objects#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.
", "type": "[CommitContributionsByRepository!]!", "id": "commitcontributionsbyrepository", "kind": "objects", "href": "/graphql/reference/objects#commitcontributionsbyrepository", "arguments": [ { "name": "maxRepositories", "defaultValue": "25", "description": "How many repositories should be included.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "contributionCalendar", "description": "A calendar of this user's contributions on GitHub.
", "type": "ContributionCalendar!", "id": "contributioncalendar", "kind": "objects", "href": "/graphql/reference/objects#contributioncalendar" }, { "name": "contributionYears", "description": "The years the user has been making contributions with the most recent year first.
", "type": "[Int!]!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "doesEndInCurrentMonth", "description": "Determine if this collection's time span ends in the current month.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "earliestRestrictedContributionDate", "description": "The date of the first restricted contribution the user made in this time\nperiod. Can only be non-null when the user has enabled private contribution counts.
", "type": "Date", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "name": "endedAt", "description": "The ending date and time of this collection.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "firstIssueContribution", "description": "The first issue the user opened on GitHub. This will be null if that issue was\nopened outside the collection's time range and ignoreTimeRange is false. If\nthe issue is not visible but the user has opted to show private contributions,\na RestrictedContribution will be returned.
", "type": "CreatedIssueOrRestrictedContribution", "id": "createdissueorrestrictedcontribution", "kind": "unions", "href": "/graphql/reference/unions#createdissueorrestrictedcontribution" }, { "name": "firstPullRequestContribution", "description": "The first pull request the user opened on GitHub. This will be null if that\npull request was opened outside the collection's time range and\nignoreTimeRange is not true. If the pull request is not visible but the user\nhas opted to show private contributions, a RestrictedContribution will be returned.
", "type": "CreatedPullRequestOrRestrictedContribution", "id": "createdpullrequestorrestrictedcontribution", "kind": "unions", "href": "/graphql/reference/unions#createdpullrequestorrestrictedcontribution" }, { "name": "firstRepositoryContribution", "description": "The first repository the user created on GitHub. This will be null if that\nfirst repository was created outside the collection's time range and\nignoreTimeRange is false. If the repository is not visible, then a\nRestrictedContribution is returned.
", "type": "CreatedRepositoryOrRestrictedContribution", "id": "createdrepositoryorrestrictedcontribution", "kind": "unions", "href": "/graphql/reference/unions#createdrepositoryorrestrictedcontribution" }, { "name": "hasActivityInThePast", "description": "Does the user have any more activity in the timeline that occurred prior to the collection's time range?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasAnyContributions", "description": "Determine if there are any contributions in this collection.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasAnyRestrictedContributions", "description": "Determine if the user made any contributions in this time frame whose details\nare not visible because they were made in a private repository. Can only be\ntrue if the user enabled private contribution counts.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isSingleDay", "description": "Whether or not the collector's time span is all within the same day.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "issueContributions", "description": "A list of issues the user opened.
", "type": "CreatedIssueContributionConnection!", "id": "createdissuecontributionconnection", "kind": "objects", "href": "/graphql/reference/objects#createdissuecontributionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first issue ever be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "excludePopular", "defaultValue": false, "description": "Should the user's most commented issue be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.
", "type": { "name": "ContributionOrder", "id": "contributionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#contributionorder" } } ] }, { "name": "issueContributionsByRepository", "description": "Issue contributions made by the user, grouped by repository.
", "type": "[IssueContributionsByRepository!]!", "id": "issuecontributionsbyrepository", "kind": "objects", "href": "/graphql/reference/objects#issuecontributionsbyrepository", "arguments": [ { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first issue ever be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "excludePopular", "defaultValue": false, "description": "Should the user's most commented issue be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "maxRepositories", "defaultValue": "25", "description": "How many repositories should be included.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "joinedGitHubContribution", "description": "When the user signed up for GitHub. This will be null if that sign up date\nfalls outside the collection's time range and ignoreTimeRange is false.
", "type": "JoinedGitHubContribution", "id": "joinedgithubcontribution", "kind": "objects", "href": "/graphql/reference/objects#joinedgithubcontribution" }, { "name": "latestRestrictedContributionDate", "description": "The date of the most recent restricted contribution the user made in this time\nperiod. Can only be non-null when the user has enabled private contribution counts.
", "type": "Date", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "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.
", "type": "ContributionsCollection", "id": "contributionscollection", "kind": "objects", "href": "/graphql/reference/objects#contributionscollection" }, { "name": "mostRecentCollectionWithoutActivity", "description": "Returns a different contributions collection from an earlier time range than this one\nthat does not have any contributions.
", "type": "ContributionsCollection", "id": "contributionscollection", "kind": "objects", "href": "/graphql/reference/objects#contributionscollection" }, { "name": "popularIssueContribution", "description": "The issue the user opened on GitHub that received the most comments in the specified\ntime frame.
", "type": "CreatedIssueContribution", "id": "createdissuecontribution", "kind": "objects", "href": "/graphql/reference/objects#createdissuecontribution" }, { "name": "popularPullRequestContribution", "description": "The pull request the user opened on GitHub that received the most comments in the\nspecified time frame.
", "type": "CreatedPullRequestContribution", "id": "createdpullrequestcontribution", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestcontribution" }, { "name": "pullRequestContributions", "description": "Pull request contributions made by the user.
", "type": "CreatedPullRequestContributionConnection!", "id": "createdpullrequestcontributionconnection", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestcontributionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first pull request ever be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "excludePopular", "defaultValue": false, "description": "Should the user's most commented pull request be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.
", "type": { "name": "ContributionOrder", "id": "contributionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#contributionorder" } } ] }, { "name": "pullRequestContributionsByRepository", "description": "Pull request contributions made by the user, grouped by repository.
", "type": "[PullRequestContributionsByRepository!]!", "id": "pullrequestcontributionsbyrepository", "kind": "objects", "href": "/graphql/reference/objects#pullrequestcontributionsbyrepository", "arguments": [ { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first pull request ever be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "excludePopular", "defaultValue": false, "description": "Should the user's most commented pull request be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "maxRepositories", "defaultValue": "25", "description": "How many repositories should be included.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "pullRequestReviewContributions", "description": "Pull request review contributions made by the user. Returns the most recently\nsubmitted review for each PR reviewed by the user.
", "type": "CreatedPullRequestReviewContributionConnection!", "id": "createdpullrequestreviewcontributionconnection", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestreviewcontributionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.
", "type": { "name": "ContributionOrder", "id": "contributionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#contributionorder" } } ] }, { "name": "pullRequestReviewContributionsByRepository", "description": "Pull request review contributions made by the user, grouped by repository.
", "type": "[PullRequestReviewContributionsByRepository!]!", "id": "pullrequestreviewcontributionsbyrepository", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcontributionsbyrepository", "arguments": [ { "name": "maxRepositories", "defaultValue": "25", "description": "How many repositories should be included.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "repositoryContributions", "description": "A list of repositories owned by the user that the user created in this time range.
", "type": "CreatedRepositoryContributionConnection!", "id": "createdrepositorycontributionconnection", "kind": "objects", "href": "/graphql/reference/objects#createdrepositorycontributionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first repository ever be excluded from the result.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.
", "type": { "name": "ContributionOrder", "id": "contributionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#contributionorder" } } ] }, { "name": "restrictedContributionsCount", "description": "A count of contributions made by the user that the viewer cannot access. Only\nnon-zero when the user has chosen to share their private contribution counts.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "startedAt", "description": "The beginning date and time of this collection.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "totalCommitContributions", "description": "How many commits were made by the user in this time span.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalIssueContributions", "description": "How many issues the user opened.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "arguments": [ { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first issue ever be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "excludePopular", "defaultValue": false, "description": "Should the user's most commented issue be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "totalPullRequestContributions", "description": "How many pull requests the user opened.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "arguments": [ { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first pull request ever be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "excludePopular", "defaultValue": false, "description": "Should the user's most commented pull request be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "totalPullRequestReviewContributions", "description": "How many pull request reviews the user left.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalRepositoriesWithContributedCommits", "description": "How many different repositories the user committed to.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalRepositoriesWithContributedIssues", "description": "How many different repositories the user opened issues in.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "arguments": [ { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first issue ever be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "excludePopular", "defaultValue": false, "description": "Should the user's most commented issue be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "totalRepositoriesWithContributedPullRequestReviews", "description": "How many different repositories the user left pull request reviews in.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalRepositoriesWithContributedPullRequests", "description": "How many different repositories the user opened pull requests in.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "arguments": [ { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first pull request ever be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "excludePopular", "defaultValue": false, "description": "Should the user's most commented pull request be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "totalRepositoryContributions", "description": "How many repositories the user created.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "arguments": [ { "name": "excludeFirst", "defaultValue": false, "description": "Should the user's first repository ever be excluded from this count.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "user", "description": "The user who made the contributions in this collection.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "ConvertToDraftEvent", "kind": "objects", "id": "converttodraftevent", "href": "/graphql/reference/objects#converttodraftevent", "description": "Represents aconvert_to_draftevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "resourcePath", "description": "The HTTP path for this convert to draft event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this convert to draft event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "ConvertedNoteToIssueEvent", "kind": "objects", "id": "convertednotetoissueevent", "href": "/graphql/reference/objects#convertednotetoissueevent", "description": "Represents aconverted_note_to_issueevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "project", "description": "Project referenced by event.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } }, { "name": "projectCard", "description": "Project card referenced by this project event.
", "type": "ProjectCard", "id": "projectcard", "kind": "objects", "href": "/graphql/reference/objects#projectcard", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } }, { "name": "projectColumnName", "description": "Column name referenced by this project event.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } } ] }, { "name": "ConvertedToDiscussionEvent", "kind": "objects", "id": "convertedtodiscussionevent", "href": "/graphql/reference/objects#convertedtodiscussionevent", "description": "Represents aconverted_to_discussionevent on a given issue.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "discussion", "description": "The discussion that the issue was converted into.
", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion" } ] }, { "name": "CreatedCommitContribution", "kind": "objects", "id": "createdcommitcontribution", "href": "/graphql/reference/objects#createdcommitcontribution", "description": "Represents the contribution a user made by committing to a repository.
", "implements": [ { "name": "Contribution", "id": "contribution", "href": "/graphql/reference/interfaces#contribution" } ], "fields": [ { "name": "commitCount", "description": "How many commits were made on this day to this repository by the user.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "occurredAt", "description": "When this contribution was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "repository", "description": "The repository the user made a commit in.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user who made this contribution.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "CreatedCommitContributionConnection", "kind": "objects", "id": "createdcommitcontributionconnection", "href": "/graphql/reference/objects#createdcommitcontributionconnection", "description": "The connection type for CreatedCommitContribution.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CreatedCommitContributionEdge]", "id": "createdcommitcontributionedge", "kind": "objects", "href": "/graphql/reference/objects#createdcommitcontributionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CreatedCommitContribution]", "id": "createdcommitcontribution", "kind": "objects", "href": "/graphql/reference/objects#createdcommitcontribution" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of commits across days and repositories in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CreatedCommitContributionEdge", "kind": "objects", "id": "createdcommitcontributionedge", "href": "/graphql/reference/objects#createdcommitcontributionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CreatedCommitContribution", "id": "createdcommitcontribution", "kind": "objects", "href": "/graphql/reference/objects#createdcommitcontribution" } ] }, { "name": "CreatedIssueContribution", "kind": "objects", "id": "createdissuecontribution", "href": "/graphql/reference/objects#createdissuecontribution", "description": "Represents the contribution a user made on GitHub by opening an issue.
", "implements": [ { "name": "Contribution", "id": "contribution", "href": "/graphql/reference/interfaces#contribution" } ], "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "issue", "description": "The issue that was opened.
", "type": "Issue!", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue" }, { "name": "occurredAt", "description": "When this contribution was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "resourcePath", "description": "The HTTP path for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user who made this contribution.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "CreatedIssueContributionConnection", "kind": "objects", "id": "createdissuecontributionconnection", "href": "/graphql/reference/objects#createdissuecontributionconnection", "description": "The connection type for CreatedIssueContribution.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CreatedIssueContributionEdge]", "id": "createdissuecontributionedge", "kind": "objects", "href": "/graphql/reference/objects#createdissuecontributionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CreatedIssueContribution]", "id": "createdissuecontribution", "kind": "objects", "href": "/graphql/reference/objects#createdissuecontribution" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CreatedIssueContributionEdge", "kind": "objects", "id": "createdissuecontributionedge", "href": "/graphql/reference/objects#createdissuecontributionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CreatedIssueContribution", "id": "createdissuecontribution", "kind": "objects", "href": "/graphql/reference/objects#createdissuecontribution" } ] }, { "name": "CreatedPullRequestContribution", "kind": "objects", "id": "createdpullrequestcontribution", "href": "/graphql/reference/objects#createdpullrequestcontribution", "description": "Represents the contribution a user made on GitHub by opening a pull request.
", "implements": [ { "name": "Contribution", "id": "contribution", "href": "/graphql/reference/interfaces#contribution" } ], "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "occurredAt", "description": "When this contribution was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "The pull request that was opened.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "resourcePath", "description": "The HTTP path for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user who made this contribution.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "CreatedPullRequestContributionConnection", "kind": "objects", "id": "createdpullrequestcontributionconnection", "href": "/graphql/reference/objects#createdpullrequestcontributionconnection", "description": "The connection type for CreatedPullRequestContribution.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CreatedPullRequestContributionEdge]", "id": "createdpullrequestcontributionedge", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestcontributionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CreatedPullRequestContribution]", "id": "createdpullrequestcontribution", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestcontribution" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CreatedPullRequestContributionEdge", "kind": "objects", "id": "createdpullrequestcontributionedge", "href": "/graphql/reference/objects#createdpullrequestcontributionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CreatedPullRequestContribution", "id": "createdpullrequestcontribution", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestcontribution" } ] }, { "name": "CreatedPullRequestReviewContribution", "kind": "objects", "id": "createdpullrequestreviewcontribution", "href": "/graphql/reference/objects#createdpullrequestreviewcontribution", "description": "Represents the contribution a user made by leaving a review on a pull request.
", "implements": [ { "name": "Contribution", "id": "contribution", "href": "/graphql/reference/interfaces#contribution" } ], "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "occurredAt", "description": "When this contribution was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "The pull request the user reviewed.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "pullRequestReview", "description": "The review the user left on the pull request.
", "type": "PullRequestReview!", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview" }, { "name": "repository", "description": "The repository containing the pull request that the user reviewed.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user who made this contribution.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "CreatedPullRequestReviewContributionConnection", "kind": "objects", "id": "createdpullrequestreviewcontributionconnection", "href": "/graphql/reference/objects#createdpullrequestreviewcontributionconnection", "description": "The connection type for CreatedPullRequestReviewContribution.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CreatedPullRequestReviewContributionEdge]", "id": "createdpullrequestreviewcontributionedge", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestreviewcontributionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CreatedPullRequestReviewContribution]", "id": "createdpullrequestreviewcontribution", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestreviewcontribution" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CreatedPullRequestReviewContributionEdge", "kind": "objects", "id": "createdpullrequestreviewcontributionedge", "href": "/graphql/reference/objects#createdpullrequestreviewcontributionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CreatedPullRequestReviewContribution", "id": "createdpullrequestreviewcontribution", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestreviewcontribution" } ] }, { "name": "CreatedRepositoryContribution", "kind": "objects", "id": "createdrepositorycontribution", "href": "/graphql/reference/objects#createdrepositorycontribution", "description": "Represents the contribution a user made on GitHub by creating a repository.
", "implements": [ { "name": "Contribution", "id": "contribution", "href": "/graphql/reference/interfaces#contribution" } ], "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "occurredAt", "description": "When this contribution was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "repository", "description": "The repository that was created.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user who made this contribution.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "CreatedRepositoryContributionConnection", "kind": "objects", "id": "createdrepositorycontributionconnection", "href": "/graphql/reference/objects#createdrepositorycontributionconnection", "description": "The connection type for CreatedRepositoryContribution.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[CreatedRepositoryContributionEdge]", "id": "createdrepositorycontributionedge", "kind": "objects", "href": "/graphql/reference/objects#createdrepositorycontributionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[CreatedRepositoryContribution]", "id": "createdrepositorycontribution", "kind": "objects", "href": "/graphql/reference/objects#createdrepositorycontribution" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CreatedRepositoryContributionEdge", "kind": "objects", "id": "createdrepositorycontributionedge", "href": "/graphql/reference/objects#createdrepositorycontributionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "CreatedRepositoryContribution", "id": "createdrepositorycontribution", "kind": "objects", "href": "/graphql/reference/objects#createdrepositorycontribution" } ] }, { "name": "CrossReferencedEvent", "kind": "objects", "id": "crossreferencedevent", "href": "/graphql/reference/objects#crossreferencedevent", "description": "Represents a mention made by one issue or pull request to another.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "actor", "description": "Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "isCrossRepository", "description": "Reference originated in a different repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "referencedAt", "description": "Identifies when the reference was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "resourcePath", "description": "The HTTP path for this pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "source", "description": "Issue or pull request that made the reference.
", "type": "ReferencedSubject!", "id": "referencedsubject", "kind": "unions", "href": "/graphql/reference/unions#referencedsubject" }, { "name": "target", "description": "Issue or pull request to which the reference was made.
", "type": "ReferencedSubject!", "id": "referencedsubject", "kind": "unions", "href": "/graphql/reference/unions#referencedsubject" }, { "name": "url", "description": "The HTTP URL for this pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "willCloseTarget", "description": "Checks if the target will be closed when the source is merged.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "DemilestonedEvent", "kind": "objects", "id": "demilestonedevent", "href": "/graphql/reference/objects#demilestonedevent", "description": "Represents ademilestonedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "milestoneTitle", "description": "Identifies the milestone title associated with thedemilestonedevent.
Object referenced by event.
", "type": "MilestoneItem!", "id": "milestoneitem", "kind": "unions", "href": "/graphql/reference/unions#milestoneitem" } ] }, { "name": "DependabotUpdate", "kind": "objects", "id": "dependabotupdate", "href": "/graphql/reference/objects#dependabotupdate", "description": "A Dependabot Update for a dependency in a repository.
", "implements": [ { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" } ], "fields": [ { "name": "error", "description": "The error from a dependency update.
", "type": "DependabotUpdateError", "id": "dependabotupdateerror", "kind": "objects", "href": "/graphql/reference/objects#dependabotupdateerror" }, { "name": "pullRequest", "description": "The associated pull request.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "DependabotUpdateError", "kind": "objects", "id": "dependabotupdateerror", "href": "/graphql/reference/objects#dependabotupdateerror", "description": "An error produced from a Dependabot Update.
", "fields": [ { "name": "body", "description": "The body of the error.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "errorType", "description": "The error code.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "title", "description": "The title of the error.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "DependencyGraphDependency", "kind": "objects", "id": "dependencygraphdependency", "href": "/graphql/reference/objects#dependencygraphdependency", "description": "A dependency manifest entry.
", "isDeprecated": false, "preview": { "title": "Access to a repositories dependency graph preview", "description": "This preview adds support for reading a dependency graph for a repository.", "toggled_by": "hawkgirl-preview", "toggled_on": [ "DependencyGraphManifest", "Repository.dependencyGraphManifests", "DependencyGraphManifestEdge", "DependencyGraphManifestConnection", "DependencyGraphDependency", "DependencyGraphDependencyEdge", "DependencyGraphDependencyConnection", "DependencyGraphPackageRelease.dependencies" ], "owning_teams": [ "@github/dependency-graph" ], "accept_header": "application/vnd.github.hawkgirl-preview+json", "href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview" }, "fields": [ { "name": "hasDependencies", "description": "Does the dependency itself have dependencies?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "packageLabel", "description": "The original name of the package, as it appears in the manifest.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "packageLabel will be removed. Use normalized packageName field instead. Removal on 2022-10-01 UTC.
The dependency package manager.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "packageName", "description": "The name of the package in the canonical form used by the package manager.\nThis may differ from the original textual form (see packageLabel), for example\nin a package manager that uses case-insensitive comparisons.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repository", "description": "The repository containing the package.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "requirements", "description": "The dependency version requirements.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "DependencyGraphDependencyConnection", "kind": "objects", "id": "dependencygraphdependencyconnection", "href": "/graphql/reference/objects#dependencygraphdependencyconnection", "description": "The connection type for DependencyGraphDependency.
", "isDeprecated": false, "preview": { "title": "Access to a repositories dependency graph preview", "description": "This preview adds support for reading a dependency graph for a repository.", "toggled_by": "hawkgirl-preview", "toggled_on": [ "DependencyGraphManifest", "Repository.dependencyGraphManifests", "DependencyGraphManifestEdge", "DependencyGraphManifestConnection", "DependencyGraphDependency", "DependencyGraphDependencyEdge", "DependencyGraphDependencyConnection", "DependencyGraphPackageRelease.dependencies" ], "owning_teams": [ "@github/dependency-graph" ], "accept_header": "application/vnd.github.hawkgirl-preview+json", "href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview" }, "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DependencyGraphDependencyEdge]", "id": "dependencygraphdependencyedge", "kind": "objects", "href": "/graphql/reference/objects#dependencygraphdependencyedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DependencyGraphDependency]", "id": "dependencygraphdependency", "kind": "objects", "href": "/graphql/reference/objects#dependencygraphdependency" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DependencyGraphDependencyEdge", "kind": "objects", "id": "dependencygraphdependencyedge", "href": "/graphql/reference/objects#dependencygraphdependencyedge", "description": "An edge in a connection.
", "isDeprecated": false, "preview": { "title": "Access to a repositories dependency graph preview", "description": "This preview adds support for reading a dependency graph for a repository.", "toggled_by": "hawkgirl-preview", "toggled_on": [ "DependencyGraphManifest", "Repository.dependencyGraphManifests", "DependencyGraphManifestEdge", "DependencyGraphManifestConnection", "DependencyGraphDependency", "DependencyGraphDependencyEdge", "DependencyGraphDependencyConnection", "DependencyGraphPackageRelease.dependencies" ], "owning_teams": [ "@github/dependency-graph" ], "accept_header": "application/vnd.github.hawkgirl-preview+json", "href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview" }, "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DependencyGraphDependency", "id": "dependencygraphdependency", "kind": "objects", "href": "/graphql/reference/objects#dependencygraphdependency" } ] }, { "name": "DependencyGraphManifest", "kind": "objects", "id": "dependencygraphmanifest", "href": "/graphql/reference/objects#dependencygraphmanifest", "description": "Dependency manifest for a repository.
", "isDeprecated": false, "preview": { "title": "Access to a repositories dependency graph preview", "description": "This preview adds support for reading a dependency graph for a repository.", "toggled_by": "hawkgirl-preview", "toggled_on": [ "DependencyGraphManifest", "Repository.dependencyGraphManifests", "DependencyGraphManifestEdge", "DependencyGraphManifestConnection", "DependencyGraphDependency", "DependencyGraphDependencyEdge", "DependencyGraphDependencyConnection", "DependencyGraphPackageRelease.dependencies" ], "owning_teams": [ "@github/dependency-graph" ], "accept_header": "application/vnd.github.hawkgirl-preview+json", "href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview" }, "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "blobPath", "description": "Path to view the manifest file blob.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "dependencies", "description": "A list of manifest dependencies.
", "type": "DependencyGraphDependencyConnection", "id": "dependencygraphdependencyconnection", "kind": "objects", "href": "/graphql/reference/objects#dependencygraphdependencyconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "dependenciesCount", "description": "The number of dependencies listed in the manifest.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "exceedsMaxSize", "description": "Is the manifest too big to parse?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "filename", "description": "Fully qualified manifest filename.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "parseable", "description": "Were we able to parse the manifest?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "repository", "description": "The repository containing the manifest.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "DependencyGraphManifestConnection", "kind": "objects", "id": "dependencygraphmanifestconnection", "href": "/graphql/reference/objects#dependencygraphmanifestconnection", "description": "The connection type for DependencyGraphManifest.
", "isDeprecated": false, "preview": { "title": "Access to a repositories dependency graph preview", "description": "This preview adds support for reading a dependency graph for a repository.", "toggled_by": "hawkgirl-preview", "toggled_on": [ "DependencyGraphManifest", "Repository.dependencyGraphManifests", "DependencyGraphManifestEdge", "DependencyGraphManifestConnection", "DependencyGraphDependency", "DependencyGraphDependencyEdge", "DependencyGraphDependencyConnection", "DependencyGraphPackageRelease.dependencies" ], "owning_teams": [ "@github/dependency-graph" ], "accept_header": "application/vnd.github.hawkgirl-preview+json", "href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview" }, "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DependencyGraphManifestEdge]", "id": "dependencygraphmanifestedge", "kind": "objects", "href": "/graphql/reference/objects#dependencygraphmanifestedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DependencyGraphManifest]", "id": "dependencygraphmanifest", "kind": "objects", "href": "/graphql/reference/objects#dependencygraphmanifest" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DependencyGraphManifestEdge", "kind": "objects", "id": "dependencygraphmanifestedge", "href": "/graphql/reference/objects#dependencygraphmanifestedge", "description": "An edge in a connection.
", "isDeprecated": false, "preview": { "title": "Access to a repositories dependency graph preview", "description": "This preview adds support for reading a dependency graph for a repository.", "toggled_by": "hawkgirl-preview", "toggled_on": [ "DependencyGraphManifest", "Repository.dependencyGraphManifests", "DependencyGraphManifestEdge", "DependencyGraphManifestConnection", "DependencyGraphDependency", "DependencyGraphDependencyEdge", "DependencyGraphDependencyConnection", "DependencyGraphPackageRelease.dependencies" ], "owning_teams": [ "@github/dependency-graph" ], "accept_header": "application/vnd.github.hawkgirl-preview+json", "href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview" }, "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DependencyGraphManifest", "id": "dependencygraphmanifest", "kind": "objects", "href": "/graphql/reference/objects#dependencygraphmanifest" } ] }, { "name": "DeployKey", "kind": "objects", "id": "deploykey", "href": "/graphql/reference/objects#deploykey", "description": "A repository deploy key.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "key", "description": "The deploy key.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "readOnly", "description": "Whether or not the deploy key is read only.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "title", "description": "The deploy key title.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "verified", "description": "Whether or not the deploy key has been verified.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "DeployKeyConnection", "kind": "objects", "id": "deploykeyconnection", "href": "/graphql/reference/objects#deploykeyconnection", "description": "The connection type for DeployKey.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DeployKeyEdge]", "id": "deploykeyedge", "kind": "objects", "href": "/graphql/reference/objects#deploykeyedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DeployKey]", "id": "deploykey", "kind": "objects", "href": "/graphql/reference/objects#deploykey" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DeployKeyEdge", "kind": "objects", "id": "deploykeyedge", "href": "/graphql/reference/objects#deploykeyedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DeployKey", "id": "deploykey", "kind": "objects", "href": "/graphql/reference/objects#deploykey" } ] }, { "name": "DeployedEvent", "kind": "objects", "id": "deployedevent", "href": "/graphql/reference/objects#deployedevent", "description": "Represents adeployedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "deployment", "description": "The deployment associated with thedeployedevent.
PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "ref", "description": "The ref associated with thedeployedevent.
Represents triggered deployment instance.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "commit", "description": "Identifies the commit sha of the deployment.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "commitOid", "description": "Identifies the oid of the deployment commit, even if the commit has been deleted.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "Identifies the actor who triggered the deployment.
", "type": "Actor!", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "description", "description": "The deployment description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "environment", "description": "The latest environment to which this deployment was made.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "latestEnvironment", "description": "The latest environment to which this deployment was made.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "latestStatus", "description": "The latest status of this deployment.
", "type": "DeploymentStatus", "id": "deploymentstatus", "kind": "objects", "href": "/graphql/reference/objects#deploymentstatus" }, { "name": "originalEnvironment", "description": "The original environment to which this deployment was made.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "payload", "description": "Extra information that a deployment system might need.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ref", "description": "Identifies the Ref of the deployment, if the deployment was created by ref.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" }, { "name": "repository", "description": "Identifies the repository associated with the deployment.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "state", "description": "The current state of the deployment.
", "type": "DeploymentState", "id": "deploymentstate", "kind": "enums", "href": "/graphql/reference/enums#deploymentstate" }, { "name": "statuses", "description": "A list of statuses associated with the deployment.
", "type": "DeploymentStatusConnection", "id": "deploymentstatusconnection", "kind": "objects", "href": "/graphql/reference/objects#deploymentstatusconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "task", "description": "The deployment task.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "DeploymentConnection", "kind": "objects", "id": "deploymentconnection", "href": "/graphql/reference/objects#deploymentconnection", "description": "The connection type for Deployment.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DeploymentEdge]", "id": "deploymentedge", "kind": "objects", "href": "/graphql/reference/objects#deploymentedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Deployment]", "id": "deployment", "kind": "objects", "href": "/graphql/reference/objects#deployment" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DeploymentEdge", "kind": "objects", "id": "deploymentedge", "href": "/graphql/reference/objects#deploymentedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Deployment", "id": "deployment", "kind": "objects", "href": "/graphql/reference/objects#deployment" } ] }, { "name": "DeploymentEnvironmentChangedEvent", "kind": "objects", "id": "deploymentenvironmentchangedevent", "href": "/graphql/reference/objects#deploymentenvironmentchangedevent", "description": "Represents adeployment_environment_changedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "deploymentStatus", "description": "The deployment status that updated the deployment environment.
", "type": "DeploymentStatus!", "id": "deploymentstatus", "kind": "objects", "href": "/graphql/reference/objects#deploymentstatus" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "DeploymentProtectionRule", "kind": "objects", "id": "deploymentprotectionrule", "href": "/graphql/reference/objects#deploymentprotectionrule", "description": "A protection rule.
", "fields": [ { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "reviewers", "description": "The teams or users that can review the deployment.
", "type": "DeploymentReviewerConnection!", "id": "deploymentreviewerconnection", "kind": "objects", "href": "/graphql/reference/objects#deploymentreviewerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "timeout", "description": "The timeout in minutes for this protection rule.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "type", "description": "The type of protection rule.
", "type": "DeploymentProtectionRuleType!", "id": "deploymentprotectionruletype", "kind": "enums", "href": "/graphql/reference/enums#deploymentprotectionruletype" } ] }, { "name": "DeploymentProtectionRuleConnection", "kind": "objects", "id": "deploymentprotectionruleconnection", "href": "/graphql/reference/objects#deploymentprotectionruleconnection", "description": "The connection type for DeploymentProtectionRule.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DeploymentProtectionRuleEdge]", "id": "deploymentprotectionruleedge", "kind": "objects", "href": "/graphql/reference/objects#deploymentprotectionruleedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DeploymentProtectionRule]", "id": "deploymentprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#deploymentprotectionrule" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DeploymentProtectionRuleEdge", "kind": "objects", "id": "deploymentprotectionruleedge", "href": "/graphql/reference/objects#deploymentprotectionruleedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DeploymentProtectionRule", "id": "deploymentprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#deploymentprotectionrule" } ] }, { "name": "DeploymentRequest", "kind": "objects", "id": "deploymentrequest", "href": "/graphql/reference/objects#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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "environment", "description": "The target environment of the deployment.
", "type": "Environment!", "id": "environment", "kind": "objects", "href": "/graphql/reference/objects#environment" }, { "name": "reviewers", "description": "The teams or users that can review the deployment.
", "type": "DeploymentReviewerConnection!", "id": "deploymentreviewerconnection", "kind": "objects", "href": "/graphql/reference/objects#deploymentreviewerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "waitTimer", "description": "The wait timer in minutes configured in the environment.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "waitTimerStartedAt", "description": "The wait timer in minutes configured in the environment.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "DeploymentRequestConnection", "kind": "objects", "id": "deploymentrequestconnection", "href": "/graphql/reference/objects#deploymentrequestconnection", "description": "The connection type for DeploymentRequest.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DeploymentRequestEdge]", "id": "deploymentrequestedge", "kind": "objects", "href": "/graphql/reference/objects#deploymentrequestedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DeploymentRequest]", "id": "deploymentrequest", "kind": "objects", "href": "/graphql/reference/objects#deploymentrequest" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DeploymentRequestEdge", "kind": "objects", "id": "deploymentrequestedge", "href": "/graphql/reference/objects#deploymentrequestedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DeploymentRequest", "id": "deploymentrequest", "kind": "objects", "href": "/graphql/reference/objects#deploymentrequest" } ] }, { "name": "DeploymentReview", "kind": "objects", "id": "deploymentreview", "href": "/graphql/reference/objects#deploymentreview", "description": "A deployment review.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "comment", "description": "The comment the user left.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "environments", "description": "The environments approved or rejected.
", "type": "EnvironmentConnection!", "id": "environmentconnection", "kind": "objects", "href": "/graphql/reference/objects#environmentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "state", "description": "The decision of the user.
", "type": "DeploymentReviewState!", "id": "deploymentreviewstate", "kind": "enums", "href": "/graphql/reference/enums#deploymentreviewstate" }, { "name": "user", "description": "The user that reviewed the deployment.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "DeploymentReviewConnection", "kind": "objects", "id": "deploymentreviewconnection", "href": "/graphql/reference/objects#deploymentreviewconnection", "description": "The connection type for DeploymentReview.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DeploymentReviewEdge]", "id": "deploymentreviewedge", "kind": "objects", "href": "/graphql/reference/objects#deploymentreviewedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DeploymentReview]", "id": "deploymentreview", "kind": "objects", "href": "/graphql/reference/objects#deploymentreview" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DeploymentReviewEdge", "kind": "objects", "id": "deploymentreviewedge", "href": "/graphql/reference/objects#deploymentreviewedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DeploymentReview", "id": "deploymentreview", "kind": "objects", "href": "/graphql/reference/objects#deploymentreview" } ] }, { "name": "DeploymentReviewerConnection", "kind": "objects", "id": "deploymentreviewerconnection", "href": "/graphql/reference/objects#deploymentreviewerconnection", "description": "The connection type for DeploymentReviewer.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DeploymentReviewerEdge]", "id": "deploymentrevieweredge", "kind": "objects", "href": "/graphql/reference/objects#deploymentrevieweredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DeploymentReviewer]", "id": "deploymentreviewer", "kind": "unions", "href": "/graphql/reference/unions#deploymentreviewer" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DeploymentReviewerEdge", "kind": "objects", "id": "deploymentrevieweredge", "href": "/graphql/reference/objects#deploymentrevieweredge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DeploymentReviewer", "id": "deploymentreviewer", "kind": "unions", "href": "/graphql/reference/unions#deploymentreviewer" } ] }, { "name": "DeploymentStatus", "kind": "objects", "id": "deploymentstatus", "href": "/graphql/reference/objects#deploymentstatus", "description": "Describes the status of a given deployment attempt.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "Identifies the actor who triggered the deployment.
", "type": "Actor!", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "deployment", "description": "Identifies the deployment associated with status.
", "type": "Deployment!", "id": "deployment", "kind": "objects", "href": "/graphql/reference/objects#deployment" }, { "name": "description", "description": "Identifies the description of the deployment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "environment", "description": "Identifies the environment of the deployment at the time of this deployment status.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": false, "preview": { "title": "Deployments preview", "description": "This preview adds support for deployments mutations and new deployments features.", "toggled_by": "flash-preview", "toggled_on": [ "DeploymentStatus.environment", "Mutation.createDeploymentStatus", "Mutation.createDeployment" ], "owning_teams": [ "@github/c2c-actions-service" ], "accept_header": "application/vnd.github.flash-preview+json", "href": "/graphql/overview/schema-previews#deployments-preview" } }, { "name": "environmentUrl", "description": "Identifies the environment URL of the deployment.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "logUrl", "description": "Identifies the log URL of the deployment.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "Identifies the current state of the deployment.
", "type": "DeploymentStatusState!", "id": "deploymentstatusstate", "kind": "enums", "href": "/graphql/reference/enums#deploymentstatusstate" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "DeploymentStatusConnection", "kind": "objects", "id": "deploymentstatusconnection", "href": "/graphql/reference/objects#deploymentstatusconnection", "description": "The connection type for DeploymentStatus.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DeploymentStatusEdge]", "id": "deploymentstatusedge", "kind": "objects", "href": "/graphql/reference/objects#deploymentstatusedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DeploymentStatus]", "id": "deploymentstatus", "kind": "objects", "href": "/graphql/reference/objects#deploymentstatus" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DeploymentStatusEdge", "kind": "objects", "id": "deploymentstatusedge", "href": "/graphql/reference/objects#deploymentstatusedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DeploymentStatus", "id": "deploymentstatus", "kind": "objects", "href": "/graphql/reference/objects#deploymentstatus" } ] }, { "name": "DisconnectedEvent", "kind": "objects", "id": "disconnectedevent", "href": "/graphql/reference/objects#disconnectedevent", "description": "Represents adisconnectedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "isCrossRepository", "description": "Reference originated in a different repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "source", "description": "Issue or pull request from which the issue was disconnected.
", "type": "ReferencedSubject!", "id": "referencedsubject", "kind": "unions", "href": "/graphql/reference/unions#referencedsubject" }, { "name": "subject", "description": "Issue or pull request which was disconnected.
", "type": "ReferencedSubject!", "id": "referencedsubject", "kind": "unions", "href": "/graphql/reference/unions#referencedsubject" } ] }, { "name": "Discussion", "kind": "objects", "id": "discussion", "href": "/graphql/reference/objects#discussion", "description": "A discussion in a repository.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Labelable", "id": "labelable", "href": "/graphql/reference/interfaces#labelable" }, { "name": "Lockable", "id": "lockable", "href": "/graphql/reference/interfaces#lockable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" }, { "name": "Subscribable", "id": "subscribable", "href": "/graphql/reference/interfaces#subscribable" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "Votable", "id": "votable", "href": "/graphql/reference/interfaces#votable" } ], "fields": [ { "name": "activeLockReason", "description": "Reason that the conversation was locked.
", "type": "LockReason", "id": "lockreason", "kind": "enums", "href": "/graphql/reference/enums#lockreason" }, { "name": "answer", "description": "The comment chosen as this discussion's answer, if any.
", "type": "DiscussionComment", "id": "discussioncomment", "kind": "objects", "href": "/graphql/reference/objects#discussioncomment" }, { "name": "answerChosenAt", "description": "The time when a user chose this discussion's answer, if answered.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "answerChosenBy", "description": "The user who chose this discussion's answer, if answered.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "The main text of the discussion post.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "category", "description": "The category for this discussion.
", "type": "DiscussionCategory!", "id": "discussioncategory", "kind": "objects", "href": "/graphql/reference/objects#discussioncategory" }, { "name": "comments", "description": "The replies to the discussion.
", "type": "DiscussionCommentConnection!", "id": "discussioncommentconnection", "kind": "objects", "href": "/graphql/reference/objects#discussioncommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "labels", "description": "A list of labels associated with the object.
", "type": "LabelConnection", "id": "labelconnection", "kind": "objects", "href": "/graphql/reference/objects#labelconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for labels returned from the connection.
", "type": { "name": "LabelOrder", "id": "labelorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#labelorder" } } ] }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "locked", "description": "true if the object is locked.
The number identifying this discussion within the repository.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "poll", "description": "The poll associated with this discussion, if one exists.
", "type": "DiscussionPoll", "id": "discussionpoll", "kind": "objects", "href": "/graphql/reference/objects#discussionpoll" }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The path for this discussion.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "title", "description": "The title of this discussion.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "upvoteCount", "description": "Number of upvotes that this subject has received.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "url", "description": "The URL for this discussion.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpvote", "description": "Whether or not the current user can add or remove an upvote on this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerHasUpvoted", "description": "Whether or not the current user has already upvoted this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
", "type": "SubscriptionState", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" } ] }, { "name": "DiscussionCategory", "kind": "objects", "id": "discussioncategory", "href": "/graphql/reference/objects#discussioncategory", "description": "A category for discussions in a repository.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "description", "description": "A description of this category.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "emoji", "description": "An emoji representing this category.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "emojiHTML", "description": "This category's emoji rendered as HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "isAnswerable", "description": "Whether or not discussions in this category support choosing an answer with the markDiscussionCommentAsAnswer mutation.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "The name of this category.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "slug", "description": "The slug of this category.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "DiscussionCategoryConnection", "kind": "objects", "id": "discussioncategoryconnection", "href": "/graphql/reference/objects#discussioncategoryconnection", "description": "The connection type for DiscussionCategory.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DiscussionCategoryEdge]", "id": "discussioncategoryedge", "kind": "objects", "href": "/graphql/reference/objects#discussioncategoryedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DiscussionCategory]", "id": "discussioncategory", "kind": "objects", "href": "/graphql/reference/objects#discussioncategory" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DiscussionCategoryEdge", "kind": "objects", "id": "discussioncategoryedge", "href": "/graphql/reference/objects#discussioncategoryedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DiscussionCategory", "id": "discussioncategory", "kind": "objects", "href": "/graphql/reference/objects#discussioncategory" } ] }, { "name": "DiscussionComment", "kind": "objects", "id": "discussioncomment", "href": "/graphql/reference/objects#discussioncomment", "description": "A comment on a discussion.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Minimizable", "id": "minimizable", "href": "/graphql/reference/interfaces#minimizable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" }, { "name": "Votable", "id": "votable", "href": "/graphql/reference/interfaces#votable" } ], "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "The body as Markdown.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "deletedAt", "description": "The time when this replied-to comment was deleted.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "discussion", "description": "The discussion this comment was created in.
", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isAnswer", "description": "Has this comment been chosen as the answer of its discussion?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of abuse, off-topic,\noutdated, resolved, duplicate and spam. Note that the case and\nformatting of these values differs from the inputs to the MinimizeComment mutation.
Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "replies", "description": "The threaded replies to this comment.
", "type": "DiscussionCommentConnection!", "id": "discussioncommentconnection", "kind": "objects", "href": "/graphql/reference/objects#discussioncommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "replyTo", "description": "The discussion comment this comment is a reply to.
", "type": "DiscussionComment", "id": "discussioncomment", "kind": "objects", "href": "/graphql/reference/objects#discussioncomment" }, { "name": "resourcePath", "description": "The path for this discussion comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "upvoteCount", "description": "Number of upvotes that this subject has received.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "url", "description": "The URL for this discussion comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanMarkAsAnswer", "description": "Can the current user mark this comment as an answer?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUnmarkAsAnswer", "description": "Can the current user unmark this comment as an answer?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpvote", "description": "Whether or not the current user can add or remove an upvote on this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerHasUpvoted", "description": "Whether or not the current user has already upvoted this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "DiscussionCommentConnection", "kind": "objects", "id": "discussioncommentconnection", "href": "/graphql/reference/objects#discussioncommentconnection", "description": "The connection type for DiscussionComment.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DiscussionCommentEdge]", "id": "discussioncommentedge", "kind": "objects", "href": "/graphql/reference/objects#discussioncommentedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DiscussionComment]", "id": "discussioncomment", "kind": "objects", "href": "/graphql/reference/objects#discussioncomment" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DiscussionCommentEdge", "kind": "objects", "id": "discussioncommentedge", "href": "/graphql/reference/objects#discussioncommentedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DiscussionComment", "id": "discussioncomment", "kind": "objects", "href": "/graphql/reference/objects#discussioncomment" } ] }, { "name": "DiscussionConnection", "kind": "objects", "id": "discussionconnection", "href": "/graphql/reference/objects#discussionconnection", "description": "The connection type for Discussion.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DiscussionEdge]", "id": "discussionedge", "kind": "objects", "href": "/graphql/reference/objects#discussionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Discussion]", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DiscussionEdge", "kind": "objects", "id": "discussionedge", "href": "/graphql/reference/objects#discussionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion" } ] }, { "name": "DiscussionPoll", "kind": "objects", "id": "discussionpoll", "href": "/graphql/reference/objects#discussionpoll", "description": "A poll for a discussion.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "discussion", "description": "The discussion that this poll belongs to.
", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion" }, { "name": "options", "description": "The options for this poll.
", "type": "DiscussionPollOptionConnection", "id": "discussionpolloptionconnection", "kind": "objects", "href": "/graphql/reference/objects#discussionpolloptionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "How to order the options for the discussion poll.
", "type": { "name": "DiscussionPollOptionOrder", "id": "discussionpolloptionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#discussionpolloptionorder" } } ] }, { "name": "question", "description": "The question that is being asked by this poll.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "totalVoteCount", "description": "The total number of votes that have been cast for this poll.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "viewerCanVote", "description": "Indicates if the viewer has permission to vote in this poll.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerHasVoted", "description": "Indicates if the viewer has voted for any option in this poll.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "DiscussionPollOption", "kind": "objects", "id": "discussionpolloption", "href": "/graphql/reference/objects#discussionpolloption", "description": "An option for a discussion poll.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "option", "description": "The text for this option.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "poll", "description": "The discussion poll that this option belongs to.
", "type": "DiscussionPoll", "id": "discussionpoll", "kind": "objects", "href": "/graphql/reference/objects#discussionpoll" }, { "name": "totalVoteCount", "description": "The total number of votes that have been cast for this option.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "viewerHasVoted", "description": "Indicates if the viewer has voted for this option in the poll.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "DiscussionPollOptionConnection", "kind": "objects", "id": "discussionpolloptionconnection", "href": "/graphql/reference/objects#discussionpolloptionconnection", "description": "The connection type for DiscussionPollOption.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[DiscussionPollOptionEdge]", "id": "discussionpolloptionedge", "kind": "objects", "href": "/graphql/reference/objects#discussionpolloptionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[DiscussionPollOption]", "id": "discussionpolloption", "kind": "objects", "href": "/graphql/reference/objects#discussionpolloption" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DiscussionPollOptionEdge", "kind": "objects", "id": "discussionpolloptionedge", "href": "/graphql/reference/objects#discussionpolloptionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "DiscussionPollOption", "id": "discussionpolloption", "kind": "objects", "href": "/graphql/reference/objects#discussionpolloption" } ] }, { "name": "DraftIssue", "kind": "objects", "id": "draftissue", "href": "/graphql/reference/objects#draftissue", "description": "A draft issue within a project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "assignees", "description": "A list of users to assigned to this draft issue.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "body", "description": "The body of the draft issue.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body of the draft issue rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body of the draft issue rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created this draft issue.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "project", "description": "The project (beta) that contains this draft issue.
", "type": "ProjectNext!", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext" }, { "name": "projectItem", "description": "The project (beta) item that wraps this draft issue.
", "type": "ProjectNextItem!", "id": "projectnextitem", "kind": "objects", "href": "/graphql/reference/objects#projectnextitem" }, { "name": "projectV2Items", "description": "List of items linked with the draft issue (currently draft issue can be linked to only one item).
", "type": "ProjectV2ItemConnection!", "id": "projectv2itemconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2itemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectsV2", "description": "Projects that link to this draft issue (currently draft issue can be linked to only one project).
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "title", "description": "The title of the draft issue.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "Enterprise", "kind": "objects", "id": "enterprise", "href": "/graphql/reference/objects#enterprise", "description": "An account to manage multiple organizations with consolidated policy and billing.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the enterprise's public avatar.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "billingInfo", "description": "Enterprise billing information visible to enterprise billing managers.
", "type": "EnterpriseBillingInfo", "id": "enterprisebillinginfo", "kind": "objects", "href": "/graphql/reference/objects#enterprisebillinginfo" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "description", "description": "The description of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "descriptionHTML", "description": "The description of the enterprise as HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "location", "description": "The location of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "members", "description": "A list of users who are members of this enterprise.
", "type": "EnterpriseMemberConnection!", "id": "enterprisememberconnection", "kind": "objects", "href": "/graphql/reference/objects#enterprisememberconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "deployment", "description": "Only return members within the selected GitHub Enterprise deployment.
", "type": { "name": "EnterpriseUserDeployment", "id": "enterpriseuserdeployment", "kind": "enums", "href": "/graphql/reference/enums#enterpriseuserdeployment" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "hasTwoFactorEnabled", "description": "Only return members with this two-factor authentication status. Does not\ninclude members who only have an account on a GitHub Enterprise Server instance.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for members returned from the connection.
", "type": { "name": "EnterpriseMemberOrder", "id": "enterprisememberorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterprisememberorder" } }, { "name": "organizationLogins", "description": "Only return members within the organizations with these logins.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "role", "description": "The role of the user in the enterprise organization or server.
", "type": { "name": "EnterpriseUserAccountMembershipRole", "id": "enterpriseuseraccountmembershiprole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseuseraccountmembershiprole" } } ] }, { "name": "name", "description": "The name of the enterprise.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizations", "description": "A list of organizations that belong to this enterprise.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations returned from the connection.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "viewerOrganizationRole", "description": "The viewer's role in an organization.
", "type": { "name": "RoleInOrganization", "id": "roleinorganization", "kind": "enums", "href": "/graphql/reference/enums#roleinorganization" } } ] }, { "name": "ownerInfo", "description": "Enterprise information only visible to enterprise owners.
", "type": "EnterpriseOwnerInfo", "id": "enterpriseownerinfo", "kind": "objects", "href": "/graphql/reference/objects#enterpriseownerinfo" }, { "name": "resourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "slug", "description": "The URL-friendly identifier for the enterprise.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "url", "description": "The HTTP URL for this enterprise.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerIsAdmin", "description": "Is the current viewer an admin of this enterprise?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "websiteUrl", "description": "The URL of the enterprise website.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "EnterpriseAdministratorConnection", "kind": "objects", "id": "enterpriseadministratorconnection", "href": "/graphql/reference/objects#enterpriseadministratorconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseAdministratorEdge]", "id": "enterpriseadministratoredge", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratoredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseAdministratorEdge", "kind": "objects", "id": "enterpriseadministratoredge", "href": "/graphql/reference/objects#enterpriseadministratoredge", "description": "A User who is an administrator of an enterprise.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "role", "description": "The role of the administrator.
", "type": "EnterpriseAdministratorRole!", "id": "enterpriseadministratorrole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseadministratorrole" } ] }, { "name": "EnterpriseAdministratorInvitation", "kind": "objects", "id": "enterpriseadministratorinvitation", "href": "/graphql/reference/objects#enterpriseadministratorinvitation", "description": "An invitation for a user to become an owner or billing manager of an enterprise.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "email", "description": "The email of the person who was invited to the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterprise", "description": "The enterprise the invitation is for.
", "type": "Enterprise!", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise" }, { "name": "invitee", "description": "The user who was invited to the enterprise.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "inviter", "description": "The user who created the invitation.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "role", "description": "The invitee's pending role in the enterprise (owner or billing_manager).
", "type": "EnterpriseAdministratorRole!", "id": "enterpriseadministratorrole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseadministratorrole" } ] }, { "name": "EnterpriseAdministratorInvitationConnection", "kind": "objects", "id": "enterpriseadministratorinvitationconnection", "href": "/graphql/reference/objects#enterpriseadministratorinvitationconnection", "description": "The connection type for EnterpriseAdministratorInvitation.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseAdministratorInvitationEdge]", "id": "enterpriseadministratorinvitationedge", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratorinvitationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[EnterpriseAdministratorInvitation]", "id": "enterpriseadministratorinvitation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratorinvitation" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseAdministratorInvitationEdge", "kind": "objects", "id": "enterpriseadministratorinvitationedge", "href": "/graphql/reference/objects#enterpriseadministratorinvitationedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "EnterpriseAdministratorInvitation", "id": "enterpriseadministratorinvitation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratorinvitation" } ] }, { "name": "EnterpriseBillingInfo", "kind": "objects", "id": "enterprisebillinginfo", "href": "/graphql/reference/objects#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.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "assetPacks", "description": "The number of data packs used by all organizations owned by the enterprise.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "bandwidthQuota", "description": "The bandwidth quota in GB for all organizations owned by the enterprise.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "bandwidthUsage", "description": "The bandwidth usage in GB for all organizations owned by the enterprise.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "bandwidthUsagePercentage", "description": "The bandwidth usage as a percentage of the bandwidth quota.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "storageQuota", "description": "The storage quota in GB for all organizations owned by the enterprise.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "storageUsage", "description": "The storage usage in GB for all organizations owned by the enterprise.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "storageUsagePercentage", "description": "The storage usage as a percentage of the storage quota.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalAvailableLicenses", "description": "The number of available licenses across all owned organizations based on the unique number of billable users.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalLicenses", "description": "The total number of licenses allocated.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseIdentityProvider", "kind": "objects", "id": "enterpriseidentityprovider", "href": "/graphql/reference/objects#enterpriseidentityprovider", "description": "An identity provider configured to provision identities for an enterprise.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "digestMethod", "description": "The digest algorithm used to sign SAML requests for the identity provider.
", "type": "SamlDigestAlgorithm", "id": "samldigestalgorithm", "kind": "enums", "href": "/graphql/reference/enums#samldigestalgorithm" }, { "name": "enterprise", "description": "The enterprise this identity provider belongs to.
", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise" }, { "name": "externalIdentities", "description": "ExternalIdentities provisioned by this identity provider.
", "type": "ExternalIdentityConnection!", "id": "externalidentityconnection", "kind": "objects", "href": "/graphql/reference/objects#externalidentityconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "login", "description": "Filter to external identities with the users login.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "membersOnly", "description": "Filter to external identities with valid org membership only.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "userName", "description": "Filter to external identities with the users userName/NameID attribute.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "idpCertificate", "description": "The x509 certificate used by the identity provider to sign assertions and responses.
", "type": "X509Certificate", "id": "x509certificate", "kind": "scalars", "href": "/graphql/reference/scalars#x509certificate" }, { "name": "issuer", "description": "The Issuer Entity ID for the SAML identity provider.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "recoveryCodes", "description": "Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signatureMethod", "description": "The signature algorithm used to sign SAML requests for the identity provider.
", "type": "SamlSignatureAlgorithm", "id": "samlsignaturealgorithm", "kind": "enums", "href": "/graphql/reference/enums#samlsignaturealgorithm" }, { "name": "ssoUrl", "description": "The URL endpoint for the identity provider's SAML SSO.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "EnterpriseMemberConnection", "kind": "objects", "id": "enterprisememberconnection", "href": "/graphql/reference/objects#enterprisememberconnection", "description": "The connection type for EnterpriseMember.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseMemberEdge]", "id": "enterprisememberedge", "kind": "objects", "href": "/graphql/reference/objects#enterprisememberedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[EnterpriseMember]", "id": "enterprisemember", "kind": "unions", "href": "/graphql/reference/unions#enterprisemember" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseMemberEdge", "kind": "objects", "id": "enterprisememberedge", "href": "/graphql/reference/objects#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.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "EnterpriseMember", "id": "enterprisemember", "kind": "unions", "href": "/graphql/reference/unions#enterprisemember" } ] }, { "name": "EnterpriseOrganizationMembershipConnection", "kind": "objects", "id": "enterpriseorganizationmembershipconnection", "href": "/graphql/reference/objects#enterpriseorganizationmembershipconnection", "description": "The connection type for Organization.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseOrganizationMembershipEdge]", "id": "enterpriseorganizationmembershipedge", "kind": "objects", "href": "/graphql/reference/objects#enterpriseorganizationmembershipedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Organization]", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseOrganizationMembershipEdge", "kind": "objects", "id": "enterpriseorganizationmembershipedge", "href": "/graphql/reference/objects#enterpriseorganizationmembershipedge", "description": "An enterprise organization that a user is a member of.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "role", "description": "The role of the user in the enterprise membership.
", "type": "EnterpriseUserAccountMembershipRole!", "id": "enterpriseuseraccountmembershiprole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseuseraccountmembershiprole" } ] }, { "name": "EnterpriseOutsideCollaboratorConnection", "kind": "objects", "id": "enterpriseoutsidecollaboratorconnection", "href": "/graphql/reference/objects#enterpriseoutsidecollaboratorconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseOutsideCollaboratorEdge]", "id": "enterpriseoutsidecollaboratoredge", "kind": "objects", "href": "/graphql/reference/objects#enterpriseoutsidecollaboratoredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseOutsideCollaboratorEdge", "kind": "objects", "id": "enterpriseoutsidecollaboratoredge", "href": "/graphql/reference/objects#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.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "repositories", "description": "The enterprise organization repositories this user is a member of.
", "type": "EnterpriseRepositoryInfoConnection!", "id": "enterpriserepositoryinfoconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriserepositoryinfoconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } } ] } ] }, { "name": "EnterpriseOwnerInfo", "kind": "objects", "id": "enterpriseownerinfo", "href": "/graphql/reference/objects#enterpriseownerinfo", "description": "Enterprise information only visible to enterprise owners.
", "fields": [ { "name": "admins", "description": "A list of all of the administrators for this enterprise.
", "type": "EnterpriseAdministratorConnection!", "id": "enterpriseadministratorconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "hasTwoFactorEnabled", "description": "Only return administrators with this two-factor authentication status.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for administrators returned from the connection.
", "type": { "name": "EnterpriseMemberOrder", "id": "enterprisememberorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterprisememberorder" } }, { "name": "organizationLogins", "description": "Only return members within the organizations with these logins.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "role", "description": "The role to filter by.
", "type": { "name": "EnterpriseAdministratorRole", "id": "enterpriseadministratorrole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseadministratorrole" } } ] }, { "name": "affiliatedUsersWithTwoFactorDisabled", "description": "A list of users in the enterprise who currently have two-factor authentication disabled.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "affiliatedUsersWithTwoFactorDisabledExist", "description": "Whether or not affiliated users with two-factor authentication disabled exist in the enterprise.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "allowPrivateRepositoryForkingSetting", "description": "The setting value for whether private repository forking is enabled for repositories in organizations in this enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "allowPrivateRepositoryForkingSettingOrganizations", "description": "A list of enterprise organizations configured with the provided private repository forking setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "allowPrivateRepositoryForkingSettingPolicyValue", "description": "The value for the allow private repository forking policy on the enterprise.
", "type": "EnterpriseAllowPrivateRepositoryForkingPolicyValue", "id": "enterpriseallowprivaterepositoryforkingpolicyvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseallowprivaterepositoryforkingpolicyvalue" }, { "name": "defaultRepositoryPermissionSetting", "description": "The setting value for base repository permissions for organizations in this enterprise.
", "type": "EnterpriseDefaultRepositoryPermissionSettingValue!", "id": "enterprisedefaultrepositorypermissionsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterprisedefaultrepositorypermissionsettingvalue" }, { "name": "defaultRepositoryPermissionSettingOrganizations", "description": "A list of enterprise organizations configured with the provided base repository permission.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The permission to find organizations for.
", "type": { "name": "DefaultRepositoryPermissionField!", "id": "defaultrepositorypermissionfield", "kind": "enums", "href": "/graphql/reference/enums#defaultrepositorypermissionfield" } } ] }, { "name": "domains", "description": "A list of domains owned by the enterprise.
", "type": "VerifiableDomainConnection!", "id": "verifiabledomainconnection", "kind": "objects", "href": "/graphql/reference/objects#verifiabledomainconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isApproved", "description": "Filter whether or not the domain is approved.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "isVerified", "description": "Filter whether or not the domain is verified.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for verifiable domains returned.
", "type": { "name": "VerifiableDomainOrder", "id": "verifiabledomainorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#verifiabledomainorder" } } ] }, { "name": "enterpriseServerInstallations", "description": "Enterprise Server installations owned by the enterprise.
", "type": "EnterpriseServerInstallationConnection!", "id": "enterpriseserverinstallationconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserverinstallationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "connectedOnly", "defaultValue": false, "description": "Whether or not to only return installations discovered via GitHub Connect.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for Enterprise Server installations returned.
", "type": { "name": "EnterpriseServerInstallationOrder", "id": "enterpriseserverinstallationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterpriseserverinstallationorder" } } ] }, { "name": "ipAllowListEnabledSetting", "description": "The setting value for whether the enterprise has an IP allow list enabled.
", "type": "IpAllowListEnabledSettingValue!", "id": "ipallowlistenabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#ipallowlistenabledsettingvalue" }, { "name": "ipAllowListEntries", "description": "The IP addresses that are allowed to access resources owned by the enterprise.
", "type": "IpAllowListEntryConnection!", "id": "ipallowlistentryconnection", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for IP allow list entries returned.
", "type": { "name": "IpAllowListEntryOrder", "id": "ipallowlistentryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#ipallowlistentryorder" } } ] }, { "name": "ipAllowListForInstalledAppsEnabledSetting", "description": "The setting value for whether the enterprise has IP allow list configuration for installed GitHub Apps enabled.
", "type": "IpAllowListForInstalledAppsEnabledSettingValue!", "id": "ipallowlistforinstalledappsenabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#ipallowlistforinstalledappsenabledsettingvalue" }, { "name": "isUpdatingDefaultRepositoryPermission", "description": "Whether or not the base repository permission is currently being updated.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isUpdatingTwoFactorRequirement", "description": "Whether the two-factor authentication requirement is currently being enforced.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "membersCanChangeRepositoryVisibilitySetting", "description": "The setting value for whether organization members with admin permissions on a\nrepository can change repository visibility.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "membersCanChangeRepositoryVisibilitySettingOrganizations", "description": "A list of enterprise organizations configured with the provided can change repository visibility setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "membersCanCreateInternalRepositoriesSetting", "description": "The setting value for whether members of organizations in the enterprise can create internal repositories.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "membersCanCreatePrivateRepositoriesSetting", "description": "The setting value for whether members of organizations in the enterprise can create private repositories.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "membersCanCreatePublicRepositoriesSetting", "description": "The setting value for whether members of organizations in the enterprise can create public repositories.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "membersCanCreateRepositoriesSetting", "description": "The setting value for whether members of organizations in the enterprise can create repositories.
", "type": "EnterpriseMembersCanCreateRepositoriesSettingValue", "id": "enterprisememberscancreaterepositoriessettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterprisememberscancreaterepositoriessettingvalue" }, { "name": "membersCanCreateRepositoriesSettingOrganizations", "description": "A list of enterprise organizations configured with the provided repository creation setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting to find organizations for.
", "type": { "name": "OrganizationMembersCanCreateRepositoriesSettingValue!", "id": "organizationmemberscancreaterepositoriessettingvalue", "kind": "enums", "href": "/graphql/reference/enums#organizationmemberscancreaterepositoriessettingvalue" } } ] }, { "name": "membersCanDeleteIssuesSetting", "description": "The setting value for whether members with admin permissions for repositories can delete issues.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "membersCanDeleteIssuesSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can delete issues setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "membersCanDeleteRepositoriesSetting", "description": "The setting value for whether members with admin permissions for repositories can delete or transfer repositories.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "membersCanDeleteRepositoriesSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can delete repositories setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "membersCanInviteCollaboratorsSetting", "description": "The setting value for whether members of organizations in the enterprise can invite outside collaborators.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "membersCanInviteCollaboratorsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can invite collaborators setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "membersCanMakePurchasesSetting", "description": "Indicates whether members of this enterprise's organizations can purchase additional services for those organizations.
", "type": "EnterpriseMembersCanMakePurchasesSettingValue!", "id": "enterprisememberscanmakepurchasessettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterprisememberscanmakepurchasessettingvalue" }, { "name": "membersCanUpdateProtectedBranchesSetting", "description": "The setting value for whether members with admin permissions for repositories can update protected branches.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "membersCanUpdateProtectedBranchesSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can update protected branches setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "membersCanViewDependencyInsightsSetting", "description": "The setting value for whether members can view dependency insights.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "membersCanViewDependencyInsightsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided members can view dependency insights setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "notificationDeliveryRestrictionEnabledSetting", "description": "Indicates if email notification delivery for this enterprise is restricted to verified or approved domains.
", "type": "NotificationRestrictionSettingValue!", "id": "notificationrestrictionsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#notificationrestrictionsettingvalue" }, { "name": "oidcProvider", "description": "The OIDC Identity Provider for the enterprise.
", "type": "OIDCProvider", "id": "oidcprovider", "kind": "objects", "href": "/graphql/reference/objects#oidcprovider" }, { "name": "organizationProjectsSetting", "description": "The setting value for whether organization projects are enabled for organizations in this enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "organizationProjectsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided organization projects setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "outsideCollaborators", "description": "A list of outside collaborators across the repositories in the enterprise.
", "type": "EnterpriseOutsideCollaboratorConnection!", "id": "enterpriseoutsidecollaboratorconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriseoutsidecollaboratorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "hasTwoFactorEnabled", "description": "Only return outside collaborators with this two-factor authentication status.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "login", "description": "The login of one specific outside collaborator.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "orderBy", "description": "Ordering options for outside collaborators returned from the connection.
", "type": { "name": "EnterpriseMemberOrder", "id": "enterprisememberorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterprisememberorder" } }, { "name": "organizationLogins", "description": "Only return outside collaborators within the organizations with these logins.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "visibility", "description": "Only return outside collaborators on repositories with this visibility.
", "type": { "name": "RepositoryVisibility", "id": "repositoryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repositoryvisibility" } } ] }, { "name": "pendingAdminInvitations", "description": "A list of pending administrator invitations for the enterprise.
", "type": "EnterpriseAdministratorInvitationConnection!", "id": "enterpriseadministratorinvitationconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriseadministratorinvitationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pending enterprise administrator invitations returned from the connection.
", "type": { "name": "EnterpriseAdministratorInvitationOrder", "id": "enterpriseadministratorinvitationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterpriseadministratorinvitationorder" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "role", "description": "The role to filter by.
", "type": { "name": "EnterpriseAdministratorRole", "id": "enterpriseadministratorrole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseadministratorrole" } } ] }, { "name": "pendingCollaboratorInvitations", "description": "A list of pending collaborator invitations across the repositories in the enterprise.
", "type": "RepositoryInvitationConnection!", "id": "repositoryinvitationconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryinvitationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pending repository collaborator invitations returned from the connection.
", "type": { "name": "RepositoryInvitationOrder", "id": "repositoryinvitationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryinvitationorder" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "pendingMemberInvitations", "description": "A list of pending member invitations for organizations in the enterprise.
", "type": "EnterprisePendingMemberInvitationConnection!", "id": "enterprisependingmemberinvitationconnection", "kind": "objects", "href": "/graphql/reference/objects#enterprisependingmemberinvitationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "organizationLogins", "description": "Only return invitations within the organizations with these logins.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "repositoryProjectsSetting", "description": "The setting value for whether repository projects are enabled in this enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "repositoryProjectsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided repository projects setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "samlIdentityProvider", "description": "The SAML Identity Provider for the enterprise. When used by a GitHub App,\nrequires an installation token with read and write access to members.
", "type": "EnterpriseIdentityProvider", "id": "enterpriseidentityprovider", "kind": "objects", "href": "/graphql/reference/objects#enterpriseidentityprovider" }, { "name": "samlIdentityProviderSettingOrganizations", "description": "A list of enterprise organizations configured with the SAML single sign-on setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "IdentityProviderConfigurationState!", "id": "identityproviderconfigurationstate", "kind": "enums", "href": "/graphql/reference/enums#identityproviderconfigurationstate" } } ] }, { "name": "supportEntitlements", "description": "A list of members with a support entitlement.
", "type": "EnterpriseMemberConnection!", "id": "enterprisememberconnection", "kind": "objects", "href": "/graphql/reference/objects#enterprisememberconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for support entitlement users returned from the connection.
", "type": { "name": "EnterpriseMemberOrder", "id": "enterprisememberorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterprisememberorder" } } ] }, { "name": "teamDiscussionsSetting", "description": "The setting value for whether team discussions are enabled for organizations in this enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" }, { "name": "teamDiscussionsSettingOrganizations", "description": "A list of enterprise organizations configured with the provided team discussions setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "twoFactorRequiredSetting", "description": "The setting value for whether the enterprise requires two-factor authentication for its organizations and users.
", "type": "EnterpriseEnabledSettingValue!", "id": "enterpriseenabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenabledsettingvalue" }, { "name": "twoFactorRequiredSettingOrganizations", "description": "A list of enterprise organizations configured with the two-factor authentication setting value.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations with this setting.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "value", "description": "The setting value to find organizations for.
", "type": { "name": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] } ] }, { "name": "EnterprisePendingMemberInvitationConnection", "kind": "objects", "id": "enterprisependingmemberinvitationconnection", "href": "/graphql/reference/objects#enterprisependingmemberinvitationconnection", "description": "The connection type for OrganizationInvitation.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterprisePendingMemberInvitationEdge]", "id": "enterprisependingmemberinvitationedge", "kind": "objects", "href": "/graphql/reference/objects#enterprisependingmemberinvitationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[OrganizationInvitation]", "id": "organizationinvitation", "kind": "objects", "href": "/graphql/reference/objects#organizationinvitation" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalUniqueUserCount", "description": "Identifies the total count of unique users in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterprisePendingMemberInvitationEdge", "kind": "objects", "id": "enterprisependingmemberinvitationedge", "href": "/graphql/reference/objects#enterprisependingmemberinvitationedge", "description": "An invitation to be a member in an enterprise organization.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "OrganizationInvitation", "id": "organizationinvitation", "kind": "objects", "href": "/graphql/reference/objects#organizationinvitation" } ] }, { "name": "EnterpriseRepositoryInfo", "kind": "objects", "id": "enterpriserepositoryinfo", "href": "/graphql/reference/objects#enterpriserepositoryinfo", "description": "A subset of repository information queryable from an enterprise.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "isPrivate", "description": "Identifies if the repository is private or internal.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "The repository's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "nameWithOwner", "description": "The repository's name with owner.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "EnterpriseRepositoryInfoConnection", "kind": "objects", "id": "enterpriserepositoryinfoconnection", "href": "/graphql/reference/objects#enterpriserepositoryinfoconnection", "description": "The connection type for EnterpriseRepositoryInfo.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseRepositoryInfoEdge]", "id": "enterpriserepositoryinfoedge", "kind": "objects", "href": "/graphql/reference/objects#enterpriserepositoryinfoedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[EnterpriseRepositoryInfo]", "id": "enterpriserepositoryinfo", "kind": "objects", "href": "/graphql/reference/objects#enterpriserepositoryinfo" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseRepositoryInfoEdge", "kind": "objects", "id": "enterpriserepositoryinfoedge", "href": "/graphql/reference/objects#enterpriserepositoryinfoedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "EnterpriseRepositoryInfo", "id": "enterpriserepositoryinfo", "kind": "objects", "href": "/graphql/reference/objects#enterpriserepositoryinfo" } ] }, { "name": "EnterpriseServerInstallation", "kind": "objects", "id": "enterpriseserverinstallation", "href": "/graphql/reference/objects#enterpriseserverinstallation", "description": "An Enterprise Server installation.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "customerName", "description": "The customer name to which the Enterprise Server installation belongs.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "hostName", "description": "The host name of the Enterprise Server installation.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isConnected", "description": "Whether or not the installation is connected to an Enterprise Server installation via GitHub Connect.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "userAccounts", "description": "User accounts on this Enterprise Server installation.
", "type": "EnterpriseServerUserAccountConnection!", "id": "enterpriseserveruseraccountconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for Enterprise Server user accounts returned from the connection.
", "type": { "name": "EnterpriseServerUserAccountOrder", "id": "enterpriseserveruseraccountorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterpriseserveruseraccountorder" } } ] }, { "name": "userAccountsUploads", "description": "User accounts uploads for the Enterprise Server installation.
", "type": "EnterpriseServerUserAccountsUploadConnection!", "id": "enterpriseserveruseraccountsuploadconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountsuploadconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for Enterprise Server user accounts uploads returned from the connection.
", "type": { "name": "EnterpriseServerUserAccountsUploadOrder", "id": "enterpriseserveruseraccountsuploadorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterpriseserveruseraccountsuploadorder" } } ] } ] }, { "name": "EnterpriseServerInstallationConnection", "kind": "objects", "id": "enterpriseserverinstallationconnection", "href": "/graphql/reference/objects#enterpriseserverinstallationconnection", "description": "The connection type for EnterpriseServerInstallation.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseServerInstallationEdge]", "id": "enterpriseserverinstallationedge", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserverinstallationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[EnterpriseServerInstallation]", "id": "enterpriseserverinstallation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserverinstallation" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseServerInstallationEdge", "kind": "objects", "id": "enterpriseserverinstallationedge", "href": "/graphql/reference/objects#enterpriseserverinstallationedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "EnterpriseServerInstallation", "id": "enterpriseserverinstallation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserverinstallation" } ] }, { "name": "EnterpriseServerUserAccount", "kind": "objects", "id": "enterpriseserveruseraccount", "href": "/graphql/reference/objects#enterpriseserveruseraccount", "description": "A user account on an Enterprise Server installation.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "emails", "description": "User emails belonging to this user account.
", "type": "EnterpriseServerUserAccountEmailConnection!", "id": "enterpriseserveruseraccountemailconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountemailconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for Enterprise Server user account emails returned from the connection.
", "type": { "name": "EnterpriseServerUserAccountEmailOrder", "id": "enterpriseserveruseraccountemailorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#enterpriseserveruseraccountemailorder" } } ] }, { "name": "enterpriseServerInstallation", "description": "The Enterprise Server installation on which this user account exists.
", "type": "EnterpriseServerInstallation!", "id": "enterpriseserverinstallation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserverinstallation" }, { "name": "isSiteAdmin", "description": "Whether the user account is a site administrator on the Enterprise Server installation.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "login", "description": "The login of the user account on the Enterprise Server installation.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "profileName", "description": "The profile name of the user account on the Enterprise Server installation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "remoteCreatedAt", "description": "The date and time when the user account was created on the Enterprise Server installation.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "remoteUserId", "description": "The ID of the user account on the Enterprise Server installation.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "EnterpriseServerUserAccountConnection", "kind": "objects", "id": "enterpriseserveruseraccountconnection", "href": "/graphql/reference/objects#enterpriseserveruseraccountconnection", "description": "The connection type for EnterpriseServerUserAccount.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseServerUserAccountEdge]", "id": "enterpriseserveruseraccountedge", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[EnterpriseServerUserAccount]", "id": "enterpriseserveruseraccount", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccount" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseServerUserAccountEdge", "kind": "objects", "id": "enterpriseserveruseraccountedge", "href": "/graphql/reference/objects#enterpriseserveruseraccountedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "EnterpriseServerUserAccount", "id": "enterpriseserveruseraccount", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccount" } ] }, { "name": "EnterpriseServerUserAccountEmail", "kind": "objects", "id": "enterpriseserveruseraccountemail", "href": "/graphql/reference/objects#enterpriseserveruseraccountemail", "description": "An email belonging to a user account on an Enterprise Server installation.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "email", "description": "The email address.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isPrimary", "description": "Indicates whether this is the primary email of the associated user account.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "userAccount", "description": "The user account to which the email belongs.
", "type": "EnterpriseServerUserAccount!", "id": "enterpriseserveruseraccount", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccount" } ] }, { "name": "EnterpriseServerUserAccountEmailConnection", "kind": "objects", "id": "enterpriseserveruseraccountemailconnection", "href": "/graphql/reference/objects#enterpriseserveruseraccountemailconnection", "description": "The connection type for EnterpriseServerUserAccountEmail.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseServerUserAccountEmailEdge]", "id": "enterpriseserveruseraccountemailedge", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountemailedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[EnterpriseServerUserAccountEmail]", "id": "enterpriseserveruseraccountemail", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountemail" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseServerUserAccountEmailEdge", "kind": "objects", "id": "enterpriseserveruseraccountemailedge", "href": "/graphql/reference/objects#enterpriseserveruseraccountemailedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "EnterpriseServerUserAccountEmail", "id": "enterpriseserveruseraccountemail", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountemail" } ] }, { "name": "EnterpriseServerUserAccountsUpload", "kind": "objects", "id": "enterpriseserveruseraccountsupload", "href": "/graphql/reference/objects#enterpriseserveruseraccountsupload", "description": "A user accounts upload from an Enterprise Server installation.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "enterprise", "description": "The enterprise to which this upload belongs.
", "type": "Enterprise!", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise" }, { "name": "enterpriseServerInstallation", "description": "The Enterprise Server installation for which this upload was generated.
", "type": "EnterpriseServerInstallation!", "id": "enterpriseserverinstallation", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserverinstallation" }, { "name": "name", "description": "The name of the file uploaded.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "syncState", "description": "The synchronization state of the upload.
", "type": "EnterpriseServerUserAccountsUploadSyncState!", "id": "enterpriseserveruseraccountsuploadsyncstate", "kind": "enums", "href": "/graphql/reference/enums#enterpriseserveruseraccountsuploadsyncstate" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "EnterpriseServerUserAccountsUploadConnection", "kind": "objects", "id": "enterpriseserveruseraccountsuploadconnection", "href": "/graphql/reference/objects#enterpriseserveruseraccountsuploadconnection", "description": "The connection type for EnterpriseServerUserAccountsUpload.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnterpriseServerUserAccountsUploadEdge]", "id": "enterpriseserveruseraccountsuploadedge", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountsuploadedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[EnterpriseServerUserAccountsUpload]", "id": "enterpriseserveruseraccountsupload", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountsupload" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnterpriseServerUserAccountsUploadEdge", "kind": "objects", "id": "enterpriseserveruseraccountsuploadedge", "href": "/graphql/reference/objects#enterpriseserveruseraccountsuploadedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "EnterpriseServerUserAccountsUpload", "id": "enterpriseserveruseraccountsupload", "kind": "objects", "href": "/graphql/reference/objects#enterpriseserveruseraccountsupload" } ] }, { "name": "EnterpriseUserAccount", "kind": "objects", "id": "enterpriseuseraccount", "href": "/graphql/reference/objects#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.
", "implements": [ { "name": "Actor", "id": "actor", "href": "/graphql/reference/interfaces#actor" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the enterprise user account's public avatar.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "enterprise", "description": "The enterprise in which this user account exists.
", "type": "Enterprise!", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise" }, { "name": "login", "description": "An identifier for the enterprise user account, a login or email address.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the enterprise user account.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizations", "description": "A list of enterprise organizations this user is a member of.
", "type": "EnterpriseOrganizationMembershipConnection!", "id": "enterpriseorganizationmembershipconnection", "kind": "objects", "href": "/graphql/reference/objects#enterpriseorganizationmembershipconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for organizations returned from the connection.
", "type": { "name": "OrganizationOrder", "id": "organizationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#organizationorder" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "role", "description": "The role of the user in the enterprise organization.
", "type": { "name": "EnterpriseUserAccountMembershipRole", "id": "enterpriseuseraccountmembershiprole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseuseraccountmembershiprole" } } ] }, { "name": "resourcePath", "description": "The HTTP path for this user.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this user.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user within the enterprise.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "Environment", "kind": "objects", "id": "environment", "href": "/graphql/reference/objects#environment", "description": "An environment.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The name of the environment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "protectionRules", "description": "The protection rules defined for this environment.
", "type": "DeploymentProtectionRuleConnection!", "id": "deploymentprotectionruleconnection", "kind": "objects", "href": "/graphql/reference/objects#deploymentprotectionruleconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "EnvironmentConnection", "kind": "objects", "id": "environmentconnection", "href": "/graphql/reference/objects#environmentconnection", "description": "The connection type for Environment.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[EnvironmentEdge]", "id": "environmentedge", "kind": "objects", "href": "/graphql/reference/objects#environmentedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Environment]", "id": "environment", "kind": "objects", "href": "/graphql/reference/objects#environment" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "EnvironmentEdge", "kind": "objects", "id": "environmentedge", "href": "/graphql/reference/objects#environmentedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Environment", "id": "environment", "kind": "objects", "href": "/graphql/reference/objects#environment" } ] }, { "name": "ExternalIdentity", "kind": "objects", "id": "externalidentity", "href": "/graphql/reference/objects#externalidentity", "description": "An external identity provisioned by SAML SSO or SCIM.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "guid", "description": "The GUID for this identity.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationInvitation", "description": "Organization invitation for this SCIM-provisioned external identity.
", "type": "OrganizationInvitation", "id": "organizationinvitation", "kind": "objects", "href": "/graphql/reference/objects#organizationinvitation" }, { "name": "samlIdentity", "description": "SAML Identity attributes.
", "type": "ExternalIdentitySamlAttributes", "id": "externalidentitysamlattributes", "kind": "objects", "href": "/graphql/reference/objects#externalidentitysamlattributes" }, { "name": "scimIdentity", "description": "SCIM Identity attributes.
", "type": "ExternalIdentityScimAttributes", "id": "externalidentityscimattributes", "kind": "objects", "href": "/graphql/reference/objects#externalidentityscimattributes" }, { "name": "user", "description": "User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "ExternalIdentityAttribute", "kind": "objects", "id": "externalidentityattribute", "href": "/graphql/reference/objects#externalidentityattribute", "description": "An attribute for the External Identity attributes collection.
", "fields": [ { "name": "metadata", "description": "The attribute metadata as JSON.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The attribute name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "value", "description": "The attribute value.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ExternalIdentityConnection", "kind": "objects", "id": "externalidentityconnection", "href": "/graphql/reference/objects#externalidentityconnection", "description": "The connection type for ExternalIdentity.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ExternalIdentityEdge]", "id": "externalidentityedge", "kind": "objects", "href": "/graphql/reference/objects#externalidentityedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ExternalIdentity]", "id": "externalidentity", "kind": "objects", "href": "/graphql/reference/objects#externalidentity" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ExternalIdentityEdge", "kind": "objects", "id": "externalidentityedge", "href": "/graphql/reference/objects#externalidentityedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ExternalIdentity", "id": "externalidentity", "kind": "objects", "href": "/graphql/reference/objects#externalidentity" } ] }, { "name": "ExternalIdentitySamlAttributes", "kind": "objects", "id": "externalidentitysamlattributes", "href": "/graphql/reference/objects#externalidentitysamlattributes", "description": "SAML attributes for the External Identity.
", "fields": [ { "name": "attributes", "description": "SAML Identity attributes.
", "type": "[ExternalIdentityAttribute!]!", "id": "externalidentityattribute", "kind": "objects", "href": "/graphql/reference/objects#externalidentityattribute" }, { "name": "emails", "description": "The emails associated with the SAML identity.
", "type": "[UserEmailMetadata!]", "id": "useremailmetadata", "kind": "objects", "href": "/graphql/reference/objects#useremailmetadata" }, { "name": "familyName", "description": "Family name of the SAML identity.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "givenName", "description": "Given name of the SAML identity.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "groups", "description": "The groups linked to this identity in IDP.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "nameId", "description": "The NameID of the SAML identity.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "username", "description": "The userName of the SAML identity.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ExternalIdentityScimAttributes", "kind": "objects", "id": "externalidentityscimattributes", "href": "/graphql/reference/objects#externalidentityscimattributes", "description": "SCIM attributes for the External Identity.
", "fields": [ { "name": "emails", "description": "The emails associated with the SCIM identity.
", "type": "[UserEmailMetadata!]", "id": "useremailmetadata", "kind": "objects", "href": "/graphql/reference/objects#useremailmetadata" }, { "name": "familyName", "description": "Family name of the SCIM identity.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "givenName", "description": "Given name of the SCIM identity.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "groups", "description": "The groups linked to this identity in IDP.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "username", "description": "The userName of the SCIM identity.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "FollowerConnection", "kind": "objects", "id": "followerconnection", "href": "/graphql/reference/objects#followerconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[UserEdge]", "id": "useredge", "kind": "objects", "href": "/graphql/reference/objects#useredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "FollowingConnection", "kind": "objects", "id": "followingconnection", "href": "/graphql/reference/objects#followingconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[UserEdge]", "id": "useredge", "kind": "objects", "href": "/graphql/reference/objects#useredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "FundingLink", "kind": "objects", "id": "fundinglink", "href": "/graphql/reference/objects#fundinglink", "description": "A funding platform link for a repository.
", "fields": [ { "name": "platform", "description": "The funding platform this link is for.
", "type": "FundingPlatform!", "id": "fundingplatform", "kind": "enums", "href": "/graphql/reference/enums#fundingplatform" }, { "name": "url", "description": "The configured URL for this funding link.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "GenericHovercardContext", "kind": "objects", "id": "generichovercardcontext", "href": "/graphql/reference/objects#generichovercardcontext", "description": "A generic hovercard context with a message and icon.
", "implements": [ { "name": "HovercardContext", "id": "hovercardcontext", "href": "/graphql/reference/interfaces#hovercardcontext" } ], "fields": [ { "name": "message", "description": "A string describing this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "octicon", "description": "An octicon to accompany this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "Gist", "kind": "objects", "id": "gist", "href": "/graphql/reference/objects#gist", "description": "A Gist.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Starrable", "id": "starrable", "href": "/graphql/reference/interfaces#starrable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "comments", "description": "A list of comments associated with the gist.
", "type": "GistCommentConnection!", "id": "gistcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#gistcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "description", "description": "The gist description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "files", "description": "The files in this gist.
", "type": "[GistFile]", "id": "gistfile", "kind": "objects", "href": "/graphql/reference/objects#gistfile", "arguments": [ { "name": "limit", "defaultValue": "10", "description": "The maximum number of files to return.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "oid", "description": "The oid of the files to return.
", "type": { "name": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" } } ] }, { "name": "forks", "description": "A list of forks associated with the gist.
", "type": "GistConnection!", "id": "gistconnection", "kind": "objects", "href": "/graphql/reference/objects#gistconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for gists returned from the connection.
", "type": { "name": "GistOrder", "id": "gistorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#gistorder" } } ] }, { "name": "isFork", "description": "Identifies if the gist is a fork.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPublic", "description": "Whether the gist is public or not.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "The gist name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "owner", "description": "The gist owner.
", "type": "RepositoryOwner", "id": "repositoryowner", "kind": "interfaces", "href": "/graphql/reference/interfaces#repositoryowner" }, { "name": "pushedAt", "description": "Identifies when the gist was last pushed to.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "resourcePath", "description": "The HTML path to this resource.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "stargazerCount", "description": "Returns a count of how many stargazers there are on this object.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "stargazers", "description": "A list of users who have starred this starrable.
", "type": "StargazerConnection!", "id": "stargazerconnection", "kind": "objects", "href": "/graphql/reference/objects#stargazerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "StarOrder", "id": "starorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#starorder" } } ] }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this Gist.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerHasStarred", "description": "Returns a boolean indicating whether the viewing user has starred this starrable.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "GistComment", "kind": "objects", "id": "gistcomment", "href": "/graphql/reference/objects#gistcomment", "description": "Represents a comment on an Gist.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Minimizable", "id": "minimizable", "href": "/graphql/reference/interfaces#minimizable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the gist.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "Identifies the comment body.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "gist", "description": "The associated gist.
", "type": "Gist!", "id": "gist", "kind": "objects", "href": "/graphql/reference/objects#gist" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of abuse, off-topic,\noutdated, resolved, duplicate and spam. Note that the case and\nformatting of these values differs from the inputs to the MinimizeComment mutation.
Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "GistCommentConnection", "kind": "objects", "id": "gistcommentconnection", "href": "/graphql/reference/objects#gistcommentconnection", "description": "The connection type for GistComment.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[GistCommentEdge]", "id": "gistcommentedge", "kind": "objects", "href": "/graphql/reference/objects#gistcommentedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[GistComment]", "id": "gistcomment", "kind": "objects", "href": "/graphql/reference/objects#gistcomment" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "GistCommentEdge", "kind": "objects", "id": "gistcommentedge", "href": "/graphql/reference/objects#gistcommentedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "GistComment", "id": "gistcomment", "kind": "objects", "href": "/graphql/reference/objects#gistcomment" } ] }, { "name": "GistConnection", "kind": "objects", "id": "gistconnection", "href": "/graphql/reference/objects#gistconnection", "description": "The connection type for Gist.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[GistEdge]", "id": "gistedge", "kind": "objects", "href": "/graphql/reference/objects#gistedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Gist]", "id": "gist", "kind": "objects", "href": "/graphql/reference/objects#gist" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "GistEdge", "kind": "objects", "id": "gistedge", "href": "/graphql/reference/objects#gistedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Gist", "id": "gist", "kind": "objects", "href": "/graphql/reference/objects#gist" } ] }, { "name": "GistFile", "kind": "objects", "id": "gistfile", "href": "/graphql/reference/objects#gistfile", "description": "A file in a gist.
", "fields": [ { "name": "encodedName", "description": "The file name encoded to remove characters that are invalid in URL paths.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "encoding", "description": "The gist file encoding.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "extension", "description": "The file extension from the file name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isImage", "description": "Indicates if this file is an image.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isTruncated", "description": "Whether the file's contents were truncated.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "language", "description": "The programming language this file is written in.
", "type": "Language", "id": "language", "kind": "objects", "href": "/graphql/reference/objects#language" }, { "name": "name", "description": "The gist file name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "size", "description": "The gist file size in bytes.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "text", "description": "UTF8 text data or null if the file is binary.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "arguments": [ { "name": "truncate", "description": "Optionally truncate the returned file to this length.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "GitActor", "kind": "objects", "id": "gitactor", "href": "/graphql/reference/objects#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.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "date", "description": "The timestamp of the Git action (authoring or committing).
", "type": "GitTimestamp", "id": "gittimestamp", "kind": "scalars", "href": "/graphql/reference/scalars#gittimestamp" }, { "name": "email", "description": "The email in the Git commit.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name in the Git commit.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "user", "description": "The GitHub user corresponding to the email field. Null if no such user exists.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "GitActorConnection", "kind": "objects", "id": "gitactorconnection", "href": "/graphql/reference/objects#gitactorconnection", "description": "The connection type for GitActor.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[GitActorEdge]", "id": "gitactoredge", "kind": "objects", "href": "/graphql/reference/objects#gitactoredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[GitActor]", "id": "gitactor", "kind": "objects", "href": "/graphql/reference/objects#gitactor" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "GitActorEdge", "kind": "objects", "id": "gitactoredge", "href": "/graphql/reference/objects#gitactoredge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "GitActor", "id": "gitactor", "kind": "objects", "href": "/graphql/reference/objects#gitactor" } ] }, { "name": "GitHubMetadata", "kind": "objects", "id": "githubmetadata", "href": "/graphql/reference/objects#githubmetadata", "description": "Represents information about the GitHub instance.
", "fields": [ { "name": "gitHubServicesSha", "description": "Returns a String that's a SHA of github-services.
IP addresses that users connect to for git operations.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "hookIpAddresses", "description": "IP addresses that service hooks are sent from.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "importerIpAddresses", "description": "IP addresses that the importer connects from.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isPasswordAuthenticationVerifiable", "description": "Whether or not users are verified.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "pagesIpAddresses", "description": "IP addresses for GitHub Pages' A records.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "GpgSignature", "kind": "objects", "id": "gpgsignature", "href": "/graphql/reference/objects#gpgsignature", "description": "Represents a GPG signature on a Commit or Tag.
", "implements": [ { "name": "GitSignature", "id": "gitsignature", "href": "/graphql/reference/interfaces#gitsignature" } ], "fields": [ { "name": "email", "description": "Email used to sign this object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "keyId", "description": "Hex-encoded ID of the key that signed this object.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signature", "description": "ASCII-armored signature header from object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "state", "description": "The state of this signature. VALID if signature is valid and verified by\nGitHub, otherwise represents reason why signature is considered invalid.
True if the signature was made with GitHub's signing key.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "HeadRefDeletedEvent", "kind": "objects", "id": "headrefdeletedevent", "href": "/graphql/reference/objects#headrefdeletedevent", "description": "Represents ahead_ref_deletedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "headRef", "description": "Identifies the Ref associated with the head_ref_deleted event.
Identifies the name of the Ref associated with the head_ref_deleted event.
PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "HeadRefForcePushedEvent", "kind": "objects", "id": "headrefforcepushedevent", "href": "/graphql/reference/objects#headrefforcepushedevent", "description": "Represents ahead_ref_force_pushedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "afterCommit", "description": "Identifies the after commit SHA for thehead_ref_force_pushedevent.
Identifies the before commit SHA for thehead_ref_force_pushedevent.
Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "ref", "description": "Identifies the fully qualified ref name for thehead_ref_force_pushedevent.
Represents ahead_ref_restoredevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "Hovercard", "kind": "objects", "id": "hovercard", "href": "/graphql/reference/objects#hovercard", "description": "Detail needed to display a hovercard for a user.
", "fields": [ { "name": "contexts", "description": "Each of the contexts for this hovercard.
", "type": "[HovercardContext!]!", "id": "hovercardcontext", "kind": "interfaces", "href": "/graphql/reference/interfaces#hovercardcontext" } ] }, { "name": "IpAllowListEntry", "kind": "objects", "id": "ipallowlistentry", "href": "/graphql/reference/objects#ipallowlistentry", "description": "An IP address or range of addresses that is allowed to access an owner's resources.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "allowListValue", "description": "A single IP address or range of IP addresses in CIDR notation.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "isActive", "description": "Whether the entry is currently active.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "The name of the IP allow list entry.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "owner", "description": "The owner of the IP allow list entry.
", "type": "IpAllowListOwner!", "id": "ipallowlistowner", "kind": "unions", "href": "/graphql/reference/unions#ipallowlistowner" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "IpAllowListEntryConnection", "kind": "objects", "id": "ipallowlistentryconnection", "href": "/graphql/reference/objects#ipallowlistentryconnection", "description": "The connection type for IpAllowListEntry.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[IpAllowListEntryEdge]", "id": "ipallowlistentryedge", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentryedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[IpAllowListEntry]", "id": "ipallowlistentry", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentry" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "IpAllowListEntryEdge", "kind": "objects", "id": "ipallowlistentryedge", "href": "/graphql/reference/objects#ipallowlistentryedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "IpAllowListEntry", "id": "ipallowlistentry", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentry" } ] }, { "name": "Issue", "kind": "objects", "id": "issue", "href": "/graphql/reference/objects#issue", "description": "An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
", "implements": [ { "name": "Assignable", "id": "assignable", "href": "/graphql/reference/interfaces#assignable" }, { "name": "Closable", "id": "closable", "href": "/graphql/reference/interfaces#closable" }, { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Labelable", "id": "labelable", "href": "/graphql/reference/interfaces#labelable" }, { "name": "Lockable", "id": "lockable", "href": "/graphql/reference/interfaces#lockable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectNextOwner", "id": "projectnextowner", "href": "/graphql/reference/interfaces#projectnextowner" }, { "name": "ProjectV2Owner", "id": "projectv2owner", "href": "/graphql/reference/interfaces#projectv2owner" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" }, { "name": "Subscribable", "id": "subscribable", "href": "/graphql/reference/interfaces#subscribable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "activeLockReason", "description": "Reason that the conversation was locked.
", "type": "LockReason", "id": "lockreason", "kind": "enums", "href": "/graphql/reference/enums#lockreason" }, { "name": "assignees", "description": "A list of Users assigned to this object.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "Identifies the body of the issue.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyResourcePath", "description": "The http path for this issue body.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "bodyText", "description": "Identifies the body of the issue rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyUrl", "description": "The http URL for this issue body.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "closed", "description": "true if the object is closed (definition of closed may depend on type).
Identifies the date and time when the object was closed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "comments", "description": "A list of comments associated with the Issue.
", "type": "IssueCommentConnection!", "id": "issuecommentconnection", "kind": "objects", "href": "/graphql/reference/objects#issuecommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for issue comments returned from the connection.
", "type": { "name": "IssueCommentOrder", "id": "issuecommentorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issuecommentorder" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "hovercard", "description": "The hovercard information for this issue.
", "type": "Hovercard!", "id": "hovercard", "kind": "objects", "href": "/graphql/reference/objects#hovercard", "arguments": [ { "name": "includeNotificationContexts", "defaultValue": true, "description": "Whether or not to include notification contexts.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPinned", "description": "Indicates whether or not this issue is currently pinned to the repository issues list.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isReadByViewer", "description": "Is this issue read by the viewer.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "labels", "description": "A list of labels associated with the object.
", "type": "LabelConnection", "id": "labelconnection", "kind": "objects", "href": "/graphql/reference/objects#labelconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for labels returned from the connection.
", "type": { "name": "LabelOrder", "id": "labelorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#labelorder" } } ] }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "linkedBranches", "description": "Branches linked to this issue.
", "type": "LinkedBranchConnection!", "id": "linkedbranchconnection", "kind": "objects", "href": "/graphql/reference/objects#linkedbranchconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "locked", "description": "true if the object is locked.
Identifies the milestone associated with the issue.
", "type": "Milestone", "id": "milestone", "kind": "objects", "href": "/graphql/reference/objects#milestone" }, { "name": "number", "description": "Identifies the issue number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "participants", "description": "A list of Users that are participating in the Issue conversation.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectCards", "description": "List of project cards associated with this issue.
", "type": "ProjectCardConnection!", "id": "projectcardconnection", "kind": "objects", "href": "/graphql/reference/objects#projectcardconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "archivedStates", "description": "A list of archived states to filter the cards by.
", "type": { "name": "[ProjectCardArchivedState]", "id": "projectcardarchivedstate", "kind": "enums", "href": "/graphql/reference/enums#projectcardarchivedstate" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectItems", "description": "List of project items associated with this issue.
", "type": "ProjectV2ItemConnection!", "id": "projectv2itemconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2itemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includeArchived", "defaultValue": true, "description": "Include archived items.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectNext", "description": "Find a project by project (beta) number.
", "type": "ProjectNext", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "arguments": [ { "name": "number", "description": "The project (beta) number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
List of project (beta) items associated with this issue.
", "type": "ProjectNextItemConnection!", "id": "projectnextitemconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includeArchived", "defaultValue": true, "description": "Include archived items.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectV2", "description": "Find a project by number.
", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "arguments": [ { "name": "number", "description": "The project number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectsNext", "description": "A list of projects (beta) under the owner.
", "type": "ProjectNextConnection!", "id": "projectnextconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "A project (beta) to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "sortBy", "defaultValue": "TITLE", "description": "How to order the returned projects (beta).
", "type": { "name": "ProjectNextOrderField", "id": "projectnextorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectnextorderfield" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A list of projects under the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "How to order the returned projects.
", "type": { "name": "ProjectV2Order", "id": "projectv2order", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2order" } }, { "name": "query", "description": "A project to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this issue.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "Identifies the state of the issue.
", "type": "IssueState!", "id": "issuestate", "kind": "enums", "href": "/graphql/reference/enums#issuestate" }, { "name": "stateReason", "description": "Identifies the reason for the issue state.
", "type": "IssueStateReason", "id": "issuestatereason", "kind": "enums", "href": "/graphql/reference/enums#issuestatereason" }, { "name": "timeline", "description": "A list of events, comments, commits, etc. associated with the issue.
", "type": "IssueTimelineConnection!", "id": "issuetimelineconnection", "kind": "objects", "href": "/graphql/reference/objects#issuetimelineconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "since", "description": "Allows filtering timeline events by a since timestamp.
timeline will be removed Use Issue.timelineItems instead. Removal on 2020-10-01 UTC.
A list of events, comments, commits, etc. associated with the issue.
", "type": "IssueTimelineItemsConnection!", "id": "issuetimelineitemsconnection", "kind": "objects", "href": "/graphql/reference/objects#issuetimelineitemsconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "itemTypes", "description": "Filter timeline items by type.
", "type": { "name": "[IssueTimelineItemsItemType!]", "id": "issuetimelineitemsitemtype", "kind": "enums", "href": "/graphql/reference/enums#issuetimelineitemsitemtype" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "since", "description": "Filter timeline items by a since timestamp.
Skips the first n elements in the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "title", "description": "Identifies the issue title.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "titleHTML", "description": "Identifies the issue title rendered to HTML.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "trackedInIssues", "description": "A list of issues that track this issue.
", "type": "IssueConnection!", "id": "issueconnection", "kind": "objects", "href": "/graphql/reference/objects#issueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "trackedIssues", "description": "A list of issues tracked inside the current issue.
", "type": "IssueConnection!", "id": "issueconnection", "kind": "objects", "href": "/graphql/reference/objects#issueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "trackedIssuesCount", "description": "The number of tracked issues for this issue.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "arguments": [ { "name": "states", "description": "Limit the count to tracked issues with the specified states.
", "type": { "name": "[TrackedIssueStates]", "id": "trackedissuestates", "kind": "enums", "href": "/graphql/reference/enums#trackedissuestates" } } ] }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this issue.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
", "type": "SubscriptionState", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" } ] }, { "name": "IssueComment", "kind": "objects", "id": "issuecomment", "href": "/graphql/reference/objects#issuecomment", "description": "Represents a comment on an Issue.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Minimizable", "id": "minimizable", "href": "/graphql/reference/interfaces#minimizable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "The body as Markdown.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "issue", "description": "Identifies the issue associated with the comment.
", "type": "Issue!", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of abuse, off-topic,\noutdated, resolved, duplicate and spam. Note that the case and\nformatting of these values differs from the inputs to the MinimizeComment mutation.
Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "Returns the pull request associated with the comment, if this comment was made on a\npull request.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this issue comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this issue comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "IssueCommentConnection", "kind": "objects", "id": "issuecommentconnection", "href": "/graphql/reference/objects#issuecommentconnection", "description": "The connection type for IssueComment.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[IssueCommentEdge]", "id": "issuecommentedge", "kind": "objects", "href": "/graphql/reference/objects#issuecommentedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[IssueComment]", "id": "issuecomment", "kind": "objects", "href": "/graphql/reference/objects#issuecomment" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "IssueCommentEdge", "kind": "objects", "id": "issuecommentedge", "href": "/graphql/reference/objects#issuecommentedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "IssueComment", "id": "issuecomment", "kind": "objects", "href": "/graphql/reference/objects#issuecomment" } ] }, { "name": "IssueConnection", "kind": "objects", "id": "issueconnection", "href": "/graphql/reference/objects#issueconnection", "description": "The connection type for Issue.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[IssueEdge]", "id": "issueedge", "kind": "objects", "href": "/graphql/reference/objects#issueedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Issue]", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "IssueContributionsByRepository", "kind": "objects", "id": "issuecontributionsbyrepository", "href": "/graphql/reference/objects#issuecontributionsbyrepository", "description": "This aggregates issues opened by a user within one repository.
", "fields": [ { "name": "contributions", "description": "The issue contributions.
", "type": "CreatedIssueContributionConnection!", "id": "createdissuecontributionconnection", "kind": "objects", "href": "/graphql/reference/objects#createdissuecontributionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.
", "type": { "name": "ContributionOrder", "id": "contributionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#contributionorder" } } ] }, { "name": "repository", "description": "The repository in which the issues were opened.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "IssueEdge", "kind": "objects", "id": "issueedge", "href": "/graphql/reference/objects#issueedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue" } ] }, { "name": "IssueTemplate", "kind": "objects", "id": "issuetemplate", "href": "/graphql/reference/objects#issuetemplate", "description": "A repository issue template.
", "fields": [ { "name": "about", "description": "The template purpose.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "body", "description": "The suggested issue body.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "filename", "description": "The template filename.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The template name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "title", "description": "The suggested issue title.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "IssueTimelineConnection", "kind": "objects", "id": "issuetimelineconnection", "href": "/graphql/reference/objects#issuetimelineconnection", "description": "The connection type for IssueTimelineItem.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[IssueTimelineItemEdge]", "id": "issuetimelineitemedge", "kind": "objects", "href": "/graphql/reference/objects#issuetimelineitemedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[IssueTimelineItem]", "id": "issuetimelineitem", "kind": "unions", "href": "/graphql/reference/unions#issuetimelineitem" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "IssueTimelineItemEdge", "kind": "objects", "id": "issuetimelineitemedge", "href": "/graphql/reference/objects#issuetimelineitemedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "IssueTimelineItem", "id": "issuetimelineitem", "kind": "unions", "href": "/graphql/reference/unions#issuetimelineitem" } ] }, { "name": "IssueTimelineItemsConnection", "kind": "objects", "id": "issuetimelineitemsconnection", "href": "/graphql/reference/objects#issuetimelineitemsconnection", "description": "The connection type for IssueTimelineItems.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[IssueTimelineItemsEdge]", "id": "issuetimelineitemsedge", "kind": "objects", "href": "/graphql/reference/objects#issuetimelineitemsedge" }, { "name": "filteredCount", "description": "Identifies the count of items after applying before and after filters.
A list of nodes.
", "type": "[IssueTimelineItems]", "id": "issuetimelineitems", "kind": "unions", "href": "/graphql/reference/unions#issuetimelineitems" }, { "name": "pageCount", "description": "Identifies the count of items after applying before/after filters and first/last/skip slicing.
Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "updatedAt", "description": "Identifies the date and time when the timeline was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "IssueTimelineItemsEdge", "kind": "objects", "id": "issuetimelineitemsedge", "href": "/graphql/reference/objects#issuetimelineitemsedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "IssueTimelineItems", "id": "issuetimelineitems", "kind": "unions", "href": "/graphql/reference/unions#issuetimelineitems" } ] }, { "name": "JoinedGitHubContribution", "kind": "objects", "id": "joinedgithubcontribution", "href": "/graphql/reference/objects#joinedgithubcontribution", "description": "Represents a user signing up for a GitHub account.
", "implements": [ { "name": "Contribution", "id": "contribution", "href": "/graphql/reference/interfaces#contribution" } ], "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "occurredAt", "description": "When this contribution was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "resourcePath", "description": "The HTTP path for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user who made this contribution.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "Label", "kind": "objects", "id": "label", "href": "/graphql/reference/objects#label", "description": "A label for categorizing Issues, Pull Requests, Milestones, or Discussions with a given Repository.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "color", "description": "Identifies the label color.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the label was created.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "description", "description": "A brief description of this label.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isDefault", "description": "Indicates whether or not this is a default label.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "issues", "description": "A list of issues associated with this label.
", "type": "IssueConnection!", "id": "issueconnection", "kind": "objects", "href": "/graphql/reference/objects#issueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "filterBy", "description": "Filtering options for issues returned from the connection.
", "type": { "name": "IssueFilters", "id": "issuefilters", "kind": "input-objects", "href": "/graphql/reference/input-objects#issuefilters" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for issues returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the issues by.
", "type": { "name": "[IssueState!]", "id": "issuestate", "kind": "enums", "href": "/graphql/reference/enums#issuestate" } } ] }, { "name": "name", "description": "Identifies the label name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequests", "description": "A list of pull requests associated with this label.
", "type": "PullRequestConnection!", "id": "pullrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the pull requests by.
", "type": { "name": "[PullRequestState!]", "id": "pullrequeststate", "kind": "enums", "href": "/graphql/reference/enums#pullrequeststate" } } ] }, { "name": "repository", "description": "The repository associated with this label.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this label.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the label was last updated.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this label.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "LabelConnection", "kind": "objects", "id": "labelconnection", "href": "/graphql/reference/objects#labelconnection", "description": "The connection type for Label.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[LabelEdge]", "id": "labeledge", "kind": "objects", "href": "/graphql/reference/objects#labeledge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Label]", "id": "label", "kind": "objects", "href": "/graphql/reference/objects#label" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "LabelEdge", "kind": "objects", "id": "labeledge", "href": "/graphql/reference/objects#labeledge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Label", "id": "label", "kind": "objects", "href": "/graphql/reference/objects#label" } ] }, { "name": "LabeledEvent", "kind": "objects", "id": "labeledevent", "href": "/graphql/reference/objects#labeledevent", "description": "Represents alabeledevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "label", "description": "Identifies the label associated with thelabeledevent.
Identifies the Labelable associated with the event.
Represents a given language found in repositories.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "color", "description": "The color defined for the current language.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the current language.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "LanguageConnection", "kind": "objects", "id": "languageconnection", "href": "/graphql/reference/objects#languageconnection", "description": "A list of languages associated with the parent.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[LanguageEdge]", "id": "languageedge", "kind": "objects", "href": "/graphql/reference/objects#languageedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Language]", "id": "language", "kind": "objects", "href": "/graphql/reference/objects#language" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalSize", "description": "The total size in bytes of files written in that language.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "LanguageEdge", "kind": "objects", "id": "languageedge", "href": "/graphql/reference/objects#languageedge", "description": "Represents the language of a repository.
", "fields": [ { "name": "size", "description": "The number of bytes of code written in the language.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "License", "kind": "objects", "id": "license", "href": "/graphql/reference/objects#license", "description": "A repository's open source license.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "body", "description": "The full text of the license.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "conditions", "description": "The conditions set by the license.
", "type": "[LicenseRule]!", "id": "licenserule", "kind": "objects", "href": "/graphql/reference/objects#licenserule" }, { "name": "description", "description": "A human-readable description of the license.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "featured", "description": "Whether the license should be featured.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hidden", "description": "Whether the license should be displayed in license pickers.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "implementation", "description": "Instructions on how to implement the license.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "key", "description": "The lowercased SPDX ID of the license.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "limitations", "description": "The limitations set by the license.
", "type": "[LicenseRule]!", "id": "licenserule", "kind": "objects", "href": "/graphql/reference/objects#licenserule" }, { "name": "name", "description": "The license full name specified by https://spdx.org/licenses.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "nickname", "description": "Customary short name if applicable (e.g, GPLv3).
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "permissions", "description": "The permissions set by the license.
", "type": "[LicenseRule]!", "id": "licenserule", "kind": "objects", "href": "/graphql/reference/objects#licenserule" }, { "name": "pseudoLicense", "description": "Whether the license is a pseudo-license placeholder (e.g., other, no-license).
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "spdxId", "description": "Short identifier specified by https://spdx.org/licenses.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "url", "description": "URL to the license on https://choosealicense.com.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "LicenseRule", "kind": "objects", "id": "licenserule", "href": "/graphql/reference/objects#licenserule", "description": "Describes a License's conditions, permissions, and limitations.
", "fields": [ { "name": "description", "description": "A description of the rule.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "key", "description": "The machine-readable rule key.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "label", "description": "The human-readable rule label.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "LinkedBranch", "kind": "objects", "id": "linkedbranch", "href": "/graphql/reference/objects#linkedbranch", "description": "A branch linked to an issue.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "ref", "description": "The branch's ref.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" } ] }, { "name": "LinkedBranchConnection", "kind": "objects", "id": "linkedbranchconnection", "href": "/graphql/reference/objects#linkedbranchconnection", "description": "The connection type for LinkedBranch.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[LinkedBranchEdge]", "id": "linkedbranchedge", "kind": "objects", "href": "/graphql/reference/objects#linkedbranchedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[LinkedBranch]", "id": "linkedbranch", "kind": "objects", "href": "/graphql/reference/objects#linkedbranch" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "LinkedBranchEdge", "kind": "objects", "id": "linkedbranchedge", "href": "/graphql/reference/objects#linkedbranchedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "LinkedBranch", "id": "linkedbranch", "kind": "objects", "href": "/graphql/reference/objects#linkedbranch" } ] }, { "name": "LockedEvent", "kind": "objects", "id": "lockedevent", "href": "/graphql/reference/objects#lockedevent", "description": "Represents alockedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "lockReason", "description": "Reason that the conversation was locked (optional).
", "type": "LockReason", "id": "lockreason", "kind": "enums", "href": "/graphql/reference/enums#lockreason" }, { "name": "lockable", "description": "Object that was locked.
", "type": "Lockable!", "id": "lockable", "kind": "interfaces", "href": "/graphql/reference/interfaces#lockable" } ] }, { "name": "Mannequin", "kind": "objects", "id": "mannequin", "href": "/graphql/reference/objects#mannequin", "description": "A placeholder user for attribution of imported data on GitHub.
", "implements": [ { "name": "Actor", "id": "actor", "href": "/graphql/reference/interfaces#actor" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the GitHub App's public avatar.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "claimant", "description": "The user that has claimed the data attributed to this mannequin.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "email", "description": "The mannequin's email on the source instance.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "login", "description": "The username of the actor.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "resourcePath", "description": "The HTML path to this resource.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The URL to this resource.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "MarkedAsDuplicateEvent", "kind": "objects", "id": "markedasduplicateevent", "href": "/graphql/reference/objects#markedasduplicateevent", "description": "Represents amarked_as_duplicateevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "canonical", "description": "The authoritative issue or pull request which has been duplicated by another.
", "type": "IssueOrPullRequest", "id": "issueorpullrequest", "kind": "unions", "href": "/graphql/reference/unions#issueorpullrequest" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "duplicate", "description": "The issue or pull request which has been marked as a duplicate of another.
", "type": "IssueOrPullRequest", "id": "issueorpullrequest", "kind": "unions", "href": "/graphql/reference/unions#issueorpullrequest" }, { "name": "isCrossRepository", "description": "Canonical and duplicate belong to different repositories.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "MarketplaceCategory", "kind": "objects", "id": "marketplacecategory", "href": "/graphql/reference/objects#marketplacecategory", "description": "A public description of a Marketplace category.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "description", "description": "The category's description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "howItWorks", "description": "The technical description of how apps listed in this category work with GitHub.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The category's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "primaryListingCount", "description": "How many Marketplace listings have this as their primary category.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "resourcePath", "description": "The HTTP path for this Marketplace category.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "secondaryListingCount", "description": "How many Marketplace listings have this as their secondary category.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "slug", "description": "The short name of the category used in its URL.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "url", "description": "The HTTP URL for this Marketplace category.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "MarketplaceListing", "kind": "objects", "id": "marketplacelisting", "href": "/graphql/reference/objects#marketplacelisting", "description": "A listing in the GitHub integration marketplace.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "app", "description": "The GitHub App this listing represents.
", "type": "App", "id": "app", "kind": "objects", "href": "/graphql/reference/objects#app" }, { "name": "companyUrl", "description": "URL to the listing owner's company site.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "configurationResourcePath", "description": "The HTTP path for configuring access to the listing's integration or OAuth app.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "configurationUrl", "description": "The HTTP URL for configuring access to the listing's integration or OAuth app.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "documentationUrl", "description": "URL to the listing's documentation.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "extendedDescription", "description": "The listing's detailed description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "extendedDescriptionHTML", "description": "The listing's detailed description rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "fullDescription", "description": "The listing's introductory description.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "fullDescriptionHTML", "description": "The listing's introductory description rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "hasPublishedFreeTrialPlans", "description": "Does this listing have any plans with a free trial?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasTermsOfService", "description": "Does this listing have a terms of service link?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasVerifiedOwner", "description": "Whether the creator of the app is a verified org.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "howItWorks", "description": "A technical description of how this app works with GitHub.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "howItWorksHTML", "description": "The listing's technical description rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "installationUrl", "description": "URL to install the product to the viewer's account or organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "installedForViewer", "description": "Whether this listing's app has been installed for the current viewer.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isArchived", "description": "Whether this listing has been removed from the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isDraft", "description": "Whether this listing is still an editable draft that has not been submitted\nfor review and is not publicly visible in the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPaid", "description": "Whether the product this listing represents is available as part of a paid plan.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPublic", "description": "Whether this listing has been approved for display in the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isRejected", "description": "Whether this listing has been rejected by GitHub for display in the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isUnverified", "description": "Whether this listing has been approved for unverified display in the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isUnverifiedPending", "description": "Whether this draft listing has been submitted for review for approval to be unverified in the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isVerificationPendingFromDraft", "description": "Whether this draft listing has been submitted for review from GitHub for approval to be verified in the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isVerificationPendingFromUnverified", "description": "Whether this unverified listing has been submitted for review from GitHub for approval to be verified in the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isVerified", "description": "Whether this listing has been approved for verified display in the Marketplace.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "logoBackgroundColor", "description": "The hex color code, without the leading '#', for the logo background.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "logoUrl", "description": "URL for the listing's logo image.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "defaultValue": "400", "description": "The size in pixels of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "name", "description": "The listing's full name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "normalizedShortDescription", "description": "The listing's very short description without a trailing period or ampersands.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pricingUrl", "description": "URL to the listing's detailed pricing.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "primaryCategory", "description": "The category that best describes the listing.
", "type": "MarketplaceCategory!", "id": "marketplacecategory", "kind": "objects", "href": "/graphql/reference/objects#marketplacecategory" }, { "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.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "resourcePath", "description": "The HTTP path for the Marketplace listing.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "screenshotUrls", "description": "The URLs for the listing's screenshots.
", "type": "[String]!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "secondaryCategory", "description": "An alternate category that describes the listing.
", "type": "MarketplaceCategory", "id": "marketplacecategory", "kind": "objects", "href": "/graphql/reference/objects#marketplacecategory" }, { "name": "shortDescription", "description": "The listing's very short description.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "slug", "description": "The short name of the listing used in its URL.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "statusUrl", "description": "URL to the listing's status page.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "supportEmail", "description": "An email address for support for this listing's app.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "supportUrl", "description": "Either a URL or an email address for support for this listing's app, may\nreturn an empty string for listings that do not require a support URL.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "termsOfServiceUrl", "description": "URL to the listing's terms of service.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for the Marketplace listing.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerCanAddPlans", "description": "Can the current viewer add plans for this Marketplace listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanApprove", "description": "Can the current viewer approve this Marketplace listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanDelist", "description": "Can the current viewer delist this Marketplace listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanEdit", "description": "Can the current viewer edit this Marketplace listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanEditCategories", "description": "Can the current viewer edit the primary and secondary category of this\nMarketplace listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanEditPlans", "description": "Can the current viewer edit the plans for this Marketplace listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanRedraft", "description": "Can the current viewer return this Marketplace listing to draft state\nso it becomes editable again.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReject", "description": "Can the current viewer reject this Marketplace listing by returning it to\nan editable draft state or rejecting it entirely.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanRequestApproval", "description": "Can the current viewer request this listing be reviewed for display in\nthe Marketplace as verified.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerHasPurchased", "description": "Indicates whether the current user has an active subscription to this Marketplace listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerHasPurchasedForAllOrganizations", "description": "Indicates if the current user has purchased a subscription to this Marketplace listing\nfor all of the organizations the user owns.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerIsListingAdmin", "description": "Does the current viewer role allow them to administer this Marketplace listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "MarketplaceListingConnection", "kind": "objects", "id": "marketplacelistingconnection", "href": "/graphql/reference/objects#marketplacelistingconnection", "description": "Look up Marketplace Listings.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[MarketplaceListingEdge]", "id": "marketplacelistingedge", "kind": "objects", "href": "/graphql/reference/objects#marketplacelistingedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[MarketplaceListing]", "id": "marketplacelisting", "kind": "objects", "href": "/graphql/reference/objects#marketplacelisting" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "MarketplaceListingEdge", "kind": "objects", "id": "marketplacelistingedge", "href": "/graphql/reference/objects#marketplacelistingedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "MarketplaceListing", "id": "marketplacelisting", "kind": "objects", "href": "/graphql/reference/objects#marketplacelisting" } ] }, { "name": "MembersCanDeleteReposClearAuditEntry", "kind": "objects", "id": "memberscandeletereposclearauditentry", "href": "/graphql/reference/objects#memberscandeletereposclearauditentry", "description": "Audit log entry for a members_can_delete_repos.clear event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "EnterpriseAuditEntryData", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "MembersCanDeleteReposDisableAuditEntry", "kind": "objects", "id": "memberscandeletereposdisableauditentry", "href": "/graphql/reference/objects#memberscandeletereposdisableauditentry", "description": "Audit log entry for a members_can_delete_repos.disable event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "EnterpriseAuditEntryData", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "MembersCanDeleteReposEnableAuditEntry", "kind": "objects", "id": "memberscandeletereposenableauditentry", "href": "/graphql/reference/objects#memberscandeletereposenableauditentry", "description": "Audit log entry for a members_can_delete_repos.enable event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "EnterpriseAuditEntryData", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "MentionedEvent", "kind": "objects", "id": "mentionedevent", "href": "/graphql/reference/objects#mentionedevent", "description": "Represents amentionedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "MergedEvent", "kind": "objects", "id": "mergedevent", "href": "/graphql/reference/objects#mergedevent", "description": "Represents amergedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "commit", "description": "Identifies the commit associated with the merge event.
Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "mergeRef", "description": "Identifies the Ref associated with the merge event.
Identifies the name of the Ref associated with the merge event.
PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "resourcePath", "description": "The HTTP path for this merged event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this merged event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "MigrationSource", "kind": "objects", "id": "migrationsource", "href": "/graphql/reference/objects#migrationsource", "description": "An Octoshift migration source.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "name", "description": "The Octoshift migration source name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "type", "description": "The Octoshift migration source type.
", "type": "MigrationSourceType!", "id": "migrationsourcetype", "kind": "enums", "href": "/graphql/reference/enums#migrationsourcetype" }, { "name": "url", "description": "The Octoshift migration source URL.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "Milestone", "kind": "objects", "id": "milestone", "href": "/graphql/reference/objects#milestone", "description": "Represents a Milestone object on a given repository.
", "implements": [ { "name": "Closable", "id": "closable", "href": "/graphql/reference/interfaces#closable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "closed", "description": "true if the object is closed (definition of closed may depend on type).
Identifies the date and time when the object was closed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "Identifies the actor who created the milestone.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "description", "description": "Identifies the description of the milestone.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "dueOn", "description": "Identifies the due date of the milestone.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "issues", "description": "A list of issues associated with the milestone.
", "type": "IssueConnection!", "id": "issueconnection", "kind": "objects", "href": "/graphql/reference/objects#issueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "filterBy", "description": "Filtering options for issues returned from the connection.
", "type": { "name": "IssueFilters", "id": "issuefilters", "kind": "input-objects", "href": "/graphql/reference/input-objects#issuefilters" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for issues returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the issues by.
", "type": { "name": "[IssueState!]", "id": "issuestate", "kind": "enums", "href": "/graphql/reference/enums#issuestate" } } ] }, { "name": "number", "description": "Identifies the number of the milestone.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "progressPercentage", "description": "Identifies the percentage complete for the milestone.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "pullRequests", "description": "A list of pull requests associated with the milestone.
", "type": "PullRequestConnection!", "id": "pullrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the pull requests by.
", "type": { "name": "[PullRequestState!]", "id": "pullrequeststate", "kind": "enums", "href": "/graphql/reference/enums#pullrequeststate" } } ] }, { "name": "repository", "description": "The repository associated with this milestone.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this milestone.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "Identifies the state of the milestone.
", "type": "MilestoneState!", "id": "milestonestate", "kind": "enums", "href": "/graphql/reference/enums#milestonestate" }, { "name": "title", "description": "Identifies the title of the milestone.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this milestone.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "MilestoneConnection", "kind": "objects", "id": "milestoneconnection", "href": "/graphql/reference/objects#milestoneconnection", "description": "The connection type for Milestone.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[MilestoneEdge]", "id": "milestoneedge", "kind": "objects", "href": "/graphql/reference/objects#milestoneedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Milestone]", "id": "milestone", "kind": "objects", "href": "/graphql/reference/objects#milestone" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "MilestoneEdge", "kind": "objects", "id": "milestoneedge", "href": "/graphql/reference/objects#milestoneedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Milestone", "id": "milestone", "kind": "objects", "href": "/graphql/reference/objects#milestone" } ] }, { "name": "MilestonedEvent", "kind": "objects", "id": "milestonedevent", "href": "/graphql/reference/objects#milestonedevent", "description": "Represents amilestonedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "milestoneTitle", "description": "Identifies the milestone title associated with themilestonedevent.
Object referenced by event.
", "type": "MilestoneItem!", "id": "milestoneitem", "kind": "unions", "href": "/graphql/reference/unions#milestoneitem" } ] }, { "name": "MovedColumnsInProjectEvent", "kind": "objects", "id": "movedcolumnsinprojectevent", "href": "/graphql/reference/objects#movedcolumnsinprojectevent", "description": "Represents amoved_columns_in_projectevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "previousProjectColumnName", "description": "Column name the issue or pull request was moved from.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } }, { "name": "project", "description": "Project referenced by event.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } }, { "name": "projectCard", "description": "Project card referenced by this project event.
", "type": "ProjectCard", "id": "projectcard", "kind": "objects", "href": "/graphql/reference/objects#projectcard", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } }, { "name": "projectColumnName", "description": "Column name the issue or pull request was moved to.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } } ] }, { "name": "OIDCProvider", "kind": "objects", "id": "oidcprovider", "href": "/graphql/reference/objects#oidcprovider", "description": "An OIDC identity provider configured to provision identities for an enterprise.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "enterprise", "description": "The enterprise this identity provider belongs to.
", "type": "Enterprise", "id": "enterprise", "kind": "objects", "href": "/graphql/reference/objects#enterprise" }, { "name": "externalIdentities", "description": "ExternalIdentities provisioned by this identity provider.
", "type": "ExternalIdentityConnection!", "id": "externalidentityconnection", "kind": "objects", "href": "/graphql/reference/objects#externalidentityconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "login", "description": "Filter to external identities with the users login.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "membersOnly", "description": "Filter to external identities with valid org membership only.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "userName", "description": "Filter to external identities with the users userName/NameID attribute.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "providerType", "description": "The OIDC identity provider type.
", "type": "OIDCProviderType!", "id": "oidcprovidertype", "kind": "enums", "href": "/graphql/reference/enums#oidcprovidertype" }, { "name": "tenantId", "description": "The id of the tenant this provider is attached to.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "OauthApplicationCreateAuditEntry", "kind": "objects", "id": "oauthapplicationcreateauditentry", "href": "/graphql/reference/objects#oauthapplicationcreateauditentry", "description": "Audit log entry for a oauth_application.create event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OauthApplicationAuditEntryData", "id": "oauthapplicationauditentrydata", "href": "/graphql/reference/interfaces#oauthapplicationauditentrydata" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "applicationUrl", "description": "The application URL of the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "callbackUrl", "description": "The callback URL of the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "oauthApplicationName", "description": "The name of the OAuth Application.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "rateLimit", "description": "The rate limit of the OAuth Application.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "state", "description": "The state of the OAuth Application.
", "type": "OauthApplicationCreateAuditEntryState", "id": "oauthapplicationcreateauditentrystate", "kind": "enums", "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgAddBillingManagerAuditEntry", "kind": "objects", "id": "orgaddbillingmanagerauditentry", "href": "/graphql/reference/objects#orgaddbillingmanagerauditentry", "description": "Audit log entry for a org.add_billing_manager.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "invitationEmail", "description": "The email address used to invite a billing manager for the organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgAddMemberAuditEntry", "kind": "objects", "id": "orgaddmemberauditentry", "href": "/graphql/reference/objects#orgaddmemberauditentry", "description": "Audit log entry for a org.add_member.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "permission", "description": "The permission level of the member added to the organization.
", "type": "OrgAddMemberAuditEntryPermission", "id": "orgaddmemberauditentrypermission", "kind": "enums", "href": "/graphql/reference/enums#orgaddmemberauditentrypermission" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgBlockUserAuditEntry", "kind": "objects", "id": "orgblockuserauditentry", "href": "/graphql/reference/objects#orgblockuserauditentry", "description": "Audit log entry for a org.block_user.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "blockedUser", "description": "The blocked user.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "blockedUserName", "description": "The username of the blocked user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "blockedUserResourcePath", "description": "The HTTP path for the blocked user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "blockedUserUrl", "description": "The HTTP URL for the blocked user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgConfigDisableCollaboratorsOnlyAuditEntry", "kind": "objects", "id": "orgconfigdisablecollaboratorsonlyauditentry", "href": "/graphql/reference/objects#orgconfigdisablecollaboratorsonlyauditentry", "description": "Audit log entry for a org.config.disable_collaborators_only event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgConfigEnableCollaboratorsOnlyAuditEntry", "kind": "objects", "id": "orgconfigenablecollaboratorsonlyauditentry", "href": "/graphql/reference/objects#orgconfigenablecollaboratorsonlyauditentry", "description": "Audit log entry for a org.config.enable_collaborators_only event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgCreateAuditEntry", "kind": "objects", "id": "orgcreateauditentry", "href": "/graphql/reference/objects#orgcreateauditentry", "description": "Audit log entry for a org.create event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "billingPlan", "description": "The billing plan for the Organization.
", "type": "OrgCreateAuditEntryBillingPlan", "id": "orgcreateauditentrybillingplan", "kind": "enums", "href": "/graphql/reference/enums#orgcreateauditentrybillingplan" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgDisableOauthAppRestrictionsAuditEntry", "kind": "objects", "id": "orgdisableoauthapprestrictionsauditentry", "href": "/graphql/reference/objects#orgdisableoauthapprestrictionsauditentry", "description": "Audit log entry for a org.disable_oauth_app_restrictions event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgDisableSamlAuditEntry", "kind": "objects", "id": "orgdisablesamlauditentry", "href": "/graphql/reference/objects#orgdisablesamlauditentry", "description": "Audit log entry for a org.disable_saml event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "digestMethodUrl", "description": "The SAML provider's digest algorithm URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "issuerUrl", "description": "The SAML provider's issuer URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "signatureMethodUrl", "description": "The SAML provider's signature algorithm URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "singleSignOnUrl", "description": "The SAML provider's single sign-on URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgDisableTwoFactorRequirementAuditEntry", "kind": "objects", "id": "orgdisabletwofactorrequirementauditentry", "href": "/graphql/reference/objects#orgdisabletwofactorrequirementauditentry", "description": "Audit log entry for a org.disable_two_factor_requirement event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgEnableOauthAppRestrictionsAuditEntry", "kind": "objects", "id": "orgenableoauthapprestrictionsauditentry", "href": "/graphql/reference/objects#orgenableoauthapprestrictionsauditentry", "description": "Audit log entry for a org.enable_oauth_app_restrictions event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgEnableSamlAuditEntry", "kind": "objects", "id": "orgenablesamlauditentry", "href": "/graphql/reference/objects#orgenablesamlauditentry", "description": "Audit log entry for a org.enable_saml event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "digestMethodUrl", "description": "The SAML provider's digest algorithm URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "issuerUrl", "description": "The SAML provider's issuer URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "signatureMethodUrl", "description": "The SAML provider's signature algorithm URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "singleSignOnUrl", "description": "The SAML provider's single sign-on URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgEnableTwoFactorRequirementAuditEntry", "kind": "objects", "id": "orgenabletwofactorrequirementauditentry", "href": "/graphql/reference/objects#orgenabletwofactorrequirementauditentry", "description": "Audit log entry for a org.enable_two_factor_requirement event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgInviteMemberAuditEntry", "kind": "objects", "id": "orginvitememberauditentry", "href": "/graphql/reference/objects#orginvitememberauditentry", "description": "Audit log entry for a org.invite_member event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "email", "description": "The email address of the organization invitation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationInvitation", "description": "The organization invitation.
", "type": "OrganizationInvitation", "id": "organizationinvitation", "kind": "objects", "href": "/graphql/reference/objects#organizationinvitation" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgInviteToBusinessAuditEntry", "kind": "objects", "id": "orginvitetobusinessauditentry", "href": "/graphql/reference/objects#orginvitetobusinessauditentry", "description": "Audit log entry for a org.invite_to_business event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "EnterpriseAuditEntryData", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgOauthAppAccessApprovedAuditEntry", "kind": "objects", "id": "orgoauthappaccessapprovedauditentry", "href": "/graphql/reference/objects#orgoauthappaccessapprovedauditentry", "description": "Audit log entry for a org.oauth_app_access_approved event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OauthApplicationAuditEntryData", "id": "oauthapplicationauditentrydata", "href": "/graphql/reference/interfaces#oauthapplicationauditentrydata" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "oauthApplicationName", "description": "The name of the OAuth Application.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgOauthAppAccessDeniedAuditEntry", "kind": "objects", "id": "orgoauthappaccessdeniedauditentry", "href": "/graphql/reference/objects#orgoauthappaccessdeniedauditentry", "description": "Audit log entry for a org.oauth_app_access_denied event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OauthApplicationAuditEntryData", "id": "oauthapplicationauditentrydata", "href": "/graphql/reference/interfaces#oauthapplicationauditentrydata" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "oauthApplicationName", "description": "The name of the OAuth Application.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgOauthAppAccessRequestedAuditEntry", "kind": "objects", "id": "orgoauthappaccessrequestedauditentry", "href": "/graphql/reference/objects#orgoauthappaccessrequestedauditentry", "description": "Audit log entry for a org.oauth_app_access_requested event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OauthApplicationAuditEntryData", "id": "oauthapplicationauditentrydata", "href": "/graphql/reference/interfaces#oauthapplicationauditentrydata" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "oauthApplicationName", "description": "The name of the OAuth Application.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgRemoveBillingManagerAuditEntry", "kind": "objects", "id": "orgremovebillingmanagerauditentry", "href": "/graphql/reference/objects#orgremovebillingmanagerauditentry", "description": "Audit log entry for a org.remove_billing_manager event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "reason", "description": "The reason for the billing manager being removed.
", "type": "OrgRemoveBillingManagerAuditEntryReason", "id": "orgremovebillingmanagerauditentryreason", "kind": "enums", "href": "/graphql/reference/enums#orgremovebillingmanagerauditentryreason" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgRemoveMemberAuditEntry", "kind": "objects", "id": "orgremovememberauditentry", "href": "/graphql/reference/objects#orgremovememberauditentry", "description": "Audit log entry for a org.remove_member event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "membershipTypes", "description": "The types of membership the member has with the organization.
", "type": "[OrgRemoveMemberAuditEntryMembershipType!]", "id": "orgremovememberauditentrymembershiptype", "kind": "enums", "href": "/graphql/reference/enums#orgremovememberauditentrymembershiptype" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "reason", "description": "The reason for the member being removed.
", "type": "OrgRemoveMemberAuditEntryReason", "id": "orgremovememberauditentryreason", "kind": "enums", "href": "/graphql/reference/enums#orgremovememberauditentryreason" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgRemoveOutsideCollaboratorAuditEntry", "kind": "objects", "id": "orgremoveoutsidecollaboratorauditentry", "href": "/graphql/reference/objects#orgremoveoutsidecollaboratorauditentry", "description": "Audit log entry for a org.remove_outside_collaborator event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "membershipTypes", "description": "The types of membership the outside collaborator has with the organization.
", "type": "[OrgRemoveOutsideCollaboratorAuditEntryMembershipType!]", "id": "orgremoveoutsidecollaboratorauditentrymembershiptype", "kind": "enums", "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentrymembershiptype" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "reason", "description": "The reason for the outside collaborator being removed from the Organization.
", "type": "OrgRemoveOutsideCollaboratorAuditEntryReason", "id": "orgremoveoutsidecollaboratorauditentryreason", "kind": "enums", "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentryreason" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgRestoreMemberAuditEntry", "kind": "objects", "id": "orgrestorememberauditentry", "href": "/graphql/reference/objects#orgrestorememberauditentry", "description": "Audit log entry for a org.restore_member event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "restoredCustomEmailRoutingsCount", "description": "The number of custom email routings for the restored member.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "restoredIssueAssignmentsCount", "description": "The number of issue assignments for the restored member.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "restoredMemberships", "description": "Restored organization membership objects.
", "type": "[OrgRestoreMemberAuditEntryMembership!]", "id": "orgrestorememberauditentrymembership", "kind": "unions", "href": "/graphql/reference/unions#orgrestorememberauditentrymembership" }, { "name": "restoredMembershipsCount", "description": "The number of restored memberships.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "restoredRepositoriesCount", "description": "The number of repositories of the restored member.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "restoredRepositoryStarsCount", "description": "The number of starred repositories for the restored member.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "restoredRepositoryWatchesCount", "description": "The number of watched repositories for the restored member.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgRestoreMemberMembershipOrganizationAuditEntryData", "kind": "objects", "id": "orgrestoremembermembershiporganizationauditentrydata", "href": "/graphql/reference/objects#orgrestoremembermembershiporganizationauditentrydata", "description": "Metadata for an organization membership for org.restore_member actions.
", "implements": [ { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgRestoreMemberMembershipRepositoryAuditEntryData", "kind": "objects", "id": "orgrestoremembermembershiprepositoryauditentrydata", "href": "/graphql/reference/objects#orgrestoremembermembershiprepositoryauditentrydata", "description": "Metadata for a repository membership for org.restore_member actions.
", "implements": [ { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgRestoreMemberMembershipTeamAuditEntryData", "kind": "objects", "id": "orgrestoremembermembershipteamauditentrydata", "href": "/graphql/reference/objects#orgrestoremembermembershipteamauditentrydata", "description": "Metadata for a team membership for org.restore_member actions.
", "implements": [ { "name": "TeamAuditEntryData", "id": "teamauditentrydata", "href": "/graphql/reference/interfaces#teamauditentrydata" } ], "fields": [ { "name": "team", "description": "The team associated with the action.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "teamName", "description": "The name of the team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teamResourcePath", "description": "The HTTP path for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamUrl", "description": "The HTTP URL for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgUnblockUserAuditEntry", "kind": "objects", "id": "orgunblockuserauditentry", "href": "/graphql/reference/objects#orgunblockuserauditentry", "description": "Audit log entry for a org.unblock_user.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "blockedUser", "description": "The user being unblocked by the organization.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "blockedUserName", "description": "The username of the blocked user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "blockedUserResourcePath", "description": "The HTTP path for the blocked user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "blockedUserUrl", "description": "The HTTP URL for the blocked user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgUpdateDefaultRepositoryPermissionAuditEntry", "kind": "objects", "id": "orgupdatedefaultrepositorypermissionauditentry", "href": "/graphql/reference/objects#orgupdatedefaultrepositorypermissionauditentry", "description": "Audit log entry for a org.update_default_repository_permission.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "permission", "description": "The new base repository permission level for the organization.
", "type": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "id": "orgupdatedefaultrepositorypermissionauditentrypermission", "kind": "enums", "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission" }, { "name": "permissionWas", "description": "The former base repository permission level for the organization.
", "type": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "id": "orgupdatedefaultrepositorypermissionauditentrypermission", "kind": "enums", "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgUpdateMemberAuditEntry", "kind": "objects", "id": "orgupdatememberauditentry", "href": "/graphql/reference/objects#orgupdatememberauditentry", "description": "Audit log entry for a org.update_member event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "permission", "description": "The new member permission level for the organization.
", "type": "OrgUpdateMemberAuditEntryPermission", "id": "orgupdatememberauditentrypermission", "kind": "enums", "href": "/graphql/reference/enums#orgupdatememberauditentrypermission" }, { "name": "permissionWas", "description": "The former member permission level for the organization.
", "type": "OrgUpdateMemberAuditEntryPermission", "id": "orgupdatememberauditentrypermission", "kind": "enums", "href": "/graphql/reference/enums#orgupdatememberauditentrypermission" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry", "kind": "objects", "id": "orgupdatememberrepositorycreationpermissionauditentry", "href": "/graphql/reference/objects#orgupdatememberrepositorycreationpermissionauditentry", "description": "Audit log entry for a org.update_member_repository_creation_permission event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "canCreateRepositories", "description": "Can members create repositories in the organization.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "visibility", "description": "The permission for visibility level of repositories for this organization.
", "type": "OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility", "id": "orgupdatememberrepositorycreationpermissionauditentryvisibility", "kind": "enums", "href": "/graphql/reference/enums#orgupdatememberrepositorycreationpermissionauditentryvisibility" } ] }, { "name": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry", "kind": "objects", "id": "orgupdatememberrepositoryinvitationpermissionauditentry", "href": "/graphql/reference/objects#orgupdatememberrepositoryinvitationpermissionauditentry", "description": "Audit log entry for a org.update_member_repository_invitation_permission event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "canInviteOutsideCollaboratorsToRepositories", "description": "Can outside collaborators be invited to repositories in the organization.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "Organization", "kind": "objects", "id": "organization", "href": "/graphql/reference/objects#organization", "description": "An account on GitHub, with one or more owners, that has repositories, members and teams.
", "implements": [ { "name": "Actor", "id": "actor", "href": "/graphql/reference/interfaces#actor" }, { "name": "MemberStatusable", "id": "memberstatusable", "href": "/graphql/reference/interfaces#memberstatusable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "PackageOwner", "id": "packageowner", "href": "/graphql/reference/interfaces#packageowner" }, { "name": "ProfileOwner", "id": "profileowner", "href": "/graphql/reference/interfaces#profileowner" }, { "name": "ProjectNextOwner", "id": "projectnextowner", "href": "/graphql/reference/interfaces#projectnextowner" }, { "name": "ProjectOwner", "id": "projectowner", "href": "/graphql/reference/interfaces#projectowner" }, { "name": "ProjectV2Owner", "id": "projectv2owner", "href": "/graphql/reference/interfaces#projectv2owner" }, { "name": "ProjectV2Recent", "id": "projectv2recent", "href": "/graphql/reference/interfaces#projectv2recent" }, { "name": "RepositoryDiscussionAuthor", "id": "repositorydiscussionauthor", "href": "/graphql/reference/interfaces#repositorydiscussionauthor" }, { "name": "RepositoryDiscussionCommentAuthor", "id": "repositorydiscussioncommentauthor", "href": "/graphql/reference/interfaces#repositorydiscussioncommentauthor" }, { "name": "RepositoryOwner", "id": "repositoryowner", "href": "/graphql/reference/interfaces#repositoryowner" }, { "name": "Sponsorable", "id": "sponsorable", "href": "/graphql/reference/interfaces#sponsorable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "anyPinnableItems", "description": "Determine if this repository owner has any items that can be pinned to their profile.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "type", "description": "Filter to only a particular kind of pinnable item.
", "type": { "name": "PinnableItemType", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "auditLog", "description": "Audit log entries of the organization.
", "type": "OrganizationAuditEntryConnection!", "id": "organizationauditentryconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationauditentryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the returned audit log entries.
", "type": { "name": "AuditLogOrder", "id": "auditlogorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#auditlogorder" } }, { "name": "query", "description": "The query string to filter audit entries.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "avatarUrl", "description": "A URL pointing to the organization's public avatar.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "description", "description": "The organization's public profile description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "descriptionHTML", "description": "The organization's public profile description rendered to HTML.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "domains", "description": "A list of domains owned by the organization.
", "type": "VerifiableDomainConnection", "id": "verifiabledomainconnection", "kind": "objects", "href": "/graphql/reference/objects#verifiabledomainconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isApproved", "description": "Filter by if the domain is approved.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "isVerified", "description": "Filter by if the domain is verified.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for verifiable domains returned.
", "type": { "name": "VerifiableDomainOrder", "id": "verifiabledomainorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#verifiabledomainorder" } } ] }, { "name": "email", "description": "The organization's public email.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseOwners", "description": "A list of owners of the organization's enterprise account.
", "type": "OrganizationEnterpriseOwnerConnection!", "id": "organizationenterpriseownerconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationenterpriseownerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for enterprise owners returned from the connection.
", "type": { "name": "OrgEnterpriseOwnerOrder", "id": "orgenterpriseownerorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#orgenterpriseownerorder" } }, { "name": "organizationRole", "description": "The organization role to filter by.
", "type": { "name": "RoleInOrganization", "id": "roleinorganization", "kind": "enums", "href": "/graphql/reference/enums#roleinorganization" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "estimatedNextSponsorsPayoutInCents", "description": "The estimated next GitHub Sponsors payout for this user/organization in cents (USD).
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "hasSponsorsListing", "description": "True if this user/organization has a GitHub Sponsors listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "interactionAbility", "description": "The interaction ability settings for this organization.
", "type": "RepositoryInteractionAbility", "id": "repositoryinteractionability", "kind": "objects", "href": "/graphql/reference/objects#repositoryinteractionability" }, { "name": "ipAllowListEnabledSetting", "description": "The setting value for whether the organization has an IP allow list enabled.
", "type": "IpAllowListEnabledSettingValue!", "id": "ipallowlistenabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#ipallowlistenabledsettingvalue" }, { "name": "ipAllowListEntries", "description": "The IP addresses that are allowed to access resources owned by the organization.
", "type": "IpAllowListEntryConnection!", "id": "ipallowlistentryconnection", "kind": "objects", "href": "/graphql/reference/objects#ipallowlistentryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for IP allow list entries returned.
", "type": { "name": "IpAllowListEntryOrder", "id": "ipallowlistentryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#ipallowlistentryorder" } } ] }, { "name": "ipAllowListForInstalledAppsEnabledSetting", "description": "The setting value for whether the organization has IP allow list configuration for installed GitHub Apps enabled.
", "type": "IpAllowListForInstalledAppsEnabledSettingValue!", "id": "ipallowlistforinstalledappsenabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#ipallowlistforinstalledappsenabledsettingvalue" }, { "name": "isSponsoredBy", "description": "Check if the given account is sponsoring this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "accountLogin", "description": "The target account's login.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "isSponsoringViewer", "description": "True if the viewer is sponsored by this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isVerified", "description": "Whether the organization has verified its profile email and website.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "itemShowcase", "description": "Showcases a selection of repositories and gists that the profile owner has\neither curated or that have been selected automatically based on popularity.
", "type": "ProfileItemShowcase!", "id": "profileitemshowcase", "kind": "objects", "href": "/graphql/reference/objects#profileitemshowcase" }, { "name": "location", "description": "The organization's public profile location.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "login", "description": "The organization's login name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "memberStatuses", "description": "Get the status messages members of this entity have set that are either public or visible only to the organization.
", "type": "UserStatusConnection!", "id": "userstatusconnection", "kind": "objects", "href": "/graphql/reference/objects#userstatusconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for user statuses returned from the connection.
", "type": { "name": "UserStatusOrder", "id": "userstatusorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#userstatusorder" } } ] }, { "name": "membersCanForkPrivateRepositories", "description": "Members can fork private repositories in this organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "membersWithRole", "description": "A list of users who are members of this organization.
", "type": "OrganizationMemberConnection!", "id": "organizationmemberconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationmemberconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "monthlyEstimatedSponsorsIncomeInCents", "description": "The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The organization's public profile name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "newTeamResourcePath", "description": "The HTTP path creating a new team.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "newTeamUrl", "description": "The HTTP URL creating a new team.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "notificationDeliveryRestrictionEnabledSetting", "description": "Indicates if email notification delivery for this organization is restricted to verified or approved domains.
", "type": "NotificationRestrictionSettingValue!", "id": "notificationrestrictionsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#notificationrestrictionsettingvalue" }, { "name": "organizationBillingEmail", "description": "The billing email for the organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "packages", "description": "A list of packages under the owner.
", "type": "PackageConnection!", "id": "packageconnection", "kind": "objects", "href": "/graphql/reference/objects#packageconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "names", "description": "Find packages by their names.
", "type": { "name": "[String]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "orderBy", "description": "Ordering of the returned packages.
", "type": { "name": "PackageOrder", "id": "packageorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#packageorder" } }, { "name": "packageType", "description": "Filter registry package by type.
", "type": { "name": "PackageType", "id": "packagetype", "kind": "enums", "href": "/graphql/reference/enums#packagetype" } }, { "name": "repositoryId", "description": "Find packages in a repository by ID.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "pendingMembers", "description": "A list of users who have been invited to join this organization.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "pinnableItems", "description": "A list of repositories and gists this profile owner can pin to their profile.
", "type": "PinnableItemConnection!", "id": "pinnableitemconnection", "kind": "objects", "href": "/graphql/reference/objects#pinnableitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "types", "description": "Filter the types of pinnable items that are returned.
", "type": { "name": "[PinnableItemType!]", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "pinnedItems", "description": "A list of repositories and gists this profile owner has pinned to their profile.
", "type": "PinnableItemConnection!", "id": "pinnableitemconnection", "kind": "objects", "href": "/graphql/reference/objects#pinnableitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "types", "description": "Filter the types of pinned items that are returned.
", "type": { "name": "[PinnableItemType!]", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "pinnedItemsRemaining", "description": "Returns how many more items this profile owner can pin to their profile.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "project", "description": "Find project by number.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "arguments": [ { "name": "number", "description": "The project number to find.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectNext", "description": "Find a project by project (beta) number.
", "type": "ProjectNext", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "arguments": [ { "name": "number", "description": "The project (beta) number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Find a project by number.
", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "arguments": [ { "name": "number", "description": "The project number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projects", "description": "A list of projects under the owner.
", "type": "ProjectConnection!", "id": "projectconnection", "kind": "objects", "href": "/graphql/reference/objects#projectconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for projects returned from the connection.
", "type": { "name": "ProjectOrder", "id": "projectorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectorder" } }, { "name": "search", "description": "Query to search projects by, currently only searching by name.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "states", "description": "A list of states to filter the projects by.
", "type": { "name": "[ProjectState!]", "id": "projectstate", "kind": "enums", "href": "/graphql/reference/enums#projectstate" } } ] }, { "name": "projectsNext", "description": "A list of projects (beta) under the owner.
", "type": "ProjectNextConnection!", "id": "projectnextconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "A project (beta) to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "sortBy", "defaultValue": "TITLE", "description": "How to order the returned projects (beta).
", "type": { "name": "ProjectNextOrderField", "id": "projectnextorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectnextorderfield" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The HTTP path listing organization's projects.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "projectsUrl", "description": "The HTTP URL listing organization's projects.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "projectsV2", "description": "A list of projects under the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "How to order the returned projects.
", "type": { "name": "ProjectV2Order", "id": "projectv2order", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2order" } }, { "name": "query", "description": "A project to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "recentProjects", "description": "Recent projects that this user has modified in the context of the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "repositories", "description": "A list of repositories that the user owns.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isFork", "description": "If non-null, filters repositories according to whether they are forks of another repository.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "privacy", "description": "If non-null, filters repositories according to privacy.
", "type": { "name": "RepositoryPrivacy", "id": "repositoryprivacy", "kind": "enums", "href": "/graphql/reference/enums#repositoryprivacy" } } ] }, { "name": "repository", "description": "Find Repository.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "arguments": [ { "name": "followRenames", "defaultValue": true, "description": "Follow repository renames. If disabled, a repository referenced by its old name will return an error.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "name", "description": "Name of Repository to find.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "repositoryDiscussionComments", "description": "Discussion comments this user has authored.
", "type": "DiscussionCommentConnection!", "id": "discussioncommentconnection", "kind": "objects", "href": "/graphql/reference/objects#discussioncommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "onlyAnswers", "defaultValue": false, "description": "Filter discussion comments to only those that were marked as the answer.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "repositoryId", "description": "Filter discussion comments to only those in a specific repository.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "repositoryDiscussions", "description": "Discussions this user has started.
", "type": "DiscussionConnection!", "id": "discussionconnection", "kind": "objects", "href": "/graphql/reference/objects#discussionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "answered", "description": "Filter discussions to only those that have been answered or not. Defaults to\nincluding both answered and unanswered discussions.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for discussions returned from the connection.
", "type": { "name": "DiscussionOrder", "id": "discussionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#discussionorder" } }, { "name": "repositoryId", "description": "Filter discussions to only those in a specific repository.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "repositoryMigrations", "description": "A list of all repository migrations for this organization.
", "type": "RepositoryMigrationConnection!", "id": "repositorymigrationconnection", "kind": "objects", "href": "/graphql/reference/objects#repositorymigrationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repository migrations returned.
", "type": { "name": "RepositoryMigrationOrder", "id": "repositorymigrationorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositorymigrationorder" } }, { "name": "repositoryName", "description": "Filter repository migrations by repository name.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "state", "description": "Filter repository migrations by state.
", "type": { "name": "MigrationState", "id": "migrationstate", "kind": "enums", "href": "/graphql/reference/enums#migrationstate" } } ] }, { "name": "requiresTwoFactorAuthentication", "description": "When true the organization requires all members, billing managers, and outside\ncollaborators to enable two-factor authentication.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "resourcePath", "description": "The HTTP path for this organization.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "samlIdentityProvider", "description": "The Organization's SAML identity providers.
", "type": "OrganizationIdentityProvider", "id": "organizationidentityprovider", "kind": "objects", "href": "/graphql/reference/objects#organizationidentityprovider" }, { "name": "sponsoring", "description": "List of users and organizations this entity is sponsoring.
", "type": "SponsorConnection!", "id": "sponsorconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the users and organizations returned from the connection.
", "type": { "name": "SponsorOrder", "id": "sponsororder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsororder" } } ] }, { "name": "sponsors", "description": "List of sponsors for this user or organization.
", "type": "SponsorConnection!", "id": "sponsorconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsors returned from the connection.
", "type": { "name": "SponsorOrder", "id": "sponsororder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsororder" } }, { "name": "tierId", "description": "If given, will filter for sponsors at the given tier. Will only return\nsponsors whose tier the viewer is permitted to see.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "sponsorsActivities", "description": "Events involving this sponsorable, such as new sponsorships.
", "type": "SponsorsActivityConnection!", "id": "sponsorsactivityconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorsactivityconnection", "arguments": [ { "name": "actions", "description": "Filter activities to only the specified actions.
", "type": { "name": "[SponsorsActivityAction!]", "id": "sponsorsactivityaction", "kind": "enums", "href": "/graphql/reference/enums#sponsorsactivityaction" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for activity returned from the connection.
", "type": { "name": "SponsorsActivityOrder", "id": "sponsorsactivityorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorsactivityorder" } }, { "name": "period", "defaultValue": "MONTH", "description": "Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.
", "type": { "name": "SponsorsActivityPeriod", "id": "sponsorsactivityperiod", "kind": "enums", "href": "/graphql/reference/enums#sponsorsactivityperiod" } } ] }, { "name": "sponsorsListing", "description": "The GitHub Sponsors listing for this user or organization.
", "type": "SponsorsListing", "id": "sponsorslisting", "kind": "objects", "href": "/graphql/reference/objects#sponsorslisting" }, { "name": "sponsorshipForViewerAsSponsor", "description": "The sponsorship from the viewer to this user/organization; that is, the\nsponsorship where you're the sponsor. Only returns a sponsorship if it is active.
", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship" }, { "name": "sponsorshipForViewerAsSponsorable", "description": "The sponsorship from this user/organization to the viewer; that is, the\nsponsorship you're receiving. Only returns a sponsorship if it is active.
", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship" }, { "name": "sponsorshipNewsletters", "description": "List of sponsorship updates sent from this sponsorable to sponsors.
", "type": "SponsorshipNewsletterConnection!", "id": "sponsorshipnewsletterconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipnewsletterconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorship updates returned from the connection.
", "type": { "name": "SponsorshipNewsletterOrder", "id": "sponsorshipnewsletterorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshipnewsletterorder" } } ] }, { "name": "sponsorshipsAsMaintainer", "description": "This object's sponsorships as the maintainer.
", "type": "SponsorshipConnection!", "id": "sponsorshipconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includePrivate", "defaultValue": false, "description": "Whether or not to include private sponsorships in the result set.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.
", "type": { "name": "SponsorshipOrder", "id": "sponsorshiporder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshiporder" } } ] }, { "name": "sponsorshipsAsSponsor", "description": "This object's sponsorships as the sponsor.
", "type": "SponsorshipConnection!", "id": "sponsorshipconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.
", "type": { "name": "SponsorshipOrder", "id": "sponsorshiporder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshiporder" } } ] }, { "name": "team", "description": "Find an organization's team by its slug.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team", "arguments": [ { "name": "slug", "description": "The name or slug of the team to find.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "teams", "description": "A list of teams in this organization.
", "type": "TeamConnection!", "id": "teamconnection", "kind": "objects", "href": "/graphql/reference/objects#teamconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "ldapMapped", "description": "If true, filters teams that are mapped to an LDAP Group (Enterprise only).
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "orderBy", "description": "Ordering options for teams returned from the connection.
", "type": { "name": "TeamOrder", "id": "teamorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#teamorder" } }, { "name": "privacy", "description": "If non-null, filters teams according to privacy.
", "type": { "name": "TeamPrivacy", "id": "teamprivacy", "kind": "enums", "href": "/graphql/reference/enums#teamprivacy" } }, { "name": "query", "description": "If non-null, filters teams with query on team name and team slug.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "role", "description": "If non-null, filters teams according to whether the viewer is an admin or member on team.
", "type": { "name": "TeamRole", "id": "teamrole", "kind": "enums", "href": "/graphql/reference/enums#teamrole" } }, { "name": "rootTeamsOnly", "defaultValue": false, "description": "If true, restrict to only root teams.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "userLogins", "description": "User logins to filter by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "teamsResourcePath", "description": "The HTTP path listing organization's teams.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamsUrl", "description": "The HTTP URL listing organization's teams.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "twitterUsername", "description": "The organization's Twitter username.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this organization.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerCanAdminister", "description": "Organization is adminable by the viewer.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanChangePinnedItems", "description": "Can the viewer pin repositories and gists to the profile?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanCreateProjects", "description": "Can the current viewer create new projects on this owner.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanCreateRepositories", "description": "Viewer can create repositories on this organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanCreateTeams", "description": "Viewer can create teams on this organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanSponsor", "description": "Whether or not the viewer is able to sponsor this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerIsAMember", "description": "Viewer is an active member of this organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerIsFollowing", "description": "Whether or not this Organization is followed by the viewer.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerIsSponsoring", "description": "True if the viewer is sponsoring this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "webCommitSignoffRequired", "description": "Whether contributors are required to sign off on web-based commits for repositories in this organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "websiteUrl", "description": "The organization's public profile URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrganizationAuditEntryConnection", "kind": "objects", "id": "organizationauditentryconnection", "href": "/graphql/reference/objects#organizationauditentryconnection", "description": "The connection type for OrganizationAuditEntry.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[OrganizationAuditEntryEdge]", "id": "organizationauditentryedge", "kind": "objects", "href": "/graphql/reference/objects#organizationauditentryedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[OrganizationAuditEntry]", "id": "organizationauditentry", "kind": "unions", "href": "/graphql/reference/unions#organizationauditentry" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "OrganizationAuditEntryEdge", "kind": "objects", "id": "organizationauditentryedge", "href": "/graphql/reference/objects#organizationauditentryedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "OrganizationAuditEntry", "id": "organizationauditentry", "kind": "unions", "href": "/graphql/reference/unions#organizationauditentry" } ] }, { "name": "OrganizationConnection", "kind": "objects", "id": "organizationconnection", "href": "/graphql/reference/objects#organizationconnection", "description": "A list of organizations managed by an enterprise.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[OrganizationEdge]", "id": "organizationedge", "kind": "objects", "href": "/graphql/reference/objects#organizationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Organization]", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "OrganizationEdge", "kind": "objects", "id": "organizationedge", "href": "/graphql/reference/objects#organizationedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" } ] }, { "name": "OrganizationEnterpriseOwnerConnection", "kind": "objects", "id": "organizationenterpriseownerconnection", "href": "/graphql/reference/objects#organizationenterpriseownerconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[OrganizationEnterpriseOwnerEdge]", "id": "organizationenterpriseowneredge", "kind": "objects", "href": "/graphql/reference/objects#organizationenterpriseowneredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "OrganizationEnterpriseOwnerEdge", "kind": "objects", "id": "organizationenterpriseowneredge", "href": "/graphql/reference/objects#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.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "organizationRole", "description": "The role of the owner with respect to the organization.
", "type": "RoleInOrganization!", "id": "roleinorganization", "kind": "enums", "href": "/graphql/reference/enums#roleinorganization" } ] }, { "name": "OrganizationIdentityProvider", "kind": "objects", "id": "organizationidentityprovider", "href": "/graphql/reference/objects#organizationidentityprovider", "description": "An Identity Provider configured to provision SAML and SCIM identities for Organizations.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "digestMethod", "description": "The digest algorithm used to sign SAML requests for the Identity Provider.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "externalIdentities", "description": "External Identities provisioned by this Identity Provider.
", "type": "ExternalIdentityConnection!", "id": "externalidentityconnection", "kind": "objects", "href": "/graphql/reference/objects#externalidentityconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "login", "description": "Filter to external identities with the users login.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "membersOnly", "description": "Filter to external identities with valid org membership only.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "userName", "description": "Filter to external identities with the users userName/NameID attribute.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "idpCertificate", "description": "The x509 certificate used by the Identity Provider to sign assertions and responses.
", "type": "X509Certificate", "id": "x509certificate", "kind": "scalars", "href": "/graphql/reference/scalars#x509certificate" }, { "name": "issuer", "description": "The Issuer Entity ID for the SAML Identity Provider.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organization", "description": "Organization this Identity Provider belongs to.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "signatureMethod", "description": "The signature algorithm used to sign SAML requests for the Identity Provider.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "ssoUrl", "description": "The URL endpoint for the Identity Provider's SAML SSO.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrganizationInvitation", "kind": "objects", "id": "organizationinvitation", "href": "/graphql/reference/objects#organizationinvitation", "description": "An Invitation for a user to an organization.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "email", "description": "The email address of the user invited to the organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "invitationType", "description": "The type of invitation that was sent (e.g. email, user).
", "type": "OrganizationInvitationType!", "id": "organizationinvitationtype", "kind": "enums", "href": "/graphql/reference/enums#organizationinvitationtype" }, { "name": "invitee", "description": "The user who was invited to the organization.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "inviter", "description": "The user who created the invitation.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "organization", "description": "The organization the invite is for.
", "type": "Organization!", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "role", "description": "The user's pending role in the organization (e.g. member, owner).
", "type": "OrganizationInvitationRole!", "id": "organizationinvitationrole", "kind": "enums", "href": "/graphql/reference/enums#organizationinvitationrole" } ] }, { "name": "OrganizationInvitationConnection", "kind": "objects", "id": "organizationinvitationconnection", "href": "/graphql/reference/objects#organizationinvitationconnection", "description": "The connection type for OrganizationInvitation.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[OrganizationInvitationEdge]", "id": "organizationinvitationedge", "kind": "objects", "href": "/graphql/reference/objects#organizationinvitationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[OrganizationInvitation]", "id": "organizationinvitation", "kind": "objects", "href": "/graphql/reference/objects#organizationinvitation" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "OrganizationInvitationEdge", "kind": "objects", "id": "organizationinvitationedge", "href": "/graphql/reference/objects#organizationinvitationedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "OrganizationInvitation", "id": "organizationinvitation", "kind": "objects", "href": "/graphql/reference/objects#organizationinvitation" } ] }, { "name": "OrganizationMemberConnection", "kind": "objects", "id": "organizationmemberconnection", "href": "/graphql/reference/objects#organizationmemberconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[OrganizationMemberEdge]", "id": "organizationmemberedge", "kind": "objects", "href": "/graphql/reference/objects#organizationmemberedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "OrganizationMemberEdge", "kind": "objects", "id": "organizationmemberedge", "href": "/graphql/reference/objects#organizationmemberedge", "description": "Represents a user within an organization.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "hasTwoFactorEnabled", "description": "Whether the organization member has two factor enabled or not. Returns null if information is not available to viewer.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "role", "description": "The role this user has in the organization.
", "type": "OrganizationMemberRole", "id": "organizationmemberrole", "kind": "enums", "href": "/graphql/reference/enums#organizationmemberrole" } ] }, { "name": "OrganizationTeamsHovercardContext", "kind": "objects", "id": "organizationteamshovercardcontext", "href": "/graphql/reference/objects#organizationteamshovercardcontext", "description": "An organization teams hovercard context.
", "implements": [ { "name": "HovercardContext", "id": "hovercardcontext", "href": "/graphql/reference/interfaces#hovercardcontext" } ], "fields": [ { "name": "message", "description": "A string describing this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "octicon", "description": "An octicon to accompany this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "relevantTeams", "description": "Teams in this organization the user is a member of that are relevant.
", "type": "TeamConnection!", "id": "teamconnection", "kind": "objects", "href": "/graphql/reference/objects#teamconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "teamsResourcePath", "description": "The path for the full team list for this user.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamsUrl", "description": "The URL for the full team list for this user.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "totalTeamCount", "description": "The total number of teams the user is on in the organization.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "OrganizationsHovercardContext", "kind": "objects", "id": "organizationshovercardcontext", "href": "/graphql/reference/objects#organizationshovercardcontext", "description": "An organization list hovercard context.
", "implements": [ { "name": "HovercardContext", "id": "hovercardcontext", "href": "/graphql/reference/interfaces#hovercardcontext" } ], "fields": [ { "name": "message", "description": "A string describing this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "octicon", "description": "An octicon to accompany this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "relevantOrganizations", "description": "Organizations this user is a member of that are relevant.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "totalOrganizationCount", "description": "The total number of organizations this user is in.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "Package", "kind": "objects", "id": "package", "href": "/graphql/reference/objects#package", "description": "Information for an uploaded package.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "latestVersion", "description": "Find the latest version for the package.
", "type": "PackageVersion", "id": "packageversion", "kind": "objects", "href": "/graphql/reference/objects#packageversion" }, { "name": "name", "description": "Identifies the name of the package.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "packageType", "description": "Identifies the type of the package.
", "type": "PackageType!", "id": "packagetype", "kind": "enums", "href": "/graphql/reference/enums#packagetype" }, { "name": "repository", "description": "The repository this package belongs to.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "statistics", "description": "Statistics about package activity.
", "type": "PackageStatistics", "id": "packagestatistics", "kind": "objects", "href": "/graphql/reference/objects#packagestatistics" }, { "name": "version", "description": "Find package version by version string.
", "type": "PackageVersion", "id": "packageversion", "kind": "objects", "href": "/graphql/reference/objects#packageversion", "arguments": [ { "name": "version", "description": "The package version.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "versions", "description": "list of versions for this package.
", "type": "PackageVersionConnection!", "id": "packageversionconnection", "kind": "objects", "href": "/graphql/reference/objects#packageversionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering of the returned packages.
", "type": { "name": "PackageVersionOrder", "id": "packageversionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#packageversionorder" } } ] } ] }, { "name": "PackageConnection", "kind": "objects", "id": "packageconnection", "href": "/graphql/reference/objects#packageconnection", "description": "The connection type for Package.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PackageEdge]", "id": "packageedge", "kind": "objects", "href": "/graphql/reference/objects#packageedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Package]", "id": "package", "kind": "objects", "href": "/graphql/reference/objects#package" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PackageEdge", "kind": "objects", "id": "packageedge", "href": "/graphql/reference/objects#packageedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Package", "id": "package", "kind": "objects", "href": "/graphql/reference/objects#package" } ] }, { "name": "PackageFile", "kind": "objects", "id": "packagefile", "href": "/graphql/reference/objects#packagefile", "description": "A file in a package version.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "md5", "description": "MD5 hash of the file.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "Name of the file.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "packageVersion", "description": "The package version this file belongs to.
", "type": "PackageVersion", "id": "packageversion", "kind": "objects", "href": "/graphql/reference/objects#packageversion" }, { "name": "sha1", "description": "SHA1 hash of the file.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sha256", "description": "SHA256 hash of the file.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "size", "description": "Size of the file in bytes.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "URL to download the asset.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "PackageFileConnection", "kind": "objects", "id": "packagefileconnection", "href": "/graphql/reference/objects#packagefileconnection", "description": "The connection type for PackageFile.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PackageFileEdge]", "id": "packagefileedge", "kind": "objects", "href": "/graphql/reference/objects#packagefileedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PackageFile]", "id": "packagefile", "kind": "objects", "href": "/graphql/reference/objects#packagefile" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PackageFileEdge", "kind": "objects", "id": "packagefileedge", "href": "/graphql/reference/objects#packagefileedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PackageFile", "id": "packagefile", "kind": "objects", "href": "/graphql/reference/objects#packagefile" } ] }, { "name": "PackageStatistics", "kind": "objects", "id": "packagestatistics", "href": "/graphql/reference/objects#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.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PackageTag", "kind": "objects", "id": "packagetag", "href": "/graphql/reference/objects#packagetag", "description": "A version tag contains the mapping between a tag name and a version.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "name", "description": "Identifies the tag name of the version.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "version", "description": "Version that the tag is associated with.
", "type": "PackageVersion", "id": "packageversion", "kind": "objects", "href": "/graphql/reference/objects#packageversion" } ] }, { "name": "PackageVersion", "kind": "objects", "id": "packageversion", "href": "/graphql/reference/objects#packageversion", "description": "Information about a specific package version.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "files", "description": "List of files associated with this package version.
", "type": "PackageFileConnection!", "id": "packagefileconnection", "kind": "objects", "href": "/graphql/reference/objects#packagefileconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering of the returned package files.
", "type": { "name": "PackageFileOrder", "id": "packagefileorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#packagefileorder" } } ] }, { "name": "package", "description": "The package associated with this version.
", "type": "Package", "id": "package", "kind": "objects", "href": "/graphql/reference/objects#package" }, { "name": "platform", "description": "The platform this version was built for.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "preRelease", "description": "Whether or not this version is a pre-release.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "readme", "description": "The README of this package version.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "release", "description": "The release associated with this package version.
", "type": "Release", "id": "release", "kind": "objects", "href": "/graphql/reference/objects#release" }, { "name": "statistics", "description": "Statistics about package activity.
", "type": "PackageVersionStatistics", "id": "packageversionstatistics", "kind": "objects", "href": "/graphql/reference/objects#packageversionstatistics" }, { "name": "summary", "description": "The package version summary.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "version", "description": "The version string.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "PackageVersionConnection", "kind": "objects", "id": "packageversionconnection", "href": "/graphql/reference/objects#packageversionconnection", "description": "The connection type for PackageVersion.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PackageVersionEdge]", "id": "packageversionedge", "kind": "objects", "href": "/graphql/reference/objects#packageversionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PackageVersion]", "id": "packageversion", "kind": "objects", "href": "/graphql/reference/objects#packageversion" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PackageVersionEdge", "kind": "objects", "id": "packageversionedge", "href": "/graphql/reference/objects#packageversionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PackageVersion", "id": "packageversion", "kind": "objects", "href": "/graphql/reference/objects#packageversion" } ] }, { "name": "PackageVersionStatistics", "kind": "objects", "id": "packageversionstatistics", "href": "/graphql/reference/objects#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.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PageInfo", "kind": "objects", "id": "pageinfo", "href": "/graphql/reference/objects#pageinfo", "description": "Information about pagination in a connection.
", "fields": [ { "name": "endCursor", "description": "When paginating forwards, the cursor to continue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "hasNextPage", "description": "When paginating forwards, are there more items?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasPreviousPage", "description": "When paginating backwards, are there more items?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "startCursor", "description": "When paginating backwards, the cursor to continue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "PermissionSource", "kind": "objects", "id": "permissionsource", "href": "/graphql/reference/objects#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.
", "type": "Organization!", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "permission", "description": "The level of access this source has granted to the user.
", "type": "DefaultRepositoryPermissionField!", "id": "defaultrepositorypermissionfield", "kind": "enums", "href": "/graphql/reference/enums#defaultrepositorypermissionfield" }, { "name": "source", "description": "The source of this permission.
", "type": "PermissionGranter!", "id": "permissiongranter", "kind": "unions", "href": "/graphql/reference/unions#permissiongranter" } ] }, { "name": "PinnableItemConnection", "kind": "objects", "id": "pinnableitemconnection", "href": "/graphql/reference/objects#pinnableitemconnection", "description": "The connection type for PinnableItem.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PinnableItemEdge]", "id": "pinnableitemedge", "kind": "objects", "href": "/graphql/reference/objects#pinnableitemedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PinnableItem]", "id": "pinnableitem", "kind": "unions", "href": "/graphql/reference/unions#pinnableitem" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PinnableItemEdge", "kind": "objects", "id": "pinnableitemedge", "href": "/graphql/reference/objects#pinnableitemedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PinnableItem", "id": "pinnableitem", "kind": "unions", "href": "/graphql/reference/unions#pinnableitem" } ] }, { "name": "PinnedDiscussion", "kind": "objects", "id": "pinneddiscussion", "href": "/graphql/reference/objects#pinneddiscussion", "description": "A Pinned Discussion is a discussion pinned to a repository's index page.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "discussion", "description": "The discussion that was pinned.
", "type": "Discussion!", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion" }, { "name": "gradientStopColors", "description": "Color stops of the chosen gradient.
", "type": "[String!]!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pattern", "description": "Background texture pattern.
", "type": "PinnedDiscussionPattern!", "id": "pinneddiscussionpattern", "kind": "enums", "href": "/graphql/reference/enums#pinneddiscussionpattern" }, { "name": "pinnedBy", "description": "The actor that pinned this discussion.
", "type": "Actor!", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "preconfiguredGradient", "description": "Preconfigured background gradient option.
", "type": "PinnedDiscussionGradient", "id": "pinneddiscussiongradient", "kind": "enums", "href": "/graphql/reference/enums#pinneddiscussiongradient" }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "PinnedDiscussionConnection", "kind": "objects", "id": "pinneddiscussionconnection", "href": "/graphql/reference/objects#pinneddiscussionconnection", "description": "The connection type for PinnedDiscussion.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PinnedDiscussionEdge]", "id": "pinneddiscussionedge", "kind": "objects", "href": "/graphql/reference/objects#pinneddiscussionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PinnedDiscussion]", "id": "pinneddiscussion", "kind": "objects", "href": "/graphql/reference/objects#pinneddiscussion" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PinnedDiscussionEdge", "kind": "objects", "id": "pinneddiscussionedge", "href": "/graphql/reference/objects#pinneddiscussionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PinnedDiscussion", "id": "pinneddiscussion", "kind": "objects", "href": "/graphql/reference/objects#pinneddiscussion" } ] }, { "name": "PinnedEvent", "kind": "objects", "id": "pinnedevent", "href": "/graphql/reference/objects#pinnedevent", "description": "Represents apinnedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "issue", "description": "Identifies the issue associated with the event.
", "type": "Issue!", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue" } ] }, { "name": "PinnedIssue", "kind": "objects", "id": "pinnedissue", "href": "/graphql/reference/objects#pinnedissue", "description": "A Pinned Issue is a issue pinned to a repository's index page.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "issue", "description": "The issue that was pinned.
", "type": "Issue!", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue" }, { "name": "pinnedBy", "description": "The actor that pinned this issue.
", "type": "Actor!", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "repository", "description": "The repository that this issue was pinned to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "PinnedIssueConnection", "kind": "objects", "id": "pinnedissueconnection", "href": "/graphql/reference/objects#pinnedissueconnection", "description": "The connection type for PinnedIssue.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PinnedIssueEdge]", "id": "pinnedissueedge", "kind": "objects", "href": "/graphql/reference/objects#pinnedissueedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PinnedIssue]", "id": "pinnedissue", "kind": "objects", "href": "/graphql/reference/objects#pinnedissue" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PinnedIssueEdge", "kind": "objects", "id": "pinnedissueedge", "href": "/graphql/reference/objects#pinnedissueedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PinnedIssue", "id": "pinnedissue", "kind": "objects", "href": "/graphql/reference/objects#pinnedissue" } ] }, { "name": "PrivateRepositoryForkingDisableAuditEntry", "kind": "objects", "id": "privaterepositoryforkingdisableauditentry", "href": "/graphql/reference/objects#privaterepositoryforkingdisableauditentry", "description": "Audit log entry for a private_repository_forking.disable event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "EnterpriseAuditEntryData", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "PrivateRepositoryForkingEnableAuditEntry", "kind": "objects", "id": "privaterepositoryforkingenableauditentry", "href": "/graphql/reference/objects#privaterepositoryforkingenableauditentry", "description": "Audit log entry for a private_repository_forking.enable event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "EnterpriseAuditEntryData", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "ProfileItemShowcase", "kind": "objects", "id": "profileitemshowcase", "href": "/graphql/reference/objects#profileitemshowcase", "description": "A curatable list of repositories relating to a repository owner, which defaults\nto showing the most popular repositories they own.
", "fields": [ { "name": "hasPinnedItems", "description": "Whether or not the owner has pinned any repositories or gists.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "items", "description": "The repositories and gists in the showcase. If the profile owner has any\npinned items, those will be returned. Otherwise, the profile owner's popular\nrepositories will be returned.
", "type": "PinnableItemConnection!", "id": "pinnableitemconnection", "kind": "objects", "href": "/graphql/reference/objects#pinnableitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "Project", "kind": "objects", "id": "project", "href": "/graphql/reference/objects#project", "description": "Projects manage issues, pull requests and notes within a project owner.
", "implements": [ { "name": "Closable", "id": "closable", "href": "/graphql/reference/interfaces#closable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" } ], "fields": [ { "name": "body", "description": "The project's description body.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The projects description body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "closed", "description": "true if the object is closed (definition of closed may depend on type).
Identifies the date and time when the object was closed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "columns", "description": "List of columns in the project.
", "type": "ProjectColumnConnection!", "id": "projectcolumnconnection", "kind": "objects", "href": "/graphql/reference/objects#projectcolumnconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who originally created the project.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The project's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "number", "description": "The project's number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "owner", "description": "The project's owner. Currently limited to repositories, organizations, and users.
", "type": "ProjectOwner!", "id": "projectowner", "kind": "interfaces", "href": "/graphql/reference/interfaces#projectowner" }, { "name": "pendingCards", "description": "List of pending cards in this project.
", "type": "ProjectCardConnection!", "id": "projectcardconnection", "kind": "objects", "href": "/graphql/reference/objects#projectcardconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "archivedStates", "description": "A list of archived states to filter the cards by.
", "type": { "name": "[ProjectCardArchivedState]", "id": "projectcardarchivedstate", "kind": "enums", "href": "/graphql/reference/enums#projectcardarchivedstate" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "progress", "description": "Project progress details.
", "type": "ProjectProgress!", "id": "projectprogress", "kind": "objects", "href": "/graphql/reference/objects#projectprogress" }, { "name": "resourcePath", "description": "The HTTP path for this project.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "Whether the project is open or closed.
", "type": "ProjectState!", "id": "projectstate", "kind": "enums", "href": "/graphql/reference/enums#projectstate" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this project.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "ProjectCard", "kind": "objects", "id": "projectcard", "href": "/graphql/reference/objects#projectcard", "description": "A card in a project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "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.
", "type": "ProjectColumn", "id": "projectcolumn", "kind": "objects", "href": "/graphql/reference/objects#projectcolumn" }, { "name": "content", "description": "The card content item.
", "type": "ProjectCardItem", "id": "projectcarditem", "kind": "unions", "href": "/graphql/reference/unions#projectcarditem" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created this card.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "isArchived", "description": "Whether the card is archived.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "note", "description": "The card note.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "project", "description": "The project that contains this card.
", "type": "Project!", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project" }, { "name": "resourcePath", "description": "The HTTP path for this card.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "The state of ProjectCard.
", "type": "ProjectCardState", "id": "projectcardstate", "kind": "enums", "href": "/graphql/reference/enums#projectcardstate" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this card.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "ProjectCardConnection", "kind": "objects", "id": "projectcardconnection", "href": "/graphql/reference/objects#projectcardconnection", "description": "The connection type for ProjectCard.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectCardEdge]", "id": "projectcardedge", "kind": "objects", "href": "/graphql/reference/objects#projectcardedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectCard]", "id": "projectcard", "kind": "objects", "href": "/graphql/reference/objects#projectcard" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectCardEdge", "kind": "objects", "id": "projectcardedge", "href": "/graphql/reference/objects#projectcardedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectCard", "id": "projectcard", "kind": "objects", "href": "/graphql/reference/objects#projectcard" } ] }, { "name": "ProjectColumn", "kind": "objects", "id": "projectcolumn", "href": "/graphql/reference/objects#projectcolumn", "description": "A column inside a project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "cards", "description": "List of cards in the column.
", "type": "ProjectCardConnection!", "id": "projectcardconnection", "kind": "objects", "href": "/graphql/reference/objects#projectcardconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "archivedStates", "description": "A list of archived states to filter the cards by.
", "type": { "name": "[ProjectCardArchivedState]", "id": "projectcardarchivedstate", "kind": "enums", "href": "/graphql/reference/enums#projectcardarchivedstate" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The project column's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "project", "description": "The project that contains this column.
", "type": "Project!", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project" }, { "name": "purpose", "description": "The semantic purpose of the column.
", "type": "ProjectColumnPurpose", "id": "projectcolumnpurpose", "kind": "enums", "href": "/graphql/reference/enums#projectcolumnpurpose" }, { "name": "resourcePath", "description": "The HTTP path for this project column.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this project column.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "ProjectColumnConnection", "kind": "objects", "id": "projectcolumnconnection", "href": "/graphql/reference/objects#projectcolumnconnection", "description": "The connection type for ProjectColumn.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectColumnEdge]", "id": "projectcolumnedge", "kind": "objects", "href": "/graphql/reference/objects#projectcolumnedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectColumn]", "id": "projectcolumn", "kind": "objects", "href": "/graphql/reference/objects#projectcolumn" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectColumnEdge", "kind": "objects", "id": "projectcolumnedge", "href": "/graphql/reference/objects#projectcolumnedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectColumn", "id": "projectcolumn", "kind": "objects", "href": "/graphql/reference/objects#projectcolumn" } ] }, { "name": "ProjectConnection", "kind": "objects", "id": "projectconnection", "href": "/graphql/reference/objects#projectconnection", "description": "A list of projects associated with the owner.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectEdge]", "id": "projectedge", "kind": "objects", "href": "/graphql/reference/objects#projectedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Project]", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectEdge", "kind": "objects", "id": "projectedge", "href": "/graphql/reference/objects#projectedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project" } ] }, { "name": "ProjectNext", "kind": "objects", "id": "projectnext", "href": "/graphql/reference/objects#projectnext", "description": "New projects that manage issues, pull requests and drafts using tables and boards.
", "implements": [ { "name": "Closable", "id": "closable", "href": "/graphql/reference/interfaces#closable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" } ], "fields": [ { "name": "closed", "description": "Returns true if the project is closed.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the date and time when the object was closed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The actor who originally created the project.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project's description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
List of fields in the project.
", "type": "ProjectNextFieldConnection!", "id": "projectnextfieldconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextfieldconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
List of items in the project.
", "type": "ProjectNextItemConnection!", "id": "projectnextitemconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project's number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project's owner. Currently limited to organizations and users.
", "type": "ProjectNextOwner!", "id": "projectnextowner", "kind": "interfaces", "href": "/graphql/reference/interfaces#projectnextowner", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Returns true if the project is public.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The repositories the project is linked to.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The HTTP path for this project.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project's short description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project's name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The HTTP URL for this project.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "views", "description": "List of views in the project.
", "type": "ProjectViewConnection!", "id": "projectviewconnection", "kind": "objects", "href": "/graphql/reference/objects#projectviewconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The connection type for ProjectNext.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectNextEdge]", "id": "projectnextedge", "kind": "objects", "href": "/graphql/reference/objects#projectnextedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectNext]", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectNextEdge", "kind": "objects", "id": "projectnextedge", "href": "/graphql/reference/objects#projectnextedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectNext", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext" } ] }, { "name": "ProjectNextField", "kind": "objects", "id": "projectnextfield", "href": "/graphql/reference/objects#projectnextfield", "description": "A field inside a project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectNextFieldCommon", "id": "projectnextfieldcommon", "href": "/graphql/reference/interfaces#projectnextfieldcommon" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The field's type.
", "type": "ProjectNextFieldType!", "id": "projectnextfieldtype", "kind": "enums", "href": "/graphql/reference/enums#projectnextfieldtype", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project field's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project that contains this field.
", "type": "ProjectNext!", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The field's settings.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The connection type for ProjectNextField.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectNextFieldEdge]", "id": "projectnextfieldedge", "kind": "objects", "href": "/graphql/reference/objects#projectnextfieldedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectNextField]", "id": "projectnextfield", "kind": "objects", "href": "/graphql/reference/objects#projectnextfield" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectNextFieldEdge", "kind": "objects", "id": "projectnextfieldedge", "href": "/graphql/reference/objects#projectnextfieldedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectNextField", "id": "projectnextfield", "kind": "objects", "href": "/graphql/reference/objects#projectnextfield" } ] }, { "name": "ProjectNextItem", "kind": "objects", "id": "projectnextitem", "href": "/graphql/reference/objects#projectnextitem", "description": "An item within a new Project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "content", "description": "The content of the referenced draft issue, issue, or pull request.
", "type": "ProjectNextItemContent", "id": "projectnextitemcontent", "kind": "unions", "href": "/graphql/reference/unions#projectnextitemcontent", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
List of field values.
", "type": "ProjectNextItemFieldValueConnection!", "id": "projectnextitemfieldvalueconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextitemfieldvalueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Whether the item is archived.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project that contains this item.
", "type": "ProjectNext!", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The title of the item.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The type of the item.
", "type": "ProjectItemType!", "id": "projectitemtype", "kind": "enums", "href": "/graphql/reference/enums#projectitemtype", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The connection type for ProjectNextItem.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectNextItemEdge]", "id": "projectnextitemedge", "kind": "objects", "href": "/graphql/reference/objects#projectnextitemedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectNextItem]", "id": "projectnextitem", "kind": "objects", "href": "/graphql/reference/objects#projectnextitem" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectNextItemEdge", "kind": "objects", "id": "projectnextitemedge", "href": "/graphql/reference/objects#projectnextitemedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectNextItem", "id": "projectnextitem", "kind": "objects", "href": "/graphql/reference/objects#projectnextitem" } ] }, { "name": "ProjectNextItemFieldValue", "kind": "objects", "id": "projectnextitemfieldvalue", "href": "/graphql/reference/objects#projectnextitemfieldvalue", "description": "An value of a field in an item of a new Project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project field that contains this value.
", "type": "ProjectNextField!", "id": "projectnextfield", "kind": "objects", "href": "/graphql/reference/objects#projectnextfield", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project item that contains this value.
", "type": "ProjectNextItem!", "id": "projectnextitem", "kind": "objects", "href": "/graphql/reference/objects#projectnextitem", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The value of a field.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The connection type for ProjectNextItemFieldValue.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectNextItemFieldValueEdge]", "id": "projectnextitemfieldvalueedge", "kind": "objects", "href": "/graphql/reference/objects#projectnextitemfieldvalueedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectNextItemFieldValue]", "id": "projectnextitemfieldvalue", "kind": "objects", "href": "/graphql/reference/objects#projectnextitemfieldvalue" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectNextItemFieldValueEdge", "kind": "objects", "id": "projectnextitemfieldvalueedge", "href": "/graphql/reference/objects#projectnextitemfieldvalueedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectNextItemFieldValue", "id": "projectnextitemfieldvalue", "kind": "objects", "href": "/graphql/reference/objects#projectnextitemfieldvalue" } ] }, { "name": "ProjectProgress", "kind": "objects", "id": "projectprogress", "href": "/graphql/reference/objects#projectprogress", "description": "Project progress stats.
", "fields": [ { "name": "doneCount", "description": "The number of done cards.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "donePercentage", "description": "The percentage of done cards.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "enabled", "description": "Whether progress tracking is enabled and cards with purpose exist for this project.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "inProgressCount", "description": "The number of in-progress cards.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "inProgressPercentage", "description": "The percentage of in-progress cards.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "todoCount", "description": "The number of to do cards.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "todoPercentage", "description": "The percentage of to do cards.
", "type": "Float!", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" } ] }, { "name": "ProjectV2", "kind": "objects", "id": "projectv2", "href": "/graphql/reference/objects#projectv2", "description": "New projects that manage issues, pull requests and drafts using tables and boards.
", "implements": [ { "name": "Closable", "id": "closable", "href": "/graphql/reference/interfaces#closable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" } ], "fields": [ { "name": "closed", "description": "Returns true if the project is closed.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "closedAt", "description": "Identifies the date and time when the object was closed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who originally created the project.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "field", "description": "A field of the project.
", "type": "ProjectV2FieldConfiguration", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration", "arguments": [ { "name": "name", "description": "The name of the field.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "fields", "description": "List of fields and their constraints in the project.
", "type": "ProjectV2FieldConfigurationConnection!", "id": "projectv2fieldconfigurationconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldconfigurationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for project v2 fields returned from the connection.
", "type": { "name": "ProjectV2FieldOrder", "id": "projectv2fieldorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2fieldorder" } } ] }, { "name": "items", "description": "List of items in the project.
", "type": "ProjectV2ItemConnection!", "id": "projectv2itemconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2itemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for project v2 items returned from the connection.
", "type": { "name": "ProjectV2ItemOrder", "id": "projectv2itemorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2itemorder" } } ] }, { "name": "number", "description": "The project's number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "owner", "description": "The project's owner. Currently limited to organizations and users.
", "type": "ProjectV2Owner!", "id": "projectv2owner", "kind": "interfaces", "href": "/graphql/reference/interfaces#projectv2owner" }, { "name": "public", "description": "Returns true if the project is public.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "readme", "description": "The project's readme.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositories", "description": "The repositories the project is linked to.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } } ] }, { "name": "resourcePath", "description": "The HTTP path for this project.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "shortDescription", "description": "The project's short description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teams", "description": "The teams the project is linked to.
", "type": "TeamConnection!", "id": "teamconnection", "kind": "objects", "href": "/graphql/reference/objects#teamconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for teams returned from this connection.
", "type": { "name": "TeamOrder", "id": "teamorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#teamorder" } } ] }, { "name": "title", "description": "The project's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this project.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "view", "description": "A view of the project.
", "type": "ProjectV2View", "id": "projectv2view", "kind": "objects", "href": "/graphql/reference/objects#projectv2view", "arguments": [ { "name": "number", "description": "The number of a view belonging to the project.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "views", "description": "List of views in the project.
", "type": "ProjectV2ViewConnection!", "id": "projectv2viewconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2viewconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for project v2 views returned from the connection.
", "type": { "name": "ProjectV2ViewOrder", "id": "projectv2vieworder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2vieworder" } } ] } ] }, { "name": "ProjectV2Connection", "kind": "objects", "id": "projectv2connection", "href": "/graphql/reference/objects#projectv2connection", "description": "The connection type for ProjectV2.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectV2Edge]", "id": "projectv2edge", "kind": "objects", "href": "/graphql/reference/objects#projectv2edge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectV2]", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2Edge", "kind": "objects", "id": "projectv2edge", "href": "/graphql/reference/objects#projectv2edge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2" } ] }, { "name": "ProjectV2Field", "kind": "objects", "id": "projectv2field", "href": "/graphql/reference/objects#projectv2field", "description": "A field inside a project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectV2FieldCommon", "id": "projectv2fieldcommon", "href": "/graphql/reference/interfaces#projectv2fieldcommon" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "dataType", "description": "The field's type.
", "type": "ProjectV2FieldType!", "id": "projectv2fieldtype", "kind": "enums", "href": "/graphql/reference/enums#projectv2fieldtype" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The project field's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "project", "description": "The project that contains this field.
", "type": "ProjectV2!", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2FieldConfigurationConnection", "kind": "objects", "id": "projectv2fieldconfigurationconnection", "href": "/graphql/reference/objects#projectv2fieldconfigurationconnection", "description": "The connection type for ProjectV2FieldConfiguration.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectV2FieldConfigurationEdge]", "id": "projectv2fieldconfigurationedge", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldconfigurationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectV2FieldConfiguration]", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2FieldConfigurationEdge", "kind": "objects", "id": "projectv2fieldconfigurationedge", "href": "/graphql/reference/objects#projectv2fieldconfigurationedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectV2FieldConfiguration", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" } ] }, { "name": "ProjectV2FieldConnection", "kind": "objects", "id": "projectv2fieldconnection", "href": "/graphql/reference/objects#projectv2fieldconnection", "description": "The connection type for ProjectV2Field.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectV2FieldEdge]", "id": "projectv2fieldedge", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectV2Field]", "id": "projectv2field", "kind": "objects", "href": "/graphql/reference/objects#projectv2field" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2FieldEdge", "kind": "objects", "id": "projectv2fieldedge", "href": "/graphql/reference/objects#projectv2fieldedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectV2Field", "id": "projectv2field", "kind": "objects", "href": "/graphql/reference/objects#projectv2field" } ] }, { "name": "ProjectV2Item", "kind": "objects", "id": "projectv2item", "href": "/graphql/reference/objects#projectv2item", "description": "An item within a Project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "content", "description": "The content of the referenced draft issue, issue, or pull request.
", "type": "ProjectV2ItemContent", "id": "projectv2itemcontent", "kind": "unions", "href": "/graphql/reference/unions#projectv2itemcontent" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "fieldValueByName", "description": "A specific field value given a field name.
", "type": "ProjectV2ItemFieldValue", "id": "projectv2itemfieldvalue", "kind": "unions", "href": "/graphql/reference/unions#projectv2itemfieldvalue", "arguments": [ { "name": "name", "description": "The name of the field to return the field value of.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "fieldValues", "description": "List of field values.
", "type": "ProjectV2ItemFieldValueConnection!", "id": "projectv2itemfieldvalueconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2itemfieldvalueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for project v2 item field values returned from the connection.
", "type": { "name": "ProjectV2ItemFieldValueOrder", "id": "projectv2itemfieldvalueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2itemfieldvalueorder" } } ] }, { "name": "isArchived", "description": "Whether the item is archived.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "project", "description": "The project that contains this item.
", "type": "ProjectV2!", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2" }, { "name": "type", "description": "The type of the item.
", "type": "ProjectV2ItemType!", "id": "projectv2itemtype", "kind": "enums", "href": "/graphql/reference/enums#projectv2itemtype" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2ItemConnection", "kind": "objects", "id": "projectv2itemconnection", "href": "/graphql/reference/objects#projectv2itemconnection", "description": "The connection type for ProjectV2Item.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectV2ItemEdge]", "id": "projectv2itemedge", "kind": "objects", "href": "/graphql/reference/objects#projectv2itemedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectV2Item]", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2ItemEdge", "kind": "objects", "id": "projectv2itemedge", "href": "/graphql/reference/objects#projectv2itemedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectV2Item", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item" } ] }, { "name": "ProjectV2ItemFieldDateValue", "kind": "objects", "id": "projectv2itemfielddatevalue", "href": "/graphql/reference/objects#projectv2itemfielddatevalue", "description": "The value of a date field in a Project item.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectV2ItemFieldValueCommon", "id": "projectv2itemfieldvaluecommon", "href": "/graphql/reference/interfaces#projectv2itemfieldvaluecommon" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "date", "description": "Date value for the field.
", "type": "Date", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "name": "field", "description": "The project field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "item", "description": "The project item that contains this value.
", "type": "ProjectV2Item!", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2ItemFieldIterationValue", "kind": "objects", "id": "projectv2itemfielditerationvalue", "href": "/graphql/reference/objects#projectv2itemfielditerationvalue", "description": "The value of an iteration field in a Project item.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectV2ItemFieldValueCommon", "id": "projectv2itemfieldvaluecommon", "href": "/graphql/reference/interfaces#projectv2itemfieldvaluecommon" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "duration", "description": "The duration of the iteration in days.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "field", "description": "The project field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "item", "description": "The project item that contains this value.
", "type": "ProjectV2Item!", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item" }, { "name": "iterationId", "description": "The ID of the iteration.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "startDate", "description": "The start date of the iteration.
", "type": "Date!", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "name": "title", "description": "The title of the iteration.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "titleHTML", "description": "The title of the iteration, with HTML.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2ItemFieldLabelValue", "kind": "objects", "id": "projectv2itemfieldlabelvalue", "href": "/graphql/reference/objects#projectv2itemfieldlabelvalue", "description": "The value of the labels field in a Project item.
", "fields": [ { "name": "field", "description": "The field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "labels", "description": "Labels value of a field.
", "type": "LabelConnection", "id": "labelconnection", "kind": "objects", "href": "/graphql/reference/objects#labelconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "ProjectV2ItemFieldMilestoneValue", "kind": "objects", "id": "projectv2itemfieldmilestonevalue", "href": "/graphql/reference/objects#projectv2itemfieldmilestonevalue", "description": "The value of a milestone field in a Project item.
", "fields": [ { "name": "field", "description": "The field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "milestone", "description": "Milestone value of a field.
", "type": "Milestone", "id": "milestone", "kind": "objects", "href": "/graphql/reference/objects#milestone" } ] }, { "name": "ProjectV2ItemFieldNumberValue", "kind": "objects", "id": "projectv2itemfieldnumbervalue", "href": "/graphql/reference/objects#projectv2itemfieldnumbervalue", "description": "The value of a number field in a Project item.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectV2ItemFieldValueCommon", "id": "projectv2itemfieldvaluecommon", "href": "/graphql/reference/interfaces#projectv2itemfieldvaluecommon" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "field", "description": "The project field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "item", "description": "The project item that contains this value.
", "type": "ProjectV2Item!", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item" }, { "name": "number", "description": "Number as a float(8).
", "type": "Float", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2ItemFieldPullRequestValue", "kind": "objects", "id": "projectv2itemfieldpullrequestvalue", "href": "/graphql/reference/objects#projectv2itemfieldpullrequestvalue", "description": "The value of a pull request field in a Project item.
", "fields": [ { "name": "field", "description": "The field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "pullRequests", "description": "The pull requests for this field.
", "type": "PullRequestConnection", "id": "pullrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pull requests.
", "type": { "name": "PullRequestOrder", "id": "pullrequestorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#pullrequestorder" } } ] } ] }, { "name": "ProjectV2ItemFieldRepositoryValue", "kind": "objects", "id": "projectv2itemfieldrepositoryvalue", "href": "/graphql/reference/objects#projectv2itemfieldrepositoryvalue", "description": "The value of a repository field in a Project item.
", "fields": [ { "name": "field", "description": "The field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "repository", "description": "The repository for this field.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "ProjectV2ItemFieldReviewerValue", "kind": "objects", "id": "projectv2itemfieldreviewervalue", "href": "/graphql/reference/objects#projectv2itemfieldreviewervalue", "description": "The value of a reviewers field in a Project item.
", "fields": [ { "name": "field", "description": "The field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "reviewers", "description": "The reviewers for this field.
", "type": "RequestedReviewerConnection", "id": "requestedreviewerconnection", "kind": "objects", "href": "/graphql/reference/objects#requestedreviewerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "ProjectV2ItemFieldSingleSelectValue", "kind": "objects", "id": "projectv2itemfieldsingleselectvalue", "href": "/graphql/reference/objects#projectv2itemfieldsingleselectvalue", "description": "The value of a single select field in a Project item.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectV2ItemFieldValueCommon", "id": "projectv2itemfieldvaluecommon", "href": "/graphql/reference/interfaces#projectv2itemfieldvaluecommon" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "field", "description": "The project field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "item", "description": "The project item that contains this value.
", "type": "ProjectV2Item!", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item" }, { "name": "name", "description": "The name of the selected single select option.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "nameHTML", "description": "The html name of the selected single select option.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "optionId", "description": "The id of the selected single select option.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2ItemFieldTextValue", "kind": "objects", "id": "projectv2itemfieldtextvalue", "href": "/graphql/reference/objects#projectv2itemfieldtextvalue", "description": "The value of a text field in a Project item.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectV2ItemFieldValueCommon", "id": "projectv2itemfieldvaluecommon", "href": "/graphql/reference/interfaces#projectv2itemfieldvaluecommon" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "field", "description": "The project field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "item", "description": "The project item that contains this value.
", "type": "ProjectV2Item!", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item" }, { "name": "text", "description": "Text value of a field.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2ItemFieldUserValue", "kind": "objects", "id": "projectv2itemfielduservalue", "href": "/graphql/reference/objects#projectv2itemfielduservalue", "description": "The value of a user field in a Project item.
", "fields": [ { "name": "field", "description": "The field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "users", "description": "The users for this field.
", "type": "UserConnection", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "ProjectV2ItemFieldValueConnection", "kind": "objects", "id": "projectv2itemfieldvalueconnection", "href": "/graphql/reference/objects#projectv2itemfieldvalueconnection", "description": "The connection type for ProjectV2ItemFieldValue.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectV2ItemFieldValueEdge]", "id": "projectv2itemfieldvalueedge", "kind": "objects", "href": "/graphql/reference/objects#projectv2itemfieldvalueedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectV2ItemFieldValue]", "id": "projectv2itemfieldvalue", "kind": "unions", "href": "/graphql/reference/unions#projectv2itemfieldvalue" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2ItemFieldValueEdge", "kind": "objects", "id": "projectv2itemfieldvalueedge", "href": "/graphql/reference/objects#projectv2itemfieldvalueedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectV2ItemFieldValue", "id": "projectv2itemfieldvalue", "kind": "unions", "href": "/graphql/reference/unions#projectv2itemfieldvalue" } ] }, { "name": "ProjectV2IterationField", "kind": "objects", "id": "projectv2iterationfield", "href": "/graphql/reference/objects#projectv2iterationfield", "description": "An iteration field inside a project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectV2FieldCommon", "id": "projectv2fieldcommon", "href": "/graphql/reference/interfaces#projectv2fieldcommon" } ], "fields": [ { "name": "configuration", "description": "Iteration configuration settings.
", "type": "ProjectV2IterationFieldConfiguration!", "id": "projectv2iterationfieldconfiguration", "kind": "objects", "href": "/graphql/reference/objects#projectv2iterationfieldconfiguration" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "dataType", "description": "The field's type.
", "type": "ProjectV2FieldType!", "id": "projectv2fieldtype", "kind": "enums", "href": "/graphql/reference/enums#projectv2fieldtype" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The project field's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "project", "description": "The project that contains this field.
", "type": "ProjectV2!", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2IterationFieldConfiguration", "kind": "objects", "id": "projectv2iterationfieldconfiguration", "href": "/graphql/reference/objects#projectv2iterationfieldconfiguration", "description": "Iteration field configuration for a project.
", "fields": [ { "name": "completedIterations", "description": "The iteration's completed iterations.
", "type": "[ProjectV2IterationFieldIteration!]!", "id": "projectv2iterationfielditeration", "kind": "objects", "href": "/graphql/reference/objects#projectv2iterationfielditeration" }, { "name": "duration", "description": "The iteration's duration in days.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "iterations", "description": "The iteration's iterations.
", "type": "[ProjectV2IterationFieldIteration!]!", "id": "projectv2iterationfielditeration", "kind": "objects", "href": "/graphql/reference/objects#projectv2iterationfielditeration" }, { "name": "startDay", "description": "The iteration's start day of the week.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2IterationFieldIteration", "kind": "objects", "id": "projectv2iterationfielditeration", "href": "/graphql/reference/objects#projectv2iterationfielditeration", "description": "Iteration field iteration settings for a project.
", "fields": [ { "name": "duration", "description": "The iteration's duration in days.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "id", "description": "The iteration's ID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "startDate", "description": "The iteration's start date.
", "type": "Date!", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "name": "title", "description": "The iteration's title.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "titleHTML", "description": "The iteration's html title.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ProjectV2SingleSelectField", "kind": "objects", "id": "projectv2singleselectfield", "href": "/graphql/reference/objects#projectv2singleselectfield", "description": "A single select field inside a project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectV2FieldCommon", "id": "projectv2fieldcommon", "href": "/graphql/reference/interfaces#projectv2fieldcommon" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "dataType", "description": "The field's type.
", "type": "ProjectV2FieldType!", "id": "projectv2fieldtype", "kind": "enums", "href": "/graphql/reference/enums#projectv2fieldtype" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The project field's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "options", "description": "Options for the single select field.
", "type": "[ProjectV2SingleSelectFieldOption!]!", "id": "projectv2singleselectfieldoption", "kind": "objects", "href": "/graphql/reference/objects#projectv2singleselectfieldoption" }, { "name": "project", "description": "The project that contains this field.
", "type": "ProjectV2!", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2SingleSelectFieldOption", "kind": "objects", "id": "projectv2singleselectfieldoption", "href": "/graphql/reference/objects#projectv2singleselectfieldoption", "description": "Single select field option for a configuration for a project.
", "fields": [ { "name": "id", "description": "The option's ID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The option's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "nameHTML", "description": "The option's html name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ProjectV2SortBy", "kind": "objects", "id": "projectv2sortby", "href": "/graphql/reference/objects#projectv2sortby", "description": "Represents a sort by field and direction.
", "fields": [ { "name": "direction", "description": "The direction of the sorting. Possible values are ASC and DESC.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field by which items are sorted.
", "type": "ProjectV2Field!", "id": "projectv2field", "kind": "objects", "href": "/graphql/reference/objects#projectv2field" } ] }, { "name": "ProjectV2SortByConnection", "kind": "objects", "id": "projectv2sortbyconnection", "href": "/graphql/reference/objects#projectv2sortbyconnection", "description": "The connection type for ProjectV2SortBy.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectV2SortByEdge]", "id": "projectv2sortbyedge", "kind": "objects", "href": "/graphql/reference/objects#projectv2sortbyedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectV2SortBy]", "id": "projectv2sortby", "kind": "objects", "href": "/graphql/reference/objects#projectv2sortby" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2SortByEdge", "kind": "objects", "id": "projectv2sortbyedge", "href": "/graphql/reference/objects#projectv2sortbyedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectV2SortBy", "id": "projectv2sortby", "kind": "objects", "href": "/graphql/reference/objects#projectv2sortby" } ] }, { "name": "ProjectV2SortByField", "kind": "objects", "id": "projectv2sortbyfield", "href": "/graphql/reference/objects#projectv2sortbyfield", "description": "Represents a sort by field and direction.
", "fields": [ { "name": "direction", "description": "The direction of the sorting. Possible values are ASC and DESC.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field by which items are sorted.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" } ] }, { "name": "ProjectV2SortByFieldConnection", "kind": "objects", "id": "projectv2sortbyfieldconnection", "href": "/graphql/reference/objects#projectv2sortbyfieldconnection", "description": "The connection type for ProjectV2SortByField.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectV2SortByFieldEdge]", "id": "projectv2sortbyfieldedge", "kind": "objects", "href": "/graphql/reference/objects#projectv2sortbyfieldedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectV2SortByField]", "id": "projectv2sortbyfield", "kind": "objects", "href": "/graphql/reference/objects#projectv2sortbyfield" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2SortByFieldEdge", "kind": "objects", "id": "projectv2sortbyfieldedge", "href": "/graphql/reference/objects#projectv2sortbyfieldedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectV2SortByField", "id": "projectv2sortbyfield", "kind": "objects", "href": "/graphql/reference/objects#projectv2sortbyfield" } ] }, { "name": "ProjectV2View", "kind": "objects", "id": "projectv2view", "href": "/graphql/reference/objects#projectv2view", "description": "A view within a ProjectV2.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "fields", "description": "The view's visible fields.
", "type": "ProjectV2FieldConfigurationConnection", "id": "projectv2fieldconfigurationconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldconfigurationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.
", "type": { "name": "ProjectV2FieldOrder", "id": "projectv2fieldorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2fieldorder" } } ] }, { "name": "filter", "description": "The project view's filter.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "groupBy", "description": "The view's group-by field.
", "type": "ProjectV2FieldConnection", "id": "projectv2fieldconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.
", "type": { "name": "ProjectV2FieldOrder", "id": "projectv2fieldorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2fieldorder" } } ], "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.
The view's group-by field.
", "type": "ProjectV2FieldConfigurationConnection", "id": "projectv2fieldconfigurationconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldconfigurationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.
", "type": { "name": "ProjectV2FieldOrder", "id": "projectv2fieldorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2fieldorder" } } ] }, { "name": "layout", "description": "The project view's layout.
", "type": "ProjectV2ViewLayout!", "id": "projectv2viewlayout", "kind": "enums", "href": "/graphql/reference/enums#projectv2viewlayout" }, { "name": "name", "description": "The project view's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "number", "description": "The project view's number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "project", "description": "The project that contains this view.
", "type": "ProjectV2!", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2" }, { "name": "sortBy", "description": "The view's sort-by config.
", "type": "ProjectV2SortByConnection", "id": "projectv2sortbyconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2sortbyconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "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.
The view's sort-by config.
", "type": "ProjectV2SortByFieldConnection", "id": "projectv2sortbyfieldconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2sortbyfieldconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "verticalGroupBy", "description": "The view's vertical-group-by field.
", "type": "ProjectV2FieldConnection", "id": "projectv2fieldconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.
", "type": { "name": "ProjectV2FieldOrder", "id": "projectv2fieldorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2fieldorder" } } ], "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.
The view's vertical-group-by field.
", "type": "ProjectV2FieldConfigurationConnection", "id": "projectv2fieldconfigurationconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldconfigurationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.
", "type": { "name": "ProjectV2FieldOrder", "id": "projectv2fieldorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2fieldorder" } } ] }, { "name": "visibleFields", "description": "The view's visible fields.
", "type": "ProjectV2FieldConnection", "id": "projectv2fieldconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2fieldconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the project v2 fields returned from the connection.
", "type": { "name": "ProjectV2FieldOrder", "id": "projectv2fieldorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2fieldorder" } } ], "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.
The connection type for ProjectV2View.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectV2ViewEdge]", "id": "projectv2viewedge", "kind": "objects", "href": "/graphql/reference/objects#projectv2viewedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectV2View]", "id": "projectv2view", "kind": "objects", "href": "/graphql/reference/objects#projectv2view" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectV2ViewEdge", "kind": "objects", "id": "projectv2viewedge", "href": "/graphql/reference/objects#projectv2viewedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectV2View", "id": "projectv2view", "kind": "objects", "href": "/graphql/reference/objects#projectv2view" } ] }, { "name": "ProjectView", "kind": "objects", "id": "projectview", "href": "/graphql/reference/objects#projectview", "description": "A view within a Project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project view's filter.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The view's group-by field.
", "type": "[Int!]", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project view's layout.
", "type": "ProjectViewLayout!", "id": "projectviewlayout", "kind": "enums", "href": "/graphql/reference/enums#projectviewlayout", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project view's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project view's number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project that contains this view.
", "type": "ProjectNext!", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The view's sort-by config.
", "type": "[SortBy!]", "id": "sortby", "kind": "objects", "href": "/graphql/reference/objects#sortby", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The view's vertical-group-by field.
", "type": "[Int!]", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The view's visible fields.
", "type": "[Int!]", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The connection type for ProjectView.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ProjectViewEdge]", "id": "projectviewedge", "kind": "objects", "href": "/graphql/reference/objects#projectviewedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ProjectView]", "id": "projectview", "kind": "objects", "href": "/graphql/reference/objects#projectview" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectViewEdge", "kind": "objects", "id": "projectviewedge", "href": "/graphql/reference/objects#projectviewedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ProjectView", "id": "projectview", "kind": "objects", "href": "/graphql/reference/objects#projectview" } ] }, { "name": "PublicKey", "kind": "objects", "id": "publickey", "href": "/graphql/reference/objects#publickey", "description": "A user's public key.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "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.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdAt", "description": "Identifies the date and time when the key was created. Keys created before\nMarch 5th, 2014 have inaccurate values. Values will be null for keys not owned by the user.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "fingerprint", "description": "The fingerprint for this PublicKey.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isReadOnly", "description": "Whether this PublicKey is read-only or not. Values will be null for keys not owned by the user.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "key", "description": "The public key string.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the key was updated. Keys created before\nMarch 5th, 2014 may have inaccurate values. Values will be null for keys not\nowned by the user.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "PublicKeyConnection", "kind": "objects", "id": "publickeyconnection", "href": "/graphql/reference/objects#publickeyconnection", "description": "The connection type for PublicKey.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PublicKeyEdge]", "id": "publickeyedge", "kind": "objects", "href": "/graphql/reference/objects#publickeyedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PublicKey]", "id": "publickey", "kind": "objects", "href": "/graphql/reference/objects#publickey" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PublicKeyEdge", "kind": "objects", "id": "publickeyedge", "href": "/graphql/reference/objects#publickeyedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PublicKey", "id": "publickey", "kind": "objects", "href": "/graphql/reference/objects#publickey" } ] }, { "name": "PullRequest", "kind": "objects", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest", "description": "A repository pull request.
", "implements": [ { "name": "Assignable", "id": "assignable", "href": "/graphql/reference/interfaces#assignable" }, { "name": "Closable", "id": "closable", "href": "/graphql/reference/interfaces#closable" }, { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Labelable", "id": "labelable", "href": "/graphql/reference/interfaces#labelable" }, { "name": "Lockable", "id": "lockable", "href": "/graphql/reference/interfaces#lockable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "ProjectNextOwner", "id": "projectnextowner", "href": "/graphql/reference/interfaces#projectnextowner" }, { "name": "ProjectV2Owner", "id": "projectv2owner", "href": "/graphql/reference/interfaces#projectv2owner" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" }, { "name": "Subscribable", "id": "subscribable", "href": "/graphql/reference/interfaces#subscribable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "activeLockReason", "description": "Reason that the conversation was locked.
", "type": "LockReason", "id": "lockreason", "kind": "enums", "href": "/graphql/reference/enums#lockreason" }, { "name": "additions", "description": "The number of additions in this pull request.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "assignees", "description": "A list of Users assigned to this object.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "autoMergeRequest", "description": "Returns the auto-merge request object if one exists for this pull request.
", "type": "AutoMergeRequest", "id": "automergerequest", "kind": "objects", "href": "/graphql/reference/objects#automergerequest" }, { "name": "baseRef", "description": "Identifies the base Ref associated with the pull request.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" }, { "name": "baseRefName", "description": "Identifies the name of the base Ref associated with the pull request, even if the ref has been deleted.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "baseRefOid", "description": "Identifies the oid of the base ref associated with the pull request, even if the ref has been deleted.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "baseRepository", "description": "The repository associated with this pull request's base Ref.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "body", "description": "The body as Markdown.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "canBeRebased", "description": "Whether or not the pull request is rebaseable.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "isDeprecated": false, "preview": { "title": "Merge info preview", "description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.", "toggled_by": "merge-info-preview", "toggled_on": [ "PullRequest.canBeRebased", "PullRequest.mergeStateStatus" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.merge-info-preview+json", "href": "/graphql/overview/schema-previews#merge-info-preview" } }, { "name": "changedFiles", "description": "The number of changed files in this pull request.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "checksResourcePath", "description": "The HTTP path for the checks of this pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "checksUrl", "description": "The HTTP URL for the checks of this pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "closed", "description": "true if the pull request is closed.
Identifies the date and time when the object was closed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "closingIssuesReferences", "description": "List of issues that were may be closed by this pull request.
", "type": "IssueConnection", "id": "issueconnection", "kind": "objects", "href": "/graphql/reference/objects#issueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for issues returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "userLinkedOnly", "defaultValue": false, "description": "Return only manually linked Issues.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "comments", "description": "A list of comments associated with the pull request.
", "type": "IssueCommentConnection!", "id": "issuecommentconnection", "kind": "objects", "href": "/graphql/reference/objects#issuecommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for issue comments returned from the connection.
", "type": { "name": "IssueCommentOrder", "id": "issuecommentorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issuecommentorder" } } ] }, { "name": "commits", "description": "A list of commits present in this pull request's head branch not present in the base branch.
", "type": "PullRequestCommitConnection!", "id": "pullrequestcommitconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestcommitconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "deletions", "description": "The number of deletions in this pull request.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "editor", "description": "The actor who edited this pull request's body.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "files", "description": "Lists the files changed within this pull request.
", "type": "PullRequestChangedFileConnection", "id": "pullrequestchangedfileconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestchangedfileconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "headRef", "description": "Identifies the head Ref associated with the pull request.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" }, { "name": "headRefName", "description": "Identifies the name of the head Ref associated with the pull request, even if the ref has been deleted.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "headRefOid", "description": "Identifies the oid of the head ref associated with the pull request, even if the ref has been deleted.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "headRepository", "description": "The repository associated with this pull request's head Ref.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "headRepositoryOwner", "description": "The owner of the repository associated with this pull request's head Ref.
", "type": "RepositoryOwner", "id": "repositoryowner", "kind": "interfaces", "href": "/graphql/reference/interfaces#repositoryowner" }, { "name": "hovercard", "description": "The hovercard information for this issue.
", "type": "Hovercard!", "id": "hovercard", "kind": "objects", "href": "/graphql/reference/objects#hovercard", "arguments": [ { "name": "includeNotificationContexts", "defaultValue": true, "description": "Whether or not to include notification contexts.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isCrossRepository", "description": "The head and base repositories are different.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isDraft", "description": "Identifies if the pull request is a draft.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isReadByViewer", "description": "Is this pull request read by the viewer.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "labels", "description": "A list of labels associated with the object.
", "type": "LabelConnection", "id": "labelconnection", "kind": "objects", "href": "/graphql/reference/objects#labelconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for labels returned from the connection.
", "type": { "name": "LabelOrder", "id": "labelorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#labelorder" } } ] }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "latestOpinionatedReviews", "description": "A list of latest reviews per user associated with the pull request.
", "type": "PullRequestReviewConnection", "id": "pullrequestreviewconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "writersOnly", "defaultValue": false, "description": "Only return reviews from user who have write access to the repository.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "latestReviews", "description": "A list of latest reviews per user associated with the pull request that are not also pending review.
", "type": "PullRequestReviewConnection", "id": "pullrequestreviewconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "locked", "description": "true if the pull request is locked.
Indicates whether maintainers can modify the pull request.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "mergeCommit", "description": "The commit that was created when this pull request was merged.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "mergeStateStatus", "description": "Detailed information about the current pull request merge state status.
", "type": "MergeStateStatus!", "id": "mergestatestatus", "kind": "enums", "href": "/graphql/reference/enums#mergestatestatus", "isDeprecated": false, "preview": { "title": "Merge info preview", "description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.", "toggled_by": "merge-info-preview", "toggled_on": [ "PullRequest.canBeRebased", "PullRequest.mergeStateStatus" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.merge-info-preview+json", "href": "/graphql/overview/schema-previews#merge-info-preview" } }, { "name": "mergeable", "description": "Whether or not the pull request can be merged based on the existence of merge conflicts.
", "type": "MergeableState!", "id": "mergeablestate", "kind": "enums", "href": "/graphql/reference/enums#mergeablestate" }, { "name": "merged", "description": "Whether or not the pull request was merged.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "mergedAt", "description": "The date and time that the pull request was merged.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "mergedBy", "description": "The actor who merged the pull request.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "milestone", "description": "Identifies the milestone associated with the pull request.
", "type": "Milestone", "id": "milestone", "kind": "objects", "href": "/graphql/reference/objects#milestone" }, { "name": "number", "description": "Identifies the pull request number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "participants", "description": "A list of Users that are participating in the Pull Request conversation.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "permalink", "description": "The permalink to the pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "potentialMergeCommit", "description": "The commit that GitHub automatically generated to test if this pull request\ncould be merged. This field will not return a value if the pull request is\nmerged, or if the test merge commit is still being generated. See the\nmergeable field for more details on the mergeability of the pull request.
List of project cards associated with this pull request.
", "type": "ProjectCardConnection!", "id": "projectcardconnection", "kind": "objects", "href": "/graphql/reference/objects#projectcardconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "archivedStates", "description": "A list of archived states to filter the cards by.
", "type": { "name": "[ProjectCardArchivedState]", "id": "projectcardarchivedstate", "kind": "enums", "href": "/graphql/reference/enums#projectcardarchivedstate" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectItems", "description": "List of project items associated with this pull request.
", "type": "ProjectV2ItemConnection!", "id": "projectv2itemconnection", "kind": "objects", "href": "/graphql/reference/objects#projectv2itemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includeArchived", "defaultValue": true, "description": "Include archived items.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectNext", "description": "Find a project by project (beta) number.
", "type": "ProjectNext", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "arguments": [ { "name": "number", "description": "The project (beta) number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
List of project (beta) items associated with this pull request.
", "type": "ProjectNextItemConnection!", "id": "projectnextitemconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includeArchived", "defaultValue": true, "description": "Include archived items.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Find a project by number.
", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "arguments": [ { "name": "number", "description": "The project number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectsNext", "description": "A list of projects (beta) under the owner.
", "type": "ProjectNextConnection!", "id": "projectnextconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "A project (beta) to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "sortBy", "defaultValue": "TITLE", "description": "How to order the returned projects (beta).
", "type": { "name": "ProjectNextOrderField", "id": "projectnextorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectnextorderfield" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A list of projects under the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "How to order the returned projects.
", "type": { "name": "ProjectV2Order", "id": "projectv2order", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2order" } }, { "name": "query", "description": "A project to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "revertResourcePath", "description": "The HTTP path for reverting this pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "revertUrl", "description": "The HTTP URL for reverting this pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "reviewDecision", "description": "The current status of this pull request with respect to code review.
", "type": "PullRequestReviewDecision", "id": "pullrequestreviewdecision", "kind": "enums", "href": "/graphql/reference/enums#pullrequestreviewdecision" }, { "name": "reviewRequests", "description": "A list of review requests associated with the pull request.
", "type": "ReviewRequestConnection", "id": "reviewrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#reviewrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "reviewThreads", "description": "The list of all review threads for this pull request.
", "type": "PullRequestReviewThreadConnection!", "id": "pullrequestreviewthreadconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewthreadconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "reviews", "description": "A list of reviews associated with the pull request.
", "type": "PullRequestReviewConnection", "id": "pullrequestreviewconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "author", "description": "Filter by author of the review.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "states", "description": "A list of states to filter the reviews.
", "type": { "name": "[PullRequestReviewState!]", "id": "pullrequestreviewstate", "kind": "enums", "href": "/graphql/reference/enums#pullrequestreviewstate" } } ] }, { "name": "state", "description": "Identifies the state of the pull request.
", "type": "PullRequestState!", "id": "pullrequeststate", "kind": "enums", "href": "/graphql/reference/enums#pullrequeststate" }, { "name": "suggestedReviewers", "description": "A list of reviewer suggestions based on commit history and past review comments.
", "type": "[SuggestedReviewer]!", "id": "suggestedreviewer", "kind": "objects", "href": "/graphql/reference/objects#suggestedreviewer" }, { "name": "timeline", "description": "A list of events, comments, commits, etc. associated with the pull request.
", "type": "PullRequestTimelineConnection!", "id": "pullrequesttimelineconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequesttimelineconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "since", "description": "Allows filtering timeline events by a since timestamp.
timeline will be removed Use PullRequest.timelineItems instead. Removal on 2020-10-01 UTC.
A list of events, comments, commits, etc. associated with the pull request.
", "type": "PullRequestTimelineItemsConnection!", "id": "pullrequesttimelineitemsconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequesttimelineitemsconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "itemTypes", "description": "Filter timeline items by type.
", "type": { "name": "[PullRequestTimelineItemsItemType!]", "id": "pullrequesttimelineitemsitemtype", "kind": "enums", "href": "/graphql/reference/enums#pullrequesttimelineitemsitemtype" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "since", "description": "Filter timeline items by a since timestamp.
Skips the first n elements in the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "title", "description": "Identifies the pull request title.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "titleHTML", "description": "Identifies the pull request title rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this pull request.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanApplySuggestion", "description": "Whether or not the viewer can apply suggestion.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanDeleteHeadRef", "description": "Check if the viewer can restore the deleted head ref.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanDisableAutoMerge", "description": "Whether or not the viewer can disable auto-merge.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanEditFiles", "description": "Can the viewer edit files within this pull request.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanEnableAutoMerge", "description": "Whether or not the viewer can enable auto-merge.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanMergeAsAdmin", "description": "Indicates whether the viewer can bypass branch protections and merge the pull request immediately.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerLatestReview", "description": "The latest review given from the viewer.
", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview" }, { "name": "viewerLatestReviewRequest", "description": "The person who has requested the viewer for review on this pull request.
", "type": "ReviewRequest", "id": "reviewrequest", "kind": "objects", "href": "/graphql/reference/objects#reviewrequest" }, { "name": "viewerMergeBodyText", "description": "The merge body text for the viewer and method.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "arguments": [ { "name": "mergeType", "description": "The merge method for the message.
", "type": { "name": "PullRequestMergeMethod", "id": "pullrequestmergemethod", "kind": "enums", "href": "/graphql/reference/enums#pullrequestmergemethod" } } ] }, { "name": "viewerMergeHeadlineText", "description": "The merge headline text for the viewer and method.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "arguments": [ { "name": "mergeType", "description": "The merge method for the message.
", "type": { "name": "PullRequestMergeMethod", "id": "pullrequestmergemethod", "kind": "enums", "href": "/graphql/reference/enums#pullrequestmergemethod" } } ] }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
", "type": "SubscriptionState", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" } ] }, { "name": "PullRequestChangedFile", "kind": "objects", "id": "pullrequestchangedfile", "href": "/graphql/reference/objects#pullrequestchangedfile", "description": "A file changed in a pull request.
", "fields": [ { "name": "additions", "description": "The number of additions to the file.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "changeType", "description": "How the file was changed in this PullRequest.
", "type": "PatchStatus!", "id": "patchstatus", "kind": "enums", "href": "/graphql/reference/enums#patchstatus" }, { "name": "deletions", "description": "The number of deletions to the file.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "path", "description": "The path of the file.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "viewerViewedState", "description": "The state of the file for the viewer.
", "type": "FileViewedState!", "id": "fileviewedstate", "kind": "enums", "href": "/graphql/reference/enums#fileviewedstate" } ] }, { "name": "PullRequestChangedFileConnection", "kind": "objects", "id": "pullrequestchangedfileconnection", "href": "/graphql/reference/objects#pullrequestchangedfileconnection", "description": "The connection type for PullRequestChangedFile.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PullRequestChangedFileEdge]", "id": "pullrequestchangedfileedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequestchangedfileedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PullRequestChangedFile]", "id": "pullrequestchangedfile", "kind": "objects", "href": "/graphql/reference/objects#pullrequestchangedfile" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PullRequestChangedFileEdge", "kind": "objects", "id": "pullrequestchangedfileedge", "href": "/graphql/reference/objects#pullrequestchangedfileedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PullRequestChangedFile", "id": "pullrequestchangedfile", "kind": "objects", "href": "/graphql/reference/objects#pullrequestchangedfile" } ] }, { "name": "PullRequestCommit", "kind": "objects", "id": "pullrequestcommit", "href": "/graphql/reference/objects#pullrequestcommit", "description": "Represents a Git commit part of a pull request.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "commit", "description": "The Git commit object.
", "type": "Commit!", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "pullRequest", "description": "The pull request this commit belongs to.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "resourcePath", "description": "The HTTP path for this pull request commit.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this pull request commit.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "PullRequestCommitCommentThread", "kind": "objects", "id": "pullrequestcommitcommentthread", "href": "/graphql/reference/objects#pullrequestcommitcommentthread", "description": "Represents a commit comment thread part of a pull request.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" } ], "fields": [ { "name": "comments", "description": "The comments that exist in this thread.
", "type": "CommitCommentConnection!", "id": "commitcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#commitcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "commit", "description": "The commit the comments were made on.
", "type": "Commit!", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "path", "description": "The file the comments were made on.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "position", "description": "The position in the diff for the commit that the comment was made on.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "pullRequest", "description": "The pull request this commit comment thread belongs to.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "PullRequestCommitConnection", "kind": "objects", "id": "pullrequestcommitconnection", "href": "/graphql/reference/objects#pullrequestcommitconnection", "description": "The connection type for PullRequestCommit.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PullRequestCommitEdge]", "id": "pullrequestcommitedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequestcommitedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PullRequestCommit]", "id": "pullrequestcommit", "kind": "objects", "href": "/graphql/reference/objects#pullrequestcommit" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PullRequestCommitEdge", "kind": "objects", "id": "pullrequestcommitedge", "href": "/graphql/reference/objects#pullrequestcommitedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PullRequestCommit", "id": "pullrequestcommit", "kind": "objects", "href": "/graphql/reference/objects#pullrequestcommit" } ] }, { "name": "PullRequestConnection", "kind": "objects", "id": "pullrequestconnection", "href": "/graphql/reference/objects#pullrequestconnection", "description": "The connection type for PullRequest.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PullRequestEdge]", "id": "pullrequestedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequestedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PullRequest]", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PullRequestContributionsByRepository", "kind": "objects", "id": "pullrequestcontributionsbyrepository", "href": "/graphql/reference/objects#pullrequestcontributionsbyrepository", "description": "This aggregates pull requests opened by a user within one repository.
", "fields": [ { "name": "contributions", "description": "The pull request contributions.
", "type": "CreatedPullRequestContributionConnection!", "id": "createdpullrequestcontributionconnection", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestcontributionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.
", "type": { "name": "ContributionOrder", "id": "contributionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#contributionorder" } } ] }, { "name": "repository", "description": "The repository in which the pull requests were opened.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "PullRequestEdge", "kind": "objects", "id": "pullrequestedge", "href": "/graphql/reference/objects#pullrequestedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "PullRequestReview", "kind": "objects", "id": "pullrequestreview", "href": "/graphql/reference/objects#pullrequestreview", "description": "A review object for a given pull request.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "authorCanPushToRepository", "description": "Indicates whether the author of this review has push access to the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "body", "description": "Identifies the pull request review body.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body of this review rendered as plain text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "comments", "description": "A list of review comments for the current pull request review.
", "type": "PullRequestReviewCommentConnection!", "id": "pullrequestreviewcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "commit", "description": "Identifies the commit associated with this pull request review.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "onBehalfOf", "description": "A list of teams that this review was made on behalf of.
", "type": "TeamConnection!", "id": "teamconnection", "kind": "objects", "href": "/graphql/reference/objects#teamconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "Identifies the pull request associated with this pull request review.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path permalink for this PullRequestReview.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "Identifies the current state of the pull request review.
", "type": "PullRequestReviewState!", "id": "pullrequestreviewstate", "kind": "enums", "href": "/graphql/reference/enums#pullrequestreviewstate" }, { "name": "submittedAt", "description": "Identifies when the Pull Request Review was submitted.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL permalink for this PullRequestReview.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "PullRequestReviewComment", "kind": "objects", "id": "pullrequestreviewcomment", "href": "/graphql/reference/objects#pullrequestreviewcomment", "description": "A review comment associated with a given repository pull request.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Minimizable", "id": "minimizable", "href": "/graphql/reference/interfaces#minimizable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "The comment body of this review comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The comment body of this review comment rendered as plain text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commit", "description": "Identifies the commit associated with the comment.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "createdAt", "description": "Identifies when the comment was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "diffHunk", "description": "The diff hunk to which the comment applies.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "draftedAt", "description": "Identifies when the comment was created in a draft state.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of abuse, off-topic,\noutdated, resolved, duplicate and spam. Note that the case and\nformatting of these values differs from the inputs to the MinimizeComment mutation.
Identifies the original commit associated with the comment.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "originalPosition", "description": "The original line index in the diff to which the comment applies.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "outdated", "description": "Identifies when the comment body is outdated.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "path", "description": "The path to which the comment applies.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "position", "description": "The line index in the diff to which the comment applies.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "The pull request associated with this review comment.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "pullRequestReview", "description": "The pull request review associated with this review comment.
", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "replyTo", "description": "The comment this is a reply to.
", "type": "PullRequestReviewComment", "id": "pullrequestreviewcomment", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcomment" }, { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path permalink for this review comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "Identifies the state of the comment.
", "type": "PullRequestReviewCommentState!", "id": "pullrequestreviewcommentstate", "kind": "enums", "href": "/graphql/reference/enums#pullrequestreviewcommentstate" }, { "name": "updatedAt", "description": "Identifies when the comment was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL permalink for this review comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanMinimize", "description": "Check if the current viewer can minimize this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "PullRequestReviewCommentConnection", "kind": "objects", "id": "pullrequestreviewcommentconnection", "href": "/graphql/reference/objects#pullrequestreviewcommentconnection", "description": "The connection type for PullRequestReviewComment.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PullRequestReviewCommentEdge]", "id": "pullrequestreviewcommentedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcommentedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PullRequestReviewComment]", "id": "pullrequestreviewcomment", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcomment" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PullRequestReviewCommentEdge", "kind": "objects", "id": "pullrequestreviewcommentedge", "href": "/graphql/reference/objects#pullrequestreviewcommentedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PullRequestReviewComment", "id": "pullrequestreviewcomment", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcomment" } ] }, { "name": "PullRequestReviewConnection", "kind": "objects", "id": "pullrequestreviewconnection", "href": "/graphql/reference/objects#pullrequestreviewconnection", "description": "The connection type for PullRequestReview.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PullRequestReviewEdge]", "id": "pullrequestreviewedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PullRequestReview]", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PullRequestReviewContributionsByRepository", "kind": "objects", "id": "pullrequestreviewcontributionsbyrepository", "href": "/graphql/reference/objects#pullrequestreviewcontributionsbyrepository", "description": "This aggregates pull request reviews made by a user within one repository.
", "fields": [ { "name": "contributions", "description": "The pull request review contributions.
", "type": "CreatedPullRequestReviewContributionConnection!", "id": "createdpullrequestreviewcontributionconnection", "kind": "objects", "href": "/graphql/reference/objects#createdpullrequestreviewcontributionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for contributions returned from the connection.
", "type": { "name": "ContributionOrder", "id": "contributionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#contributionorder" } } ] }, { "name": "repository", "description": "The repository in which the pull request reviews were made.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "PullRequestReviewEdge", "kind": "objects", "id": "pullrequestreviewedge", "href": "/graphql/reference/objects#pullrequestreviewedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PullRequestReview", "id": "pullrequestreview", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreview" } ] }, { "name": "PullRequestReviewThread", "kind": "objects", "id": "pullrequestreviewthread", "href": "/graphql/reference/objects#pullrequestreviewthread", "description": "A threaded list of comments for a given pull request.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "comments", "description": "A list of pull request comments associated with the thread.
", "type": "PullRequestReviewCommentConnection!", "id": "pullrequestreviewcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "skip", "description": "Skips the first n elements in the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "diffSide", "description": "The side of the diff on which this thread was placed.
", "type": "DiffSide!", "id": "diffside", "kind": "enums", "href": "/graphql/reference/enums#diffside" }, { "name": "isCollapsed", "description": "Whether or not the thread has been collapsed (resolved).
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isOutdated", "description": "Indicates whether this thread was outdated by newer changes.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isResolved", "description": "Whether this thread has been resolved.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "line", "description": "The line in the file to which this thread refers.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "originalLine", "description": "The original line in the file to which this thread refers.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "originalStartLine", "description": "The original start line in the file to which this thread refers (multi-line only).
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "path", "description": "Identifies the file path of this thread.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequest", "description": "Identifies the pull request associated with this thread.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "repository", "description": "Identifies the repository associated with this thread.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resolvedBy", "description": "The user who resolved this thread.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "startDiffSide", "description": "The side of the diff that the first line of the thread starts on (multi-line only).
", "type": "DiffSide", "id": "diffside", "kind": "enums", "href": "/graphql/reference/enums#diffside" }, { "name": "startLine", "description": "The start line in the file to which this thread refers (multi-line only).
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "viewerCanReply", "description": "Indicates whether the current viewer can reply to this thread.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanResolve", "description": "Whether or not the viewer can resolve this thread.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUnresolve", "description": "Whether or not the viewer can unresolve this thread.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "PullRequestReviewThreadConnection", "kind": "objects", "id": "pullrequestreviewthreadconnection", "href": "/graphql/reference/objects#pullrequestreviewthreadconnection", "description": "Review comment threads for a pull request review.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PullRequestReviewThreadEdge]", "id": "pullrequestreviewthreadedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewthreadedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PullRequestReviewThread]", "id": "pullrequestreviewthread", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewthread" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PullRequestReviewThreadEdge", "kind": "objects", "id": "pullrequestreviewthreadedge", "href": "/graphql/reference/objects#pullrequestreviewthreadedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PullRequestReviewThread", "id": "pullrequestreviewthread", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewthread" } ] }, { "name": "PullRequestRevisionMarker", "kind": "objects", "id": "pullrequestrevisionmarker", "href": "/graphql/reference/objects#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.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "lastSeenCommit", "description": "The last commit the viewer has seen.
", "type": "Commit!", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "pullRequest", "description": "The pull request to which the marker belongs.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "PullRequestTemplate", "kind": "objects", "id": "pullrequesttemplate", "href": "/graphql/reference/objects#pullrequesttemplate", "description": "A repository pull request template.
", "fields": [ { "name": "body", "description": "The body of the template.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "filename", "description": "The filename of the template.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repository", "description": "The repository the template belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "PullRequestThread", "kind": "objects", "id": "pullrequestthread", "href": "/graphql/reference/objects#pullrequestthread", "description": "A threaded list of comments for a given pull request.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "comments", "description": "A list of pull request comments associated with the thread.
", "type": "PullRequestReviewCommentConnection!", "id": "pullrequestreviewcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestreviewcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "skip", "description": "Skips the first n elements in the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "diffSide", "description": "The side of the diff on which this thread was placed.
", "type": "DiffSide!", "id": "diffside", "kind": "enums", "href": "/graphql/reference/enums#diffside" }, { "name": "isCollapsed", "description": "Whether or not the thread has been collapsed (resolved).
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isOutdated", "description": "Indicates whether this thread was outdated by newer changes.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isResolved", "description": "Whether this thread has been resolved.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "line", "description": "The line in the file to which this thread refers.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "pullRequest", "description": "Identifies the pull request associated with this thread.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "repository", "description": "Identifies the repository associated with this thread.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resolvedBy", "description": "The user who resolved this thread.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "startDiffSide", "description": "The side of the diff that the first line of the thread starts on (multi-line only).
", "type": "DiffSide", "id": "diffside", "kind": "enums", "href": "/graphql/reference/enums#diffside" }, { "name": "startLine", "description": "The line of the first file diff in the thread.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "viewerCanReply", "description": "Indicates whether the current viewer can reply to this thread.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanResolve", "description": "Whether or not the viewer can resolve this thread.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUnresolve", "description": "Whether or not the viewer can unresolve this thread.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "PullRequestTimelineConnection", "kind": "objects", "id": "pullrequesttimelineconnection", "href": "/graphql/reference/objects#pullrequesttimelineconnection", "description": "The connection type for PullRequestTimelineItem.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PullRequestTimelineItemEdge]", "id": "pullrequesttimelineitemedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequesttimelineitemedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PullRequestTimelineItem]", "id": "pullrequesttimelineitem", "kind": "unions", "href": "/graphql/reference/unions#pullrequesttimelineitem" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PullRequestTimelineItemEdge", "kind": "objects", "id": "pullrequesttimelineitemedge", "href": "/graphql/reference/objects#pullrequesttimelineitemedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PullRequestTimelineItem", "id": "pullrequesttimelineitem", "kind": "unions", "href": "/graphql/reference/unions#pullrequesttimelineitem" } ] }, { "name": "PullRequestTimelineItemsConnection", "kind": "objects", "id": "pullrequesttimelineitemsconnection", "href": "/graphql/reference/objects#pullrequesttimelineitemsconnection", "description": "The connection type for PullRequestTimelineItems.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PullRequestTimelineItemsEdge]", "id": "pullrequesttimelineitemsedge", "kind": "objects", "href": "/graphql/reference/objects#pullrequesttimelineitemsedge" }, { "name": "filteredCount", "description": "Identifies the count of items after applying before and after filters.
A list of nodes.
", "type": "[PullRequestTimelineItems]", "id": "pullrequesttimelineitems", "kind": "unions", "href": "/graphql/reference/unions#pullrequesttimelineitems" }, { "name": "pageCount", "description": "Identifies the count of items after applying before/after filters and first/last/skip slicing.
Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "updatedAt", "description": "Identifies the date and time when the timeline was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "PullRequestTimelineItemsEdge", "kind": "objects", "id": "pullrequesttimelineitemsedge", "href": "/graphql/reference/objects#pullrequesttimelineitemsedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PullRequestTimelineItems", "id": "pullrequesttimelineitems", "kind": "unions", "href": "/graphql/reference/unions#pullrequesttimelineitems" } ] }, { "name": "Push", "kind": "objects", "id": "push", "href": "/graphql/reference/objects#push", "description": "A Git push.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "nextSha", "description": "The SHA after the push.
", "type": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "permalink", "description": "The permalink for this push.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "previousSha", "description": "The SHA before the push.
", "type": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "pusher", "description": "The actor who pushed.
", "type": "Actor!", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "repository", "description": "The repository that was pushed to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "PushAllowance", "kind": "objects", "id": "pushallowance", "href": "/graphql/reference/objects#pushallowance", "description": "A team, user, or app who has the ability to push to a protected branch.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "actor", "description": "The actor that can push.
", "type": "PushAllowanceActor", "id": "pushallowanceactor", "kind": "unions", "href": "/graphql/reference/unions#pushallowanceactor" }, { "name": "branchProtectionRule", "description": "Identifies the branch protection rule associated with the allowed user, team, or app.
", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" } ] }, { "name": "PushAllowanceConnection", "kind": "objects", "id": "pushallowanceconnection", "href": "/graphql/reference/objects#pushallowanceconnection", "description": "The connection type for PushAllowance.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[PushAllowanceEdge]", "id": "pushallowanceedge", "kind": "objects", "href": "/graphql/reference/objects#pushallowanceedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[PushAllowance]", "id": "pushallowance", "kind": "objects", "href": "/graphql/reference/objects#pushallowance" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "PushAllowanceEdge", "kind": "objects", "id": "pushallowanceedge", "href": "/graphql/reference/objects#pushallowanceedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "PushAllowance", "id": "pushallowance", "kind": "objects", "href": "/graphql/reference/objects#pushallowance" } ] }, { "name": "RateLimit", "kind": "objects", "id": "ratelimit", "href": "/graphql/reference/objects#ratelimit", "description": "Represents the client's rate limit.
", "fields": [ { "name": "cost", "description": "The point cost for the current query counting against the rate limit.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "limit", "description": "The maximum number of points the client is permitted to consume in a 60 minute window.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "nodeCount", "description": "The maximum number of nodes this query may return.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "remaining", "description": "The number of points remaining in the current rate limit window.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "resetAt", "description": "The time at which the current rate limit window resets in UTC epoch seconds.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "used", "description": "The number of points used in the current rate limit window.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ReactingUserConnection", "kind": "objects", "id": "reactinguserconnection", "href": "/graphql/reference/objects#reactinguserconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ReactingUserEdge]", "id": "reactinguseredge", "kind": "objects", "href": "/graphql/reference/objects#reactinguseredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ReactingUserEdge", "kind": "objects", "id": "reactinguseredge", "href": "/graphql/reference/objects#reactinguseredge", "description": "Represents a user that's made a reaction.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "reactedAt", "description": "The moment when the user made the reaction.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "Reaction", "kind": "objects", "id": "reaction", "href": "/graphql/reference/objects#reaction", "description": "An emoji reaction to a particular piece of content.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "content", "description": "Identifies the emoji reaction.
", "type": "ReactionContent!", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "reactable", "description": "The reactable piece of content.
", "type": "Reactable!", "id": "reactable", "kind": "interfaces", "href": "/graphql/reference/interfaces#reactable" }, { "name": "user", "description": "Identifies the user who created this reaction.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "ReactionConnection", "kind": "objects", "id": "reactionconnection", "href": "/graphql/reference/objects#reactionconnection", "description": "A list of reactions that have been left on the subject.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ReactionEdge]", "id": "reactionedge", "kind": "objects", "href": "/graphql/reference/objects#reactionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Reaction]", "id": "reaction", "kind": "objects", "href": "/graphql/reference/objects#reaction" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "viewerHasReacted", "description": "Whether or not the authenticated user has left a reaction on the subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "ReactionEdge", "kind": "objects", "id": "reactionedge", "href": "/graphql/reference/objects#reactionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Reaction", "id": "reaction", "kind": "objects", "href": "/graphql/reference/objects#reaction" } ] }, { "name": "ReactionGroup", "kind": "objects", "id": "reactiongroup", "href": "/graphql/reference/objects#reactiongroup", "description": "A group of emoji reactions to a particular piece of content.
", "fields": [ { "name": "content", "description": "Identifies the emoji reaction.
", "type": "ReactionContent!", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" }, { "name": "createdAt", "description": "Identifies when the reaction was created.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactors", "description": "Reactors to the reaction subject with the emotion represented by this reaction group.
", "type": "ReactorConnection!", "id": "reactorconnection", "kind": "objects", "href": "/graphql/reference/objects#reactorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "subject", "description": "The subject that was reacted to.
", "type": "Reactable!", "id": "reactable", "kind": "interfaces", "href": "/graphql/reference/interfaces#reactable" }, { "name": "users", "description": "Users who have reacted to the reaction subject with the emotion represented by this reaction group.
", "type": "ReactingUserConnection!", "id": "reactinguserconnection", "kind": "objects", "href": "/graphql/reference/objects#reactinguserconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "Reactors can now be mannequins, bots, and organizations. Use the reactors field instead. Removal on 2021-10-01 UTC.
Whether or not the authenticated user has left a reaction on the subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "ReactorConnection", "kind": "objects", "id": "reactorconnection", "href": "/graphql/reference/objects#reactorconnection", "description": "The connection type for Reactor.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ReactorEdge]", "id": "reactoredge", "kind": "objects", "href": "/graphql/reference/objects#reactoredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Reactor]", "id": "reactor", "kind": "unions", "href": "/graphql/reference/unions#reactor" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ReactorEdge", "kind": "objects", "id": "reactoredge", "href": "/graphql/reference/objects#reactoredge", "description": "Represents an author of a reaction.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The author of the reaction.
", "type": "Reactor!", "id": "reactor", "kind": "unions", "href": "/graphql/reference/unions#reactor" }, { "name": "reactedAt", "description": "The moment when the user made the reaction.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ReadyForReviewEvent", "kind": "objects", "id": "readyforreviewevent", "href": "/graphql/reference/objects#readyforreviewevent", "description": "Represents aready_for_reviewevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "resourcePath", "description": "The HTTP path for this ready for review event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this ready for review event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "Ref", "kind": "objects", "id": "ref", "href": "/graphql/reference/objects#ref", "description": "Represents a Git reference.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "associatedPullRequests", "description": "A list of pull requests with this ref as the head ref.
", "type": "PullRequestConnection!", "id": "pullrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the pull requests by.
", "type": { "name": "[PullRequestState!]", "id": "pullrequeststate", "kind": "enums", "href": "/graphql/reference/enums#pullrequeststate" } } ] }, { "name": "branchProtectionRule", "description": "Branch protection rules for this ref.
", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" }, { "name": "compare", "description": "Compares the current ref as a base ref to another head ref, if the comparison can be made.
", "type": "Comparison", "id": "comparison", "kind": "objects", "href": "/graphql/reference/objects#comparison", "arguments": [ { "name": "headRef", "description": "The head ref to compare against.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "name", "description": "The ref name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "prefix", "description": "The ref's prefix, such as refs/heads/ or refs/tags/.
Branch protection rules that are viewable by non-admins.
", "type": "RefUpdateRule", "id": "refupdaterule", "kind": "objects", "href": "/graphql/reference/objects#refupdaterule" }, { "name": "repository", "description": "The repository the ref belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "target", "description": "The object the ref points to. Returns null when object does not exist.
", "type": "GitObject", "id": "gitobject", "kind": "interfaces", "href": "/graphql/reference/interfaces#gitobject" } ] }, { "name": "RefConnection", "kind": "objects", "id": "refconnection", "href": "/graphql/reference/objects#refconnection", "description": "The connection type for Ref.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[RefEdge]", "id": "refedge", "kind": "objects", "href": "/graphql/reference/objects#refedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Ref]", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "RefEdge", "kind": "objects", "id": "refedge", "href": "/graphql/reference/objects#refedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" } ] }, { "name": "RefUpdateRule", "kind": "objects", "id": "refupdaterule", "href": "/graphql/reference/objects#refupdaterule", "description": "A ref update rules for a viewer.
", "fields": [ { "name": "allowsDeletions", "description": "Can this branch be deleted.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "allowsForcePushes", "description": "Are force pushes allowed on this branch.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "blocksCreations", "description": "Can matching branches be created.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "pattern", "description": "Identifies the protection rule pattern.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "requiredApprovingReviewCount", "description": "Number of approving reviews required to update matching branches.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "requiredStatusCheckContexts", "description": "List of required status check contexts that must pass for commits to be accepted to matching branches.
", "type": "[String]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "requiresCodeOwnerReviews", "description": "Are reviews from code owners required to update matching branches.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresConversationResolution", "description": "Are conversations required to be resolved before merging.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresLinearHistory", "description": "Are merge commits prohibited from being pushed to this branch.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresSignatures", "description": "Are commits required to be signed.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerAllowedToDismissReviews", "description": "Is the viewer allowed to dismiss reviews.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanPush", "description": "Can the viewer push to the branch.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "ReferencedEvent", "kind": "objects", "id": "referencedevent", "href": "/graphql/reference/objects#referencedevent", "description": "Represents areferencedevent on a given ReferencedSubject.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "commit", "description": "Identifies the commit associated with thereferencedevent.
Identifies the repository associated with thereferencedevent.
Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "isCrossRepository", "description": "Reference originated in a different repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isDirectReference", "description": "Checks if the commit message itself references the subject. Can be false in the case of a commit comment reference.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "subject", "description": "Object referenced by event.
", "type": "ReferencedSubject!", "id": "referencedsubject", "kind": "unions", "href": "/graphql/reference/unions#referencedsubject" } ] }, { "name": "Release", "kind": "objects", "id": "release", "href": "/graphql/reference/objects#release", "description": "A release contains the content for a release.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "author", "description": "The author of the release.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "description", "description": "The description of the release.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "descriptionHTML", "description": "The description of this release rendered to HTML.
", "type": "HTML", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "isDraft", "description": "Whether or not the release is a draft.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isLatest", "description": "Whether or not the release is the latest releast.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPrerelease", "description": "Whether or not the release is a prerelease.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "mentions", "description": "A list of users mentioned in the release description.
", "type": "UserConnection", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "name", "description": "The title of the release.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "publishedAt", "description": "Identifies the date and time when the release was created.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "releaseAssets", "description": "List of releases assets which are dependent on this release.
", "type": "ReleaseAssetConnection!", "id": "releaseassetconnection", "kind": "objects", "href": "/graphql/reference/objects#releaseassetconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "name", "description": "A list of names to filter the assets by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "repository", "description": "The repository that the release belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "resourcePath", "description": "The HTTP path for this issue.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "shortDescriptionHTML", "description": "A description of the release, rendered to HTML without any links in it.
", "type": "HTML", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html", "arguments": [ { "name": "limit", "defaultValue": "200", "description": "How many characters to return.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "tag", "description": "The Git tag the release points to.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" }, { "name": "tagCommit", "description": "The tag commit for this release.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "tagName", "description": "The name of the release's Git tag.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this issue.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "ReleaseAsset", "kind": "objects", "id": "releaseasset", "href": "/graphql/reference/objects#releaseasset", "description": "A release asset contains the content for a release asset.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "contentType", "description": "The asset's content-type.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "downloadCount", "description": "The number of times this asset was downloaded.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "downloadUrl", "description": "Identifies the URL where you can download the release asset via the browser.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "name", "description": "Identifies the title of the release asset.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "release", "description": "Release that the asset is associated with.
", "type": "Release", "id": "release", "kind": "objects", "href": "/graphql/reference/objects#release" }, { "name": "size", "description": "The size (in bytes) of the asset.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "uploadedBy", "description": "The user that performed the upload.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "url", "description": "Identifies the URL of the release asset.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "ReleaseAssetConnection", "kind": "objects", "id": "releaseassetconnection", "href": "/graphql/reference/objects#releaseassetconnection", "description": "The connection type for ReleaseAsset.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ReleaseAssetEdge]", "id": "releaseassetedge", "kind": "objects", "href": "/graphql/reference/objects#releaseassetedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ReleaseAsset]", "id": "releaseasset", "kind": "objects", "href": "/graphql/reference/objects#releaseasset" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ReleaseAssetEdge", "kind": "objects", "id": "releaseassetedge", "href": "/graphql/reference/objects#releaseassetedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ReleaseAsset", "id": "releaseasset", "kind": "objects", "href": "/graphql/reference/objects#releaseasset" } ] }, { "name": "ReleaseConnection", "kind": "objects", "id": "releaseconnection", "href": "/graphql/reference/objects#releaseconnection", "description": "The connection type for Release.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ReleaseEdge]", "id": "releaseedge", "kind": "objects", "href": "/graphql/reference/objects#releaseedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Release]", "id": "release", "kind": "objects", "href": "/graphql/reference/objects#release" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ReleaseEdge", "kind": "objects", "id": "releaseedge", "href": "/graphql/reference/objects#releaseedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Release", "id": "release", "kind": "objects", "href": "/graphql/reference/objects#release" } ] }, { "name": "RemovedFromProjectEvent", "kind": "objects", "id": "removedfromprojectevent", "href": "/graphql/reference/objects#removedfromprojectevent", "description": "Represents aremoved_from_projectevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "project", "description": "Project referenced by event.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } }, { "name": "projectColumnName", "description": "Column name referenced by this project event.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": false, "preview": { "title": "Project event details preview", "description": "This preview adds project, project card, and project column details to project-related issue events.", "toggled_by": "starfox-preview", "toggled_on": [ "AddedToProjectEvent.project", "AddedToProjectEvent.projectCard", "AddedToProjectEvent.projectColumnName", "ConvertedNoteToIssueEvent.project", "ConvertedNoteToIssueEvent.projectCard", "ConvertedNoteToIssueEvent.projectColumnName", "MovedColumnsInProjectEvent.project", "MovedColumnsInProjectEvent.projectCard", "MovedColumnsInProjectEvent.projectColumnName", "MovedColumnsInProjectEvent.previousProjectColumnName", "RemovedFromProjectEvent.project", "RemovedFromProjectEvent.projectColumnName" ], "owning_teams": [ "@github/github-projects" ], "accept_header": "application/vnd.github.starfox-preview+json", "href": "/graphql/overview/schema-previews#project-event-details-preview" } } ] }, { "name": "RenamedTitleEvent", "kind": "objects", "id": "renamedtitleevent", "href": "/graphql/reference/objects#renamedtitleevent", "description": "Represents arenamedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "currentTitle", "description": "Identifies the current title of the issue or pull request.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "previousTitle", "description": "Identifies the previous title of the issue or pull request.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "subject", "description": "Subject that was renamed.
", "type": "RenamedTitleSubject!", "id": "renamedtitlesubject", "kind": "unions", "href": "/graphql/reference/unions#renamedtitlesubject" } ] }, { "name": "ReopenedEvent", "kind": "objects", "id": "reopenedevent", "href": "/graphql/reference/objects#reopenedevent", "description": "Represents areopenedevent on any Closable.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "closable", "description": "Object that was reopened.
", "type": "Closable!", "id": "closable", "kind": "interfaces", "href": "/graphql/reference/interfaces#closable" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "stateReason", "description": "The reason the issue state was changed to open.
", "type": "IssueStateReason", "id": "issuestatereason", "kind": "enums", "href": "/graphql/reference/enums#issuestatereason" } ] }, { "name": "RepoAccessAuditEntry", "kind": "objects", "id": "repoaccessauditentry", "href": "/graphql/reference/objects#repoaccessauditentry", "description": "Audit log entry for a repo.access event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "visibility", "description": "The visibility of the repository.
", "type": "RepoAccessAuditEntryVisibility", "id": "repoaccessauditentryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repoaccessauditentryvisibility" } ] }, { "name": "RepoAddMemberAuditEntry", "kind": "objects", "id": "repoaddmemberauditentry", "href": "/graphql/reference/objects#repoaddmemberauditentry", "description": "Audit log entry for a repo.add_member event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "visibility", "description": "The visibility of the repository.
", "type": "RepoAddMemberAuditEntryVisibility", "id": "repoaddmemberauditentryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repoaddmemberauditentryvisibility" } ] }, { "name": "RepoAddTopicAuditEntry", "kind": "objects", "id": "repoaddtopicauditentry", "href": "/graphql/reference/objects#repoaddtopicauditentry", "description": "Audit log entry for a repo.add_topic event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" }, { "name": "TopicAuditEntryData", "id": "topicauditentrydata", "href": "/graphql/reference/interfaces#topicauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "topic", "description": "The name of the topic added to the repository.
", "type": "Topic", "id": "topic", "kind": "objects", "href": "/graphql/reference/objects#topic" }, { "name": "topicName", "description": "The name of the topic added to the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoArchivedAuditEntry", "kind": "objects", "id": "repoarchivedauditentry", "href": "/graphql/reference/objects#repoarchivedauditentry", "description": "Audit log entry for a repo.archived event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "visibility", "description": "The visibility of the repository.
", "type": "RepoArchivedAuditEntryVisibility", "id": "repoarchivedauditentryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repoarchivedauditentryvisibility" } ] }, { "name": "RepoChangeMergeSettingAuditEntry", "kind": "objects", "id": "repochangemergesettingauditentry", "href": "/graphql/reference/objects#repochangemergesettingauditentry", "description": "Audit log entry for a repo.change_merge_setting event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "isEnabled", "description": "Whether the change was to enable (true) or disable (false) the merge type.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "mergeType", "description": "The merge method affected by the change.
", "type": "RepoChangeMergeSettingAuditEntryMergeType", "id": "repochangemergesettingauditentrymergetype", "kind": "enums", "href": "/graphql/reference/enums#repochangemergesettingauditentrymergetype" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigDisableAnonymousGitAccessAuditEntry", "kind": "objects", "id": "repoconfigdisableanonymousgitaccessauditentry", "href": "/graphql/reference/objects#repoconfigdisableanonymousgitaccessauditentry", "description": "Audit log entry for a repo.config.disable_anonymous_git_access event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigDisableCollaboratorsOnlyAuditEntry", "kind": "objects", "id": "repoconfigdisablecollaboratorsonlyauditentry", "href": "/graphql/reference/objects#repoconfigdisablecollaboratorsonlyauditentry", "description": "Audit log entry for a repo.config.disable_collaborators_only event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigDisableContributorsOnlyAuditEntry", "kind": "objects", "id": "repoconfigdisablecontributorsonlyauditentry", "href": "/graphql/reference/objects#repoconfigdisablecontributorsonlyauditentry", "description": "Audit log entry for a repo.config.disable_contributors_only event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigDisableSockpuppetDisallowedAuditEntry", "kind": "objects", "id": "repoconfigdisablesockpuppetdisallowedauditentry", "href": "/graphql/reference/objects#repoconfigdisablesockpuppetdisallowedauditentry", "description": "Audit log entry for a repo.config.disable_sockpuppet_disallowed event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigEnableAnonymousGitAccessAuditEntry", "kind": "objects", "id": "repoconfigenableanonymousgitaccessauditentry", "href": "/graphql/reference/objects#repoconfigenableanonymousgitaccessauditentry", "description": "Audit log entry for a repo.config.enable_anonymous_git_access event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigEnableCollaboratorsOnlyAuditEntry", "kind": "objects", "id": "repoconfigenablecollaboratorsonlyauditentry", "href": "/graphql/reference/objects#repoconfigenablecollaboratorsonlyauditentry", "description": "Audit log entry for a repo.config.enable_collaborators_only event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigEnableContributorsOnlyAuditEntry", "kind": "objects", "id": "repoconfigenablecontributorsonlyauditentry", "href": "/graphql/reference/objects#repoconfigenablecontributorsonlyauditentry", "description": "Audit log entry for a repo.config.enable_contributors_only event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigEnableSockpuppetDisallowedAuditEntry", "kind": "objects", "id": "repoconfigenablesockpuppetdisallowedauditentry", "href": "/graphql/reference/objects#repoconfigenablesockpuppetdisallowedauditentry", "description": "Audit log entry for a repo.config.enable_sockpuppet_disallowed event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigLockAnonymousGitAccessAuditEntry", "kind": "objects", "id": "repoconfiglockanonymousgitaccessauditentry", "href": "/graphql/reference/objects#repoconfiglockanonymousgitaccessauditentry", "description": "Audit log entry for a repo.config.lock_anonymous_git_access event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoConfigUnlockAnonymousGitAccessAuditEntry", "kind": "objects", "id": "repoconfigunlockanonymousgitaccessauditentry", "href": "/graphql/reference/objects#repoconfigunlockanonymousgitaccessauditentry", "description": "Audit log entry for a repo.config.unlock_anonymous_git_access event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepoCreateAuditEntry", "kind": "objects", "id": "repocreateauditentry", "href": "/graphql/reference/objects#repocreateauditentry", "description": "Audit log entry for a repo.create event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "forkParentName", "description": "The name of the parent repository for this forked repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "forkSourceName", "description": "The name of the root repository for this network.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "visibility", "description": "The visibility of the repository.
", "type": "RepoCreateAuditEntryVisibility", "id": "repocreateauditentryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repocreateauditentryvisibility" } ] }, { "name": "RepoDestroyAuditEntry", "kind": "objects", "id": "repodestroyauditentry", "href": "/graphql/reference/objects#repodestroyauditentry", "description": "Audit log entry for a repo.destroy event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "visibility", "description": "The visibility of the repository.
", "type": "RepoDestroyAuditEntryVisibility", "id": "repodestroyauditentryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repodestroyauditentryvisibility" } ] }, { "name": "RepoRemoveMemberAuditEntry", "kind": "objects", "id": "reporemovememberauditentry", "href": "/graphql/reference/objects#reporemovememberauditentry", "description": "Audit log entry for a repo.remove_member event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "visibility", "description": "The visibility of the repository.
", "type": "RepoRemoveMemberAuditEntryVisibility", "id": "reporemovememberauditentryvisibility", "kind": "enums", "href": "/graphql/reference/enums#reporemovememberauditentryvisibility" } ] }, { "name": "RepoRemoveTopicAuditEntry", "kind": "objects", "id": "reporemovetopicauditentry", "href": "/graphql/reference/objects#reporemovetopicauditentry", "description": "Audit log entry for a repo.remove_topic event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" }, { "name": "TopicAuditEntryData", "id": "topicauditentrydata", "href": "/graphql/reference/interfaces#topicauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "topic", "description": "The name of the topic added to the repository.
", "type": "Topic", "id": "topic", "kind": "objects", "href": "/graphql/reference/objects#topic" }, { "name": "topicName", "description": "The name of the topic added to the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "Repository", "kind": "objects", "id": "repository", "href": "/graphql/reference/objects#repository", "description": "A repository contains the content for a project.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "PackageOwner", "id": "packageowner", "href": "/graphql/reference/interfaces#packageowner" }, { "name": "ProjectOwner", "id": "projectowner", "href": "/graphql/reference/interfaces#projectowner" }, { "name": "ProjectV2Recent", "id": "projectv2recent", "href": "/graphql/reference/interfaces#projectv2recent" }, { "name": "RepositoryInfo", "id": "repositoryinfo", "href": "/graphql/reference/interfaces#repositoryinfo" }, { "name": "Starrable", "id": "starrable", "href": "/graphql/reference/interfaces#starrable" }, { "name": "Subscribable", "id": "subscribable", "href": "/graphql/reference/interfaces#subscribable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "allowUpdateBranch", "description": "Whether or not a pull request head branch that is behind its base branch can\nalways be updated even if it is not required to be up to date before merging.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "assignableUsers", "description": "A list of users that can be assigned to issues in this repository.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "Filters users with query on user name and login.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "autoMergeAllowed", "description": "Whether or not Auto-merge can be enabled on pull requests in this repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "branchProtectionRules", "description": "A list of branch protection rules for this repository.
", "type": "BranchProtectionRuleConnection!", "id": "branchprotectionruleconnection", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionruleconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "codeOfConduct", "description": "Returns the code of conduct for this repository.
", "type": "CodeOfConduct", "id": "codeofconduct", "kind": "objects", "href": "/graphql/reference/objects#codeofconduct" }, { "name": "codeowners", "description": "Information extracted from the repository's CODEOWNERS file.
The ref name used to return the associated CODEOWNERS file.
A list of collaborators associated with the repository.
", "type": "RepositoryCollaboratorConnection", "id": "repositorycollaboratorconnection", "kind": "objects", "href": "/graphql/reference/objects#repositorycollaboratorconnection", "arguments": [ { "name": "affiliation", "description": "Collaborators affiliation level with a repository.
", "type": { "name": "CollaboratorAffiliation", "id": "collaboratoraffiliation", "kind": "enums", "href": "/graphql/reference/enums#collaboratoraffiliation" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "Filters users with query on user name and login.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "commitComments", "description": "A list of commit comments associated with the repository.
", "type": "CommitCommentConnection!", "id": "commitcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#commitcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "contactLinks", "description": "Returns a list of contact links associated to the repository.
", "type": "[RepositoryContactLink!]", "id": "repositorycontactlink", "kind": "objects", "href": "/graphql/reference/objects#repositorycontactlink" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "defaultBranchRef", "description": "The Ref associated with the repository's default branch.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref" }, { "name": "deleteBranchOnMerge", "description": "Whether or not branches are automatically deleted when merged in this repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "dependencyGraphManifests", "description": "A list of dependency manifests contained in the repository.
", "type": "DependencyGraphManifestConnection", "id": "dependencygraphmanifestconnection", "kind": "objects", "href": "/graphql/reference/objects#dependencygraphmanifestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "dependenciesAfter", "description": "Cursor to paginate dependencies.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "dependenciesFirst", "description": "Number of dependencies to fetch.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "withDependencies", "description": "Flag to scope to only manifests with dependencies.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ], "isDeprecated": false, "preview": { "title": "Access to a repositories dependency graph preview", "description": "This preview adds support for reading a dependency graph for a repository.", "toggled_by": "hawkgirl-preview", "toggled_on": [ "DependencyGraphManifest", "Repository.dependencyGraphManifests", "DependencyGraphManifestEdge", "DependencyGraphManifestConnection", "DependencyGraphDependency", "DependencyGraphDependencyEdge", "DependencyGraphDependencyConnection", "DependencyGraphPackageRelease.dependencies" ], "owning_teams": [ "@github/dependency-graph" ], "accept_header": "application/vnd.github.hawkgirl-preview+json", "href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview" } }, { "name": "deployKeys", "description": "A list of deploy keys that are on this repository.
", "type": "DeployKeyConnection!", "id": "deploykeyconnection", "kind": "objects", "href": "/graphql/reference/objects#deploykeyconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "deployments", "description": "Deployments associated with the repository.
", "type": "DeploymentConnection!", "id": "deploymentconnection", "kind": "objects", "href": "/graphql/reference/objects#deploymentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "environments", "description": "Environments to list deployments for.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for deployments returned from the connection.
", "type": { "name": "DeploymentOrder", "id": "deploymentorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#deploymentorder" } } ] }, { "name": "description", "description": "The description of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "descriptionHTML", "description": "The description of the repository rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "discussion", "description": "Returns a single discussion from the current repository by number.
", "type": "Discussion", "id": "discussion", "kind": "objects", "href": "/graphql/reference/objects#discussion", "arguments": [ { "name": "number", "description": "The number for the discussion to be returned.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "discussionCategories", "description": "A list of discussion categories that are available in the repository.
", "type": "DiscussionCategoryConnection!", "id": "discussioncategoryconnection", "kind": "objects", "href": "/graphql/reference/objects#discussioncategoryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "filterByAssignable", "defaultValue": false, "description": "Filter by categories that are assignable by the viewer.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "discussionCategory", "description": "A discussion category by slug.
", "type": "DiscussionCategory", "id": "discussioncategory", "kind": "objects", "href": "/graphql/reference/objects#discussioncategory", "arguments": [ { "name": "slug", "description": "The slug of the discussion category to be returned.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "discussions", "description": "A list of discussions that have been opened in the repository.
", "type": "DiscussionConnection!", "id": "discussionconnection", "kind": "objects", "href": "/graphql/reference/objects#discussionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "categoryId", "description": "Only include discussions that belong to the category with this ID.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for discussions returned from the connection.
", "type": { "name": "DiscussionOrder", "id": "discussionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#discussionorder" } } ] }, { "name": "diskUsage", "description": "The number of kilobytes this repository occupies on disk.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "environment", "description": "Returns a single active environment from the current repository by name.
", "type": "Environment", "id": "environment", "kind": "objects", "href": "/graphql/reference/objects#environment", "arguments": [ { "name": "name", "description": "The name of the environment to be returned.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "environments", "description": "A list of environments that are in this repository.
", "type": "EnvironmentConnection!", "id": "environmentconnection", "kind": "objects", "href": "/graphql/reference/objects#environmentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "forkCount", "description": "Returns how many forks there are of this repository in the whole network.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "forkingAllowed", "description": "Whether this repository allows forks.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "forks", "description": "A list of direct forked repositories.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "privacy", "description": "If non-null, filters repositories according to privacy.
", "type": { "name": "RepositoryPrivacy", "id": "repositoryprivacy", "kind": "enums", "href": "/graphql/reference/enums#repositoryprivacy" } } ] }, { "name": "fundingLinks", "description": "The funding links for this repository.
", "type": "[FundingLink!]!", "id": "fundinglink", "kind": "objects", "href": "/graphql/reference/objects#fundinglink" }, { "name": "hasIssuesEnabled", "description": "Indicates if the repository has issues feature enabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasProjectsEnabled", "description": "Indicates if the repository has the Projects feature enabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasWikiEnabled", "description": "Indicates if the repository has wiki feature enabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "homepageUrl", "description": "The repository's URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "interactionAbility", "description": "The interaction ability settings for this repository.
", "type": "RepositoryInteractionAbility", "id": "repositoryinteractionability", "kind": "objects", "href": "/graphql/reference/objects#repositoryinteractionability" }, { "name": "isArchived", "description": "Indicates if the repository is unmaintained.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isBlankIssuesEnabled", "description": "Returns true if blank issue creation is allowed.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isDisabled", "description": "Returns whether or not this repository disabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isEmpty", "description": "Returns whether or not this repository is empty.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isFork", "description": "Identifies if the repository is a fork.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isInOrganization", "description": "Indicates if a repository is either owned by an organization, or is a private fork of an organization repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isLocked", "description": "Indicates if the repository has been locked or not.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isMirror", "description": "Identifies if the repository is a mirror.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPrivate", "description": "Identifies if the repository is private or internal.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isSecurityPolicyEnabled", "description": "Returns true if this repository has a security policy.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isTemplate", "description": "Identifies if the repository is a template that can be used to generate new repositories.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isUserConfigurationRepository", "description": "Is this repository a user configuration repository?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "issue", "description": "Returns a single issue from the current repository by number.
", "type": "Issue", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue", "arguments": [ { "name": "number", "description": "The number for the issue to be returned.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "issueOrPullRequest", "description": "Returns a single issue-like object from the current repository by number.
", "type": "IssueOrPullRequest", "id": "issueorpullrequest", "kind": "unions", "href": "/graphql/reference/unions#issueorpullrequest", "arguments": [ { "name": "number", "description": "The number for the issue to be returned.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "issueTemplates", "description": "Returns a list of issue templates associated to the repository.
", "type": "[IssueTemplate!]", "id": "issuetemplate", "kind": "objects", "href": "/graphql/reference/objects#issuetemplate" }, { "name": "issues", "description": "A list of issues that have been opened in the repository.
", "type": "IssueConnection!", "id": "issueconnection", "kind": "objects", "href": "/graphql/reference/objects#issueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "filterBy", "description": "Filtering options for issues returned from the connection.
", "type": { "name": "IssueFilters", "id": "issuefilters", "kind": "input-objects", "href": "/graphql/reference/input-objects#issuefilters" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for issues returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the issues by.
", "type": { "name": "[IssueState!]", "id": "issuestate", "kind": "enums", "href": "/graphql/reference/enums#issuestate" } } ] }, { "name": "label", "description": "Returns a single label by name.
", "type": "Label", "id": "label", "kind": "objects", "href": "/graphql/reference/objects#label", "arguments": [ { "name": "name", "description": "Label name.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "labels", "description": "A list of labels associated with the repository.
", "type": "LabelConnection", "id": "labelconnection", "kind": "objects", "href": "/graphql/reference/objects#labelconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for labels returned from the connection.
", "type": { "name": "LabelOrder", "id": "labelorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#labelorder" } }, { "name": "query", "description": "If provided, searches labels by name and description.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "languages", "description": "A list containing a breakdown of the language composition of the repository.
", "type": "LanguageConnection", "id": "languageconnection", "kind": "objects", "href": "/graphql/reference/objects#languageconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "LanguageOrder", "id": "languageorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#languageorder" } } ] }, { "name": "latestRelease", "description": "Get the latest release for the repository if one exists.
", "type": "Release", "id": "release", "kind": "objects", "href": "/graphql/reference/objects#release" }, { "name": "licenseInfo", "description": "The license associated with the repository.
", "type": "License", "id": "license", "kind": "objects", "href": "/graphql/reference/objects#license" }, { "name": "lockReason", "description": "The reason the repository has been locked.
", "type": "RepositoryLockReason", "id": "repositorylockreason", "kind": "enums", "href": "/graphql/reference/enums#repositorylockreason" }, { "name": "mentionableUsers", "description": "A list of Users that can be mentioned in the context of the repository.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "Filters users with query on user name and login.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "mergeCommitAllowed", "description": "Whether or not PRs are merged with a merge commit on this repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "mergeCommitMessage", "description": "How the default commit message will be generated when merging a pull request.
", "type": "MergeCommitMessage!", "id": "mergecommitmessage", "kind": "enums", "href": "/graphql/reference/enums#mergecommitmessage" }, { "name": "mergeCommitTitle", "description": "How the default commit title will be generated when merging a pull request.
", "type": "MergeCommitTitle!", "id": "mergecommittitle", "kind": "enums", "href": "/graphql/reference/enums#mergecommittitle" }, { "name": "milestone", "description": "Returns a single milestone from the current repository by number.
", "type": "Milestone", "id": "milestone", "kind": "objects", "href": "/graphql/reference/objects#milestone", "arguments": [ { "name": "number", "description": "The number for the milestone to be returned.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "milestones", "description": "A list of milestones associated with the repository.
", "type": "MilestoneConnection", "id": "milestoneconnection", "kind": "objects", "href": "/graphql/reference/objects#milestoneconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for milestones.
", "type": { "name": "MilestoneOrder", "id": "milestoneorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#milestoneorder" } }, { "name": "query", "description": "Filters milestones with a query on the title.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "states", "description": "Filter by the state of the milestones.
", "type": { "name": "[MilestoneState!]", "id": "milestonestate", "kind": "enums", "href": "/graphql/reference/enums#milestonestate" } } ] }, { "name": "mirrorUrl", "description": "The repository's original mirror URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "name", "description": "The name of the repository.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "nameWithOwner", "description": "The repository's name with owner.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "object", "description": "A Git object in the repository.
", "type": "GitObject", "id": "gitobject", "kind": "interfaces", "href": "/graphql/reference/interfaces#gitobject", "arguments": [ { "name": "expression", "description": "A Git revision expression suitable for rev-parse.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "oid", "description": "The Git object ID.
", "type": { "name": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" } } ] }, { "name": "openGraphImageUrl", "description": "The image used to represent this repository in Open Graph data.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "owner", "description": "The User owner of the repository.
", "type": "RepositoryOwner!", "id": "repositoryowner", "kind": "interfaces", "href": "/graphql/reference/interfaces#repositoryowner" }, { "name": "packages", "description": "A list of packages under the owner.
", "type": "PackageConnection!", "id": "packageconnection", "kind": "objects", "href": "/graphql/reference/objects#packageconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "names", "description": "Find packages by their names.
", "type": { "name": "[String]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "orderBy", "description": "Ordering of the returned packages.
", "type": { "name": "PackageOrder", "id": "packageorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#packageorder" } }, { "name": "packageType", "description": "Filter registry package by type.
", "type": { "name": "PackageType", "id": "packagetype", "kind": "enums", "href": "/graphql/reference/enums#packagetype" } }, { "name": "repositoryId", "description": "Find packages in a repository by ID.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "parent", "description": "The repository parent, if this is a fork.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "pinnedDiscussions", "description": "A list of discussions that have been pinned in this repository.
", "type": "PinnedDiscussionConnection!", "id": "pinneddiscussionconnection", "kind": "objects", "href": "/graphql/reference/objects#pinneddiscussionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "pinnedIssues", "description": "A list of pinned issues for this repository.
", "type": "PinnedIssueConnection", "id": "pinnedissueconnection", "kind": "objects", "href": "/graphql/reference/objects#pinnedissueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "primaryLanguage", "description": "The primary language of the repository's code.
", "type": "Language", "id": "language", "kind": "objects", "href": "/graphql/reference/objects#language" }, { "name": "project", "description": "Find project by number.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "arguments": [ { "name": "number", "description": "The project number to find.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectNext", "description": "Finds and returns the Project (beta) according to the provided Project (beta) number.
", "type": "ProjectNext", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "arguments": [ { "name": "number", "description": "The ProjectNext number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Finds and returns the Project according to the provided Project number.
", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "arguments": [ { "name": "number", "description": "The Project number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projects", "description": "A list of projects under the owner.
", "type": "ProjectConnection!", "id": "projectconnection", "kind": "objects", "href": "/graphql/reference/objects#projectconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for projects returned from the connection.
", "type": { "name": "ProjectOrder", "id": "projectorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectorder" } }, { "name": "search", "description": "Query to search projects by, currently only searching by name.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "states", "description": "A list of states to filter the projects by.
", "type": { "name": "[ProjectState!]", "id": "projectstate", "kind": "enums", "href": "/graphql/reference/enums#projectstate" } } ] }, { "name": "projectsNext", "description": "List of projects (beta) linked to this repository.
", "type": "ProjectNextConnection!", "id": "projectnextconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "A project (beta) to search for linked to the repo.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "sortBy", "defaultValue": "TITLE", "description": "How to order the returned project (beta) objects.
", "type": { "name": "ProjectNextOrderField", "id": "projectnextorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectnextorderfield" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The HTTP path listing the repository's projects.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "projectsUrl", "description": "The HTTP URL listing the repository's projects.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "projectsV2", "description": "List of projects linked to this repository.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "How to order the returned projects.
", "type": { "name": "ProjectV2Order", "id": "projectv2order", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2order" } }, { "name": "query", "description": "A project to search for linked to the repo.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "pullRequest", "description": "Returns a single pull request from the current repository by number.
", "type": "PullRequest", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest", "arguments": [ { "name": "number", "description": "The number for the pull request to be returned.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "pullRequestTemplates", "description": "Returns a list of pull request templates associated to the repository.
", "type": "[PullRequestTemplate!]", "id": "pullrequesttemplate", "kind": "objects", "href": "/graphql/reference/objects#pullrequesttemplate" }, { "name": "pullRequests", "description": "A list of pull requests that have been opened in the repository.
", "type": "PullRequestConnection!", "id": "pullrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the pull requests by.
", "type": { "name": "[PullRequestState!]", "id": "pullrequeststate", "kind": "enums", "href": "/graphql/reference/enums#pullrequeststate" } } ] }, { "name": "pushedAt", "description": "Identifies when the repository was last pushed to.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "rebaseMergeAllowed", "description": "Whether or not rebase-merging is enabled on this repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "recentProjects", "description": "Recent projects that this user has modified in the context of the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "ref", "description": "Fetch a given ref from the repository.
", "type": "Ref", "id": "ref", "kind": "objects", "href": "/graphql/reference/objects#ref", "arguments": [ { "name": "qualifiedName", "description": "The ref to retrieve. Fully qualified matches are checked in order\n(refs/heads/master) before falling back onto checks for short name matches (master).
Fetch a list of refs from the repository.
", "type": "RefConnection", "id": "refconnection", "kind": "objects", "href": "/graphql/reference/objects#refconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "direction", "description": "DEPRECATED: use orderBy. The ordering direction.
", "type": { "name": "OrderDirection", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for refs returned from the connection.
", "type": { "name": "RefOrder", "id": "reforder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reforder" } }, { "name": "query", "description": "Filters refs with query on name.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "refPrefix", "description": "A ref name prefix like refs/heads/, refs/tags/, etc.
Lookup a single release given various criteria.
", "type": "Release", "id": "release", "kind": "objects", "href": "/graphql/reference/objects#release", "arguments": [ { "name": "tagName", "description": "The name of the Tag the Release was created from.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "releases", "description": "List of releases which are dependent on this repository.
", "type": "ReleaseConnection!", "id": "releaseconnection", "kind": "objects", "href": "/graphql/reference/objects#releaseconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "ReleaseOrder", "id": "releaseorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#releaseorder" } } ] }, { "name": "repositoryTopics", "description": "A list of applied repository-topic associations for this repository.
", "type": "RepositoryTopicConnection!", "id": "repositorytopicconnection", "kind": "objects", "href": "/graphql/reference/objects#repositorytopicconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "resourcePath", "description": "The HTTP path for this repository.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "securityPolicyUrl", "description": "The security policy URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "shortDescriptionHTML", "description": "A description of the repository, rendered to HTML without any links in it.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html", "arguments": [ { "name": "limit", "defaultValue": "200", "description": "How many characters to return.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "squashMergeAllowed", "description": "Whether or not squash-merging is enabled on this repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "squashMergeCommitMessage", "description": "How the default commit message will be generated when squash merging a pull request.
", "type": "SquashMergeCommitMessage!", "id": "squashmergecommitmessage", "kind": "enums", "href": "/graphql/reference/enums#squashmergecommitmessage" }, { "name": "squashMergeCommitTitle", "description": "How the default commit title will be generated when squash merging a pull request.
", "type": "SquashMergeCommitTitle!", "id": "squashmergecommittitle", "kind": "enums", "href": "/graphql/reference/enums#squashmergecommittitle" }, { "name": "squashPrTitleUsedAsDefault", "description": "Whether a squash merge commit can use the pull request title as default.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "sshUrl", "description": "The SSH URL to clone this repository.
", "type": "GitSSHRemote!", "id": "gitsshremote", "kind": "scalars", "href": "/graphql/reference/scalars#gitsshremote" }, { "name": "stargazerCount", "description": "Returns a count of how many stargazers there are on this object.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "stargazers", "description": "A list of users who have starred this starrable.
", "type": "StargazerConnection!", "id": "stargazerconnection", "kind": "objects", "href": "/graphql/reference/objects#stargazerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "StarOrder", "id": "starorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#starorder" } } ] }, { "name": "submodules", "description": "Returns a list of all submodules in this repository parsed from the\n.gitmodules file as of the default branch's HEAD commit.
", "type": "SubmoduleConnection!", "id": "submoduleconnection", "kind": "objects", "href": "/graphql/reference/objects#submoduleconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "tempCloneToken", "description": "Temporary authentication token for cloning this repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "templateRepository", "description": "The repository from which this repository was generated, if any.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this repository.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanAdminister", "description": "Indicates whether the viewer has admin permissions on this repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanCreateProjects", "description": "Can the current viewer create new projects on this owner.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdateTopics", "description": "Indicates whether the viewer can update the topics of this repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerDefaultCommitEmail", "description": "The last commit email for the viewer.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "viewerDefaultMergeMethod", "description": "The last used merge method by the viewer or the default for the repository.
", "type": "PullRequestMergeMethod!", "id": "pullrequestmergemethod", "kind": "enums", "href": "/graphql/reference/enums#pullrequestmergemethod" }, { "name": "viewerHasStarred", "description": "Returns a boolean indicating whether the viewing user has starred this starrable.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerPermission", "description": "The users permission level on the repository. Will return null if authenticated as an GitHub App.
", "type": "RepositoryPermission", "id": "repositorypermission", "kind": "enums", "href": "/graphql/reference/enums#repositorypermission" }, { "name": "viewerPossibleCommitEmails", "description": "A list of emails this viewer can commit with.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
", "type": "SubscriptionState", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" }, { "name": "visibility", "description": "Indicates the repository's visibility level.
", "type": "RepositoryVisibility!", "id": "repositoryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repositoryvisibility" }, { "name": "vulnerabilityAlerts", "description": "A list of vulnerability alerts that are on this repository.
", "type": "RepositoryVulnerabilityAlertConnection", "id": "repositoryvulnerabilityalertconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryvulnerabilityalertconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "dependencyScopes", "description": "Filter by the scope of the alert's dependency.
", "type": { "name": "[RepositoryVulnerabilityAlertDependencyScope!]", "id": "repositoryvulnerabilityalertdependencyscope", "kind": "enums", "href": "/graphql/reference/enums#repositoryvulnerabilityalertdependencyscope" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "states", "description": "Filter by the state of the alert.
", "type": { "name": "[RepositoryVulnerabilityAlertState!]", "id": "repositoryvulnerabilityalertstate", "kind": "enums", "href": "/graphql/reference/enums#repositoryvulnerabilityalertstate" } } ] }, { "name": "watchers", "description": "A list of users watching the repository.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "webCommitSignoffRequired", "description": "Whether contributors are required to sign off on web-based commits in this repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "RepositoryCodeowners", "kind": "objects", "id": "repositorycodeowners", "href": "/graphql/reference/objects#repositorycodeowners", "description": "Information extracted from a repository's CODEOWNERS file.
Any problems that were encountered while parsing the CODEOWNERS file.
An error in a CODEOWNERS file.
The column number where the error occurs.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "kind", "description": "A short string describing the type of error.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "line", "description": "The line number where the error occurs.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "message", "description": "A complete description of the error, combining information from other fields.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "path", "description": "The path to the file when the error occurs.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "source", "description": "The content of the line where the error occurs.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "suggestion", "description": "A suggestion of how to fix the error.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "RepositoryCollaboratorConnection", "kind": "objects", "id": "repositorycollaboratorconnection", "href": "/graphql/reference/objects#repositorycollaboratorconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[RepositoryCollaboratorEdge]", "id": "repositorycollaboratoredge", "kind": "objects", "href": "/graphql/reference/objects#repositorycollaboratoredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "RepositoryCollaboratorEdge", "kind": "objects", "id": "repositorycollaboratoredge", "href": "/graphql/reference/objects#repositorycollaboratoredge", "description": "Represents a user who is a collaborator of a repository.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "permission", "description": "The permission the user has on the repository.
", "type": "RepositoryPermission!", "id": "repositorypermission", "kind": "enums", "href": "/graphql/reference/enums#repositorypermission" }, { "name": "permissionSources", "description": "A list of sources for the user's access to the repository.
", "type": "[PermissionSource!]", "id": "permissionsource", "kind": "objects", "href": "/graphql/reference/objects#permissionsource" } ] }, { "name": "RepositoryConnection", "kind": "objects", "id": "repositoryconnection", "href": "/graphql/reference/objects#repositoryconnection", "description": "A list of repositories owned by the subject.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[RepositoryEdge]", "id": "repositoryedge", "kind": "objects", "href": "/graphql/reference/objects#repositoryedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Repository]", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalDiskUsage", "description": "The total size in kilobytes of all repositories in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "RepositoryContactLink", "kind": "objects", "id": "repositorycontactlink", "href": "/graphql/reference/objects#repositorycontactlink", "description": "A repository contact link.
", "fields": [ { "name": "about", "description": "The contact link purpose.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The contact link name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "url", "description": "The contact link URL.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepositoryEdge", "kind": "objects", "id": "repositoryedge", "href": "/graphql/reference/objects#repositoryedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "RepositoryInteractionAbility", "kind": "objects", "id": "repositoryinteractionability", "href": "/graphql/reference/objects#repositoryinteractionability", "description": "Repository interaction limit that applies to this object.
", "fields": [ { "name": "expiresAt", "description": "The time the currently active limit expires.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "limit", "description": "The current limit that is enabled on this object.
", "type": "RepositoryInteractionLimit!", "id": "repositoryinteractionlimit", "kind": "enums", "href": "/graphql/reference/enums#repositoryinteractionlimit" }, { "name": "origin", "description": "The origin of the currently active interaction limit.
", "type": "RepositoryInteractionLimitOrigin!", "id": "repositoryinteractionlimitorigin", "kind": "enums", "href": "/graphql/reference/enums#repositoryinteractionlimitorigin" } ] }, { "name": "RepositoryInvitation", "kind": "objects", "id": "repositoryinvitation", "href": "/graphql/reference/objects#repositoryinvitation", "description": "An invitation for a user to be added to a repository.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "email", "description": "The email address that received the invitation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "invitee", "description": "The user who received the invitation.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "inviter", "description": "The user who created the invitation.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "permalink", "description": "The permalink for this repository invitation.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "permission", "description": "The permission granted on this repository by this invitation.
", "type": "RepositoryPermission!", "id": "repositorypermission", "kind": "enums", "href": "/graphql/reference/enums#repositorypermission" }, { "name": "repository", "description": "The Repository the user is invited to.
", "type": "RepositoryInfo", "id": "repositoryinfo", "kind": "interfaces", "href": "/graphql/reference/interfaces#repositoryinfo" } ] }, { "name": "RepositoryInvitationConnection", "kind": "objects", "id": "repositoryinvitationconnection", "href": "/graphql/reference/objects#repositoryinvitationconnection", "description": "A list of repository invitations.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[RepositoryInvitationEdge]", "id": "repositoryinvitationedge", "kind": "objects", "href": "/graphql/reference/objects#repositoryinvitationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[RepositoryInvitation]", "id": "repositoryinvitation", "kind": "objects", "href": "/graphql/reference/objects#repositoryinvitation" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "RepositoryInvitationEdge", "kind": "objects", "id": "repositoryinvitationedge", "href": "/graphql/reference/objects#repositoryinvitationedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "RepositoryInvitation", "id": "repositoryinvitation", "kind": "objects", "href": "/graphql/reference/objects#repositoryinvitation" } ] }, { "name": "RepositoryMigration", "kind": "objects", "id": "repositorymigration", "href": "/graphql/reference/objects#repositorymigration", "description": "An Octoshift repository migration.
", "implements": [ { "name": "Migration", "id": "migration", "href": "/graphql/reference/interfaces#migration" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "continueOnError", "description": "The Octoshift migration flag to continue on error.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "failureReason", "description": "The reason the migration failed.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "migrationLogUrl", "description": "The URL for the migration log (expires 1 day after migration completes).
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "migrationSource", "description": "The Octoshift migration source.
", "type": "MigrationSource!", "id": "migrationsource", "kind": "objects", "href": "/graphql/reference/objects#migrationsource" }, { "name": "repositoryName", "description": "The target repository name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sourceUrl", "description": "The Octoshift migration source URL.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "The Octoshift migration state.
", "type": "MigrationState!", "id": "migrationstate", "kind": "enums", "href": "/graphql/reference/enums#migrationstate" } ] }, { "name": "RepositoryMigrationConnection", "kind": "objects", "id": "repositorymigrationconnection", "href": "/graphql/reference/objects#repositorymigrationconnection", "description": "The connection type for RepositoryMigration.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[RepositoryMigrationEdge]", "id": "repositorymigrationedge", "kind": "objects", "href": "/graphql/reference/objects#repositorymigrationedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[RepositoryMigration]", "id": "repositorymigration", "kind": "objects", "href": "/graphql/reference/objects#repositorymigration" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "RepositoryMigrationEdge", "kind": "objects", "id": "repositorymigrationedge", "href": "/graphql/reference/objects#repositorymigrationedge", "description": "Represents a repository migration.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "RepositoryMigration", "id": "repositorymigration", "kind": "objects", "href": "/graphql/reference/objects#repositorymigration" } ] }, { "name": "RepositoryTopic", "kind": "objects", "id": "repositorytopic", "href": "/graphql/reference/objects#repositorytopic", "description": "A repository-topic connects a repository to a topic.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "resourcePath", "description": "The HTTP path for this repository-topic.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "topic", "description": "The topic.
", "type": "Topic!", "id": "topic", "kind": "objects", "href": "/graphql/reference/objects#topic" }, { "name": "url", "description": "The HTTP URL for this repository-topic.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepositoryTopicConnection", "kind": "objects", "id": "repositorytopicconnection", "href": "/graphql/reference/objects#repositorytopicconnection", "description": "The connection type for RepositoryTopic.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[RepositoryTopicEdge]", "id": "repositorytopicedge", "kind": "objects", "href": "/graphql/reference/objects#repositorytopicedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[RepositoryTopic]", "id": "repositorytopic", "kind": "objects", "href": "/graphql/reference/objects#repositorytopic" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "RepositoryTopicEdge", "kind": "objects", "id": "repositorytopicedge", "href": "/graphql/reference/objects#repositorytopicedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "RepositoryTopic", "id": "repositorytopic", "kind": "objects", "href": "/graphql/reference/objects#repositorytopic" } ] }, { "name": "RepositoryVisibilityChangeDisableAuditEntry", "kind": "objects", "id": "repositoryvisibilitychangedisableauditentry", "href": "/graphql/reference/objects#repositoryvisibilitychangedisableauditentry", "description": "Audit log entry for a repository_visibility_change.disable event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "EnterpriseAuditEntryData", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepositoryVisibilityChangeEnableAuditEntry", "kind": "objects", "id": "repositoryvisibilitychangeenableauditentry", "href": "/graphql/reference/objects#repositoryvisibilitychangeenableauditentry", "description": "Audit log entry for a repository_visibility_change.enable event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "EnterpriseAuditEntryData", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepositoryVulnerabilityAlert", "kind": "objects", "id": "repositoryvulnerabilityalert", "href": "/graphql/reference/objects#repositoryvulnerabilityalert", "description": "A Dependabot alert for a repository with a dependency affected by a security vulnerability.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "RepositoryNode", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode" } ], "fields": [ { "name": "createdAt", "description": "When was the alert created?.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "dependabotUpdate", "description": "The associated Dependabot update.
", "type": "DependabotUpdate", "id": "dependabotupdate", "kind": "objects", "href": "/graphql/reference/objects#dependabotupdate" }, { "name": "dependencyScope", "description": "The scope of an alert's dependency.
", "type": "RepositoryVulnerabilityAlertDependencyScope", "id": "repositoryvulnerabilityalertdependencyscope", "kind": "enums", "href": "/graphql/reference/enums#repositoryvulnerabilityalertdependencyscope" }, { "name": "dismissComment", "description": "Comment explaining the reason the alert was dismissed.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "dismissReason", "description": "The reason the alert was dismissed.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "dismissedAt", "description": "When was the alert dismissed?.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "dismisser", "description": "The user who dismissed the alert.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "fixReason", "description": "The reason the alert was marked as fixed.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The fixReason field is being removed. You can still use fixedAt and dismissReason. Removal on 2022-10-01 UTC.
When was the alert fixed?.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "number", "description": "Identifies the alert number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "repository", "description": "The associated repository.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "securityAdvisory", "description": "The associated security advisory.
", "type": "SecurityAdvisory", "id": "securityadvisory", "kind": "objects", "href": "/graphql/reference/objects#securityadvisory" }, { "name": "securityVulnerability", "description": "The associated security vulnerability.
", "type": "SecurityVulnerability", "id": "securityvulnerability", "kind": "objects", "href": "/graphql/reference/objects#securityvulnerability" }, { "name": "state", "description": "Identifies the state of the alert.
", "type": "RepositoryVulnerabilityAlertState!", "id": "repositoryvulnerabilityalertstate", "kind": "enums", "href": "/graphql/reference/enums#repositoryvulnerabilityalertstate" }, { "name": "vulnerableManifestFilename", "description": "The vulnerable manifest filename.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "vulnerableManifestPath", "description": "The vulnerable manifest path.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "vulnerableRequirements", "description": "The vulnerable requirements.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "RepositoryVulnerabilityAlertConnection", "kind": "objects", "id": "repositoryvulnerabilityalertconnection", "href": "/graphql/reference/objects#repositoryvulnerabilityalertconnection", "description": "The connection type for RepositoryVulnerabilityAlert.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[RepositoryVulnerabilityAlertEdge]", "id": "repositoryvulnerabilityalertedge", "kind": "objects", "href": "/graphql/reference/objects#repositoryvulnerabilityalertedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[RepositoryVulnerabilityAlert]", "id": "repositoryvulnerabilityalert", "kind": "objects", "href": "/graphql/reference/objects#repositoryvulnerabilityalert" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "RepositoryVulnerabilityAlertEdge", "kind": "objects", "id": "repositoryvulnerabilityalertedge", "href": "/graphql/reference/objects#repositoryvulnerabilityalertedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "RepositoryVulnerabilityAlert", "id": "repositoryvulnerabilityalert", "kind": "objects", "href": "/graphql/reference/objects#repositoryvulnerabilityalert" } ] }, { "name": "RequestedReviewerConnection", "kind": "objects", "id": "requestedreviewerconnection", "href": "/graphql/reference/objects#requestedreviewerconnection", "description": "The connection type for RequestedReviewer.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[RequestedReviewerEdge]", "id": "requestedrevieweredge", "kind": "objects", "href": "/graphql/reference/objects#requestedrevieweredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[RequestedReviewer]", "id": "requestedreviewer", "kind": "unions", "href": "/graphql/reference/unions#requestedreviewer" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "RequestedReviewerEdge", "kind": "objects", "id": "requestedrevieweredge", "href": "/graphql/reference/objects#requestedrevieweredge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "RequestedReviewer", "id": "requestedreviewer", "kind": "unions", "href": "/graphql/reference/unions#requestedreviewer" } ] }, { "name": "RequiredStatusCheckDescription", "kind": "objects", "id": "requiredstatuscheckdescription", "href": "/graphql/reference/objects#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.
", "type": "App", "id": "app", "kind": "objects", "href": "/graphql/reference/objects#app" }, { "name": "context", "description": "The name of this status.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "RestrictedContribution", "kind": "objects", "id": "restrictedcontribution", "href": "/graphql/reference/objects#restrictedcontribution", "description": "Represents a private contribution a user made on GitHub.
", "implements": [ { "name": "Contribution", "id": "contribution", "href": "/graphql/reference/interfaces#contribution" } ], "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "occurredAt", "description": "When this contribution was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "resourcePath", "description": "The HTTP path for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user who made this contribution.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "ReviewDismissalAllowance", "kind": "objects", "id": "reviewdismissalallowance", "href": "/graphql/reference/objects#reviewdismissalallowance", "description": "A user, team, or app who has the ability to dismiss a review on a protected branch.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "actor", "description": "The actor that can dismiss.
", "type": "ReviewDismissalAllowanceActor", "id": "reviewdismissalallowanceactor", "kind": "unions", "href": "/graphql/reference/unions#reviewdismissalallowanceactor" }, { "name": "branchProtectionRule", "description": "Identifies the branch protection rule associated with the allowed user, team, or app.
", "type": "BranchProtectionRule", "id": "branchprotectionrule", "kind": "objects", "href": "/graphql/reference/objects#branchprotectionrule" } ] }, { "name": "ReviewDismissalAllowanceConnection", "kind": "objects", "id": "reviewdismissalallowanceconnection", "href": "/graphql/reference/objects#reviewdismissalallowanceconnection", "description": "The connection type for ReviewDismissalAllowance.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ReviewDismissalAllowanceEdge]", "id": "reviewdismissalallowanceedge", "kind": "objects", "href": "/graphql/reference/objects#reviewdismissalallowanceedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ReviewDismissalAllowance]", "id": "reviewdismissalallowance", "kind": "objects", "href": "/graphql/reference/objects#reviewdismissalallowance" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ReviewDismissalAllowanceEdge", "kind": "objects", "id": "reviewdismissalallowanceedge", "href": "/graphql/reference/objects#reviewdismissalallowanceedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ReviewDismissalAllowance", "id": "reviewdismissalallowance", "kind": "objects", "href": "/graphql/reference/objects#reviewdismissalallowance" } ] }, { "name": "ReviewDismissedEvent", "kind": "objects", "id": "reviewdismissedevent", "href": "/graphql/reference/objects#reviewdismissedevent", "description": "Represents areview_dismissedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "dismissalMessage", "description": "Identifies the optional message associated with thereview_dismissedevent.
Identifies the optional message associated with the event, rendered to HTML.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "previousReviewState", "description": "Identifies the previous state of the review with thereview_dismissedevent.
PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "pullRequestCommit", "description": "Identifies the commit which caused the review to become stale.
", "type": "PullRequestCommit", "id": "pullrequestcommit", "kind": "objects", "href": "/graphql/reference/objects#pullrequestcommit" }, { "name": "resourcePath", "description": "The HTTP path for this review dismissed event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "review", "description": "Identifies the review associated with thereview_dismissedevent.
The HTTP URL for this review dismissed event.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "ReviewRequest", "kind": "objects", "id": "reviewrequest", "href": "/graphql/reference/objects#reviewrequest", "description": "A request for a user to review a pull request.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "asCodeOwner", "description": "Whether this request was created for a code owner.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "pullRequest", "description": "Identifies the pull request associated with this review request.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "requestedReviewer", "description": "The reviewer that is requested.
", "type": "RequestedReviewer", "id": "requestedreviewer", "kind": "unions", "href": "/graphql/reference/unions#requestedreviewer" } ] }, { "name": "ReviewRequestConnection", "kind": "objects", "id": "reviewrequestconnection", "href": "/graphql/reference/objects#reviewrequestconnection", "description": "The connection type for ReviewRequest.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[ReviewRequestEdge]", "id": "reviewrequestedge", "kind": "objects", "href": "/graphql/reference/objects#reviewrequestedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[ReviewRequest]", "id": "reviewrequest", "kind": "objects", "href": "/graphql/reference/objects#reviewrequest" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ReviewRequestEdge", "kind": "objects", "id": "reviewrequestedge", "href": "/graphql/reference/objects#reviewrequestedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "ReviewRequest", "id": "reviewrequest", "kind": "objects", "href": "/graphql/reference/objects#reviewrequest" } ] }, { "name": "ReviewRequestRemovedEvent", "kind": "objects", "id": "reviewrequestremovedevent", "href": "/graphql/reference/objects#reviewrequestremovedevent", "description": "Represents anreview_request_removedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "requestedReviewer", "description": "Identifies the reviewer whose review request was removed.
", "type": "RequestedReviewer", "id": "requestedreviewer", "kind": "unions", "href": "/graphql/reference/unions#requestedreviewer" } ] }, { "name": "ReviewRequestedEvent", "kind": "objects", "id": "reviewrequestedevent", "href": "/graphql/reference/objects#reviewrequestedevent", "description": "Represents anreview_requestedevent on a given pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "pullRequest", "description": "PullRequest referenced by event.
", "type": "PullRequest!", "id": "pullrequest", "kind": "objects", "href": "/graphql/reference/objects#pullrequest" }, { "name": "requestedReviewer", "description": "Identifies the reviewer whose review was requested.
", "type": "RequestedReviewer", "id": "requestedreviewer", "kind": "unions", "href": "/graphql/reference/unions#requestedreviewer" } ] }, { "name": "ReviewStatusHovercardContext", "kind": "objects", "id": "reviewstatushovercardcontext", "href": "/graphql/reference/objects#reviewstatushovercardcontext", "description": "A hovercard context with a message describing the current code review state of the pull\nrequest.
", "implements": [ { "name": "HovercardContext", "id": "hovercardcontext", "href": "/graphql/reference/interfaces#hovercardcontext" } ], "fields": [ { "name": "message", "description": "A string describing this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "octicon", "description": "An octicon to accompany this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "reviewDecision", "description": "The current status of the pull request with respect to code review.
", "type": "PullRequestReviewDecision", "id": "pullrequestreviewdecision", "kind": "enums", "href": "/graphql/reference/enums#pullrequestreviewdecision" } ] }, { "name": "SavedReply", "kind": "objects", "id": "savedreply", "href": "/graphql/reference/objects#savedreply", "description": "A Saved Reply is text a user can use to reply quickly.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "body", "description": "The body of the saved reply.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The saved reply body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "title", "description": "The title of the saved reply.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "user", "description": "The user that saved this reply.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" } ] }, { "name": "SavedReplyConnection", "kind": "objects", "id": "savedreplyconnection", "href": "/graphql/reference/objects#savedreplyconnection", "description": "The connection type for SavedReply.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SavedReplyEdge]", "id": "savedreplyedge", "kind": "objects", "href": "/graphql/reference/objects#savedreplyedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[SavedReply]", "id": "savedreply", "kind": "objects", "href": "/graphql/reference/objects#savedreply" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SavedReplyEdge", "kind": "objects", "id": "savedreplyedge", "href": "/graphql/reference/objects#savedreplyedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "SavedReply", "id": "savedreply", "kind": "objects", "href": "/graphql/reference/objects#savedreply" } ] }, { "name": "SearchResultItemConnection", "kind": "objects", "id": "searchresultitemconnection", "href": "/graphql/reference/objects#searchresultitemconnection", "description": "A list of results that matched against a search query. Regardless of the number\nof matches, a maximum of 1,000 results will be available across all types,\npotentially split across many pages.
", "fields": [ { "name": "codeCount", "description": "The total number of pieces of code that matched the search query. Regardless\nof the total number of matches, a maximum of 1,000 results will be available\nacross all types.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "discussionCount", "description": "The total number of discussions that matched the search query. Regardless of\nthe total number of matches, a maximum of 1,000 results will be available\nacross all types.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "edges", "description": "A list of edges.
", "type": "[SearchResultItemEdge]", "id": "searchresultitemedge", "kind": "objects", "href": "/graphql/reference/objects#searchresultitemedge" }, { "name": "issueCount", "description": "The total number of issues that matched the search query. Regardless of the\ntotal number of matches, a maximum of 1,000 results will be available across all types.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[SearchResultItem]", "id": "searchresultitem", "kind": "unions", "href": "/graphql/reference/unions#searchresultitem" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "repositoryCount", "description": "The total number of repositories that matched the search query. Regardless of\nthe total number of matches, a maximum of 1,000 results will be available\nacross all types.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "userCount", "description": "The total number of users that matched the search query. Regardless of the\ntotal number of matches, a maximum of 1,000 results will be available across all types.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "wikiCount", "description": "The total number of wiki pages that matched the search query. Regardless of\nthe total number of matches, a maximum of 1,000 results will be available\nacross all types.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SearchResultItemEdge", "kind": "objects", "id": "searchresultitemedge", "href": "/graphql/reference/objects#searchresultitemedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "SearchResultItem", "id": "searchresultitem", "kind": "unions", "href": "/graphql/reference/unions#searchresultitem" }, { "name": "textMatches", "description": "Text matches on the result found.
", "type": "[TextMatch]", "id": "textmatch", "kind": "objects", "href": "/graphql/reference/objects#textmatch" } ] }, { "name": "SecurityAdvisory", "kind": "objects", "id": "securityadvisory", "href": "/graphql/reference/objects#securityadvisory", "description": "A GitHub Security Advisory.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "classification", "description": "The classification of the advisory.
", "type": "SecurityAdvisoryClassification!", "id": "securityadvisoryclassification", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryclassification" }, { "name": "cvss", "description": "The CVSS associated with this advisory.
", "type": "CVSS!", "id": "cvss", "kind": "objects", "href": "/graphql/reference/objects#cvss" }, { "name": "cwes", "description": "CWEs associated with this Advisory.
", "type": "CWEConnection!", "id": "cweconnection", "kind": "objects", "href": "/graphql/reference/objects#cweconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "description", "description": "This is a long plaintext description of the advisory.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ghsaId", "description": "The GitHub Security Advisory ID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "identifiers", "description": "A list of identifiers for this advisory.
", "type": "[SecurityAdvisoryIdentifier!]!", "id": "securityadvisoryidentifier", "kind": "objects", "href": "/graphql/reference/objects#securityadvisoryidentifier" }, { "name": "notificationsPermalink", "description": "The permalink for the advisory's dependabot alerts page.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "origin", "description": "The organization that originated the advisory.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "permalink", "description": "The permalink for the advisory.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "publishedAt", "description": "When the advisory was published.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "references", "description": "A list of references for this advisory.
", "type": "[SecurityAdvisoryReference!]!", "id": "securityadvisoryreference", "kind": "objects", "href": "/graphql/reference/objects#securityadvisoryreference" }, { "name": "severity", "description": "The severity of the advisory.
", "type": "SecurityAdvisorySeverity!", "id": "securityadvisoryseverity", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryseverity" }, { "name": "summary", "description": "A short plaintext summary of the advisory.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "When the advisory was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "vulnerabilities", "description": "Vulnerabilities associated with this Advisory.
", "type": "SecurityVulnerabilityConnection!", "id": "securityvulnerabilityconnection", "kind": "objects", "href": "/graphql/reference/objects#securityvulnerabilityconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "classifications", "description": "A list of advisory classifications to filter vulnerabilities by.
", "type": { "name": "[SecurityAdvisoryClassification!]", "id": "securityadvisoryclassification", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryclassification" } }, { "name": "ecosystem", "description": "An ecosystem to filter vulnerabilities by.
", "type": { "name": "SecurityAdvisoryEcosystem", "id": "securityadvisoryecosystem", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryecosystem" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the returned topics.
", "type": { "name": "SecurityVulnerabilityOrder", "id": "securityvulnerabilityorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#securityvulnerabilityorder" } }, { "name": "package", "description": "A package name to filter vulnerabilities by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "severities", "description": "A list of severities to filter vulnerabilities by.
", "type": { "name": "[SecurityAdvisorySeverity!]", "id": "securityadvisoryseverity", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryseverity" } } ] }, { "name": "withdrawnAt", "description": "When the advisory was withdrawn, if it has been withdrawn.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "SecurityAdvisoryConnection", "kind": "objects", "id": "securityadvisoryconnection", "href": "/graphql/reference/objects#securityadvisoryconnection", "description": "The connection type for SecurityAdvisory.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SecurityAdvisoryEdge]", "id": "securityadvisoryedge", "kind": "objects", "href": "/graphql/reference/objects#securityadvisoryedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[SecurityAdvisory]", "id": "securityadvisory", "kind": "objects", "href": "/graphql/reference/objects#securityadvisory" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SecurityAdvisoryEdge", "kind": "objects", "id": "securityadvisoryedge", "href": "/graphql/reference/objects#securityadvisoryedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "SecurityAdvisory", "id": "securityadvisory", "kind": "objects", "href": "/graphql/reference/objects#securityadvisory" } ] }, { "name": "SecurityAdvisoryIdentifier", "kind": "objects", "id": "securityadvisoryidentifier", "href": "/graphql/reference/objects#securityadvisoryidentifier", "description": "A GitHub Security Advisory Identifier.
", "fields": [ { "name": "type", "description": "The identifier type, e.g. GHSA, CVE.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "value", "description": "The identifier.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "SecurityAdvisoryPackage", "kind": "objects", "id": "securityadvisorypackage", "href": "/graphql/reference/objects#securityadvisorypackage", "description": "An individual package.
", "fields": [ { "name": "ecosystem", "description": "The ecosystem the package belongs to, e.g. RUBYGEMS, NPM.
", "type": "SecurityAdvisoryEcosystem!", "id": "securityadvisoryecosystem", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryecosystem" }, { "name": "name", "description": "The package name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "SecurityAdvisoryPackageVersion", "kind": "objects", "id": "securityadvisorypackageversion", "href": "/graphql/reference/objects#securityadvisorypackageversion", "description": "An individual package version.
", "fields": [ { "name": "identifier", "description": "The package name or version.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "SecurityAdvisoryReference", "kind": "objects", "id": "securityadvisoryreference", "href": "/graphql/reference/objects#securityadvisoryreference", "description": "A GitHub Security Advisory Reference.
", "fields": [ { "name": "url", "description": "A publicly accessible reference.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "SecurityVulnerability", "kind": "objects", "id": "securityvulnerability", "href": "/graphql/reference/objects#securityvulnerability", "description": "An individual vulnerability within an Advisory.
", "fields": [ { "name": "advisory", "description": "The Advisory associated with this Vulnerability.
", "type": "SecurityAdvisory!", "id": "securityadvisory", "kind": "objects", "href": "/graphql/reference/objects#securityadvisory" }, { "name": "firstPatchedVersion", "description": "The first version containing a fix for the vulnerability.
", "type": "SecurityAdvisoryPackageVersion", "id": "securityadvisorypackageversion", "kind": "objects", "href": "/graphql/reference/objects#securityadvisorypackageversion" }, { "name": "package", "description": "A description of the vulnerable package.
", "type": "SecurityAdvisoryPackage!", "id": "securityadvisorypackage", "kind": "objects", "href": "/graphql/reference/objects#securityadvisorypackage" }, { "name": "severity", "description": "The severity of the vulnerability within this package.
", "type": "SecurityAdvisorySeverity!", "id": "securityadvisoryseverity", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryseverity" }, { "name": "updatedAt", "description": "When the vulnerability was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "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.<= 1.0.8 denotes a version range up to and including the specified version< 0.1.11 denotes a version range up to, but excluding, the specified version>= 4.3.0, < 4.3.5 denotes a version range with a known minimum and maximum version.>= 0.0.1 denotes a version range with a known minimum, but no known maximum.The connection type for SecurityVulnerability.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SecurityVulnerabilityEdge]", "id": "securityvulnerabilityedge", "kind": "objects", "href": "/graphql/reference/objects#securityvulnerabilityedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[SecurityVulnerability]", "id": "securityvulnerability", "kind": "objects", "href": "/graphql/reference/objects#securityvulnerability" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SecurityVulnerabilityEdge", "kind": "objects", "id": "securityvulnerabilityedge", "href": "/graphql/reference/objects#securityvulnerabilityedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "SecurityVulnerability", "id": "securityvulnerability", "kind": "objects", "href": "/graphql/reference/objects#securityvulnerability" } ] }, { "name": "SmimeSignature", "kind": "objects", "id": "smimesignature", "href": "/graphql/reference/objects#smimesignature", "description": "Represents an S/MIME signature on a Commit or Tag.
", "implements": [ { "name": "GitSignature", "id": "gitsignature", "href": "/graphql/reference/interfaces#gitsignature" } ], "fields": [ { "name": "email", "description": "Email used to sign this object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signature", "description": "ASCII-armored signature header from object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "state", "description": "The state of this signature. VALID if signature is valid and verified by\nGitHub, otherwise represents reason why signature is considered invalid.
True if the signature was made with GitHub's signing key.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "SortBy", "kind": "objects", "id": "sortby", "href": "/graphql/reference/objects#sortby", "description": "Represents a sort by field and direction.
", "fields": [ { "name": "direction", "description": "The direction of the sorting. Possible values are ASC and DESC.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The id of the field by which the column is sorted.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SponsorConnection", "kind": "objects", "id": "sponsorconnection", "href": "/graphql/reference/objects#sponsorconnection", "description": "The connection type for Sponsor.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SponsorEdge]", "id": "sponsoredge", "kind": "objects", "href": "/graphql/reference/objects#sponsoredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Sponsor]", "id": "sponsor", "kind": "unions", "href": "/graphql/reference/unions#sponsor" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SponsorEdge", "kind": "objects", "id": "sponsoredge", "href": "/graphql/reference/objects#sponsoredge", "description": "Represents a user or organization who is sponsoring someone in GitHub Sponsors.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Sponsor", "id": "sponsor", "kind": "unions", "href": "/graphql/reference/unions#sponsor" } ] }, { "name": "SponsorableItemConnection", "kind": "objects", "id": "sponsorableitemconnection", "href": "/graphql/reference/objects#sponsorableitemconnection", "description": "The connection type for SponsorableItem.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SponsorableItemEdge]", "id": "sponsorableitemedge", "kind": "objects", "href": "/graphql/reference/objects#sponsorableitemedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[SponsorableItem]", "id": "sponsorableitem", "kind": "unions", "href": "/graphql/reference/unions#sponsorableitem" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SponsorableItemEdge", "kind": "objects", "id": "sponsorableitemedge", "href": "/graphql/reference/objects#sponsorableitemedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "SponsorableItem", "id": "sponsorableitem", "kind": "unions", "href": "/graphql/reference/unions#sponsorableitem" } ] }, { "name": "SponsorsActivity", "kind": "objects", "id": "sponsorsactivity", "href": "/graphql/reference/objects#sponsorsactivity", "description": "An event related to sponsorship activity.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "action", "description": "What action this activity indicates took place.
", "type": "SponsorsActivityAction!", "id": "sponsorsactivityaction", "kind": "enums", "href": "/graphql/reference/enums#sponsorsactivityaction" }, { "name": "previousSponsorsTier", "description": "The tier that the sponsorship used to use, for tier change events.
", "type": "SponsorsTier", "id": "sponsorstier", "kind": "objects", "href": "/graphql/reference/objects#sponsorstier" }, { "name": "sponsor", "description": "The user or organization who triggered this activity and was/is sponsoring the sponsorable.
", "type": "Sponsor", "id": "sponsor", "kind": "unions", "href": "/graphql/reference/unions#sponsor" }, { "name": "sponsorable", "description": "The user or organization that is being sponsored, the maintainer.
", "type": "Sponsorable!", "id": "sponsorable", "kind": "interfaces", "href": "/graphql/reference/interfaces#sponsorable" }, { "name": "sponsorsTier", "description": "The associated sponsorship tier.
", "type": "SponsorsTier", "id": "sponsorstier", "kind": "objects", "href": "/graphql/reference/objects#sponsorstier" }, { "name": "timestamp", "description": "The timestamp of this event.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "SponsorsActivityConnection", "kind": "objects", "id": "sponsorsactivityconnection", "href": "/graphql/reference/objects#sponsorsactivityconnection", "description": "The connection type for SponsorsActivity.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SponsorsActivityEdge]", "id": "sponsorsactivityedge", "kind": "objects", "href": "/graphql/reference/objects#sponsorsactivityedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[SponsorsActivity]", "id": "sponsorsactivity", "kind": "objects", "href": "/graphql/reference/objects#sponsorsactivity" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SponsorsActivityEdge", "kind": "objects", "id": "sponsorsactivityedge", "href": "/graphql/reference/objects#sponsorsactivityedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "SponsorsActivity", "id": "sponsorsactivity", "kind": "objects", "href": "/graphql/reference/objects#sponsorsactivity" } ] }, { "name": "SponsorsGoal", "kind": "objects", "id": "sponsorsgoal", "href": "/graphql/reference/objects#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.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "kind", "description": "What the objective of this goal is.
", "type": "SponsorsGoalKind!", "id": "sponsorsgoalkind", "kind": "enums", "href": "/graphql/reference/enums#sponsorsgoalkind" }, { "name": "percentComplete", "description": "The percentage representing how complete this goal is, between 0-100.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "targetValue", "description": "What the goal amount is. Represents an amount in USD for monthly sponsorship\namount goals. Represents a count of unique sponsors for total sponsors count goals.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "title", "description": "A brief summary of the kind and target value of this goal.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "SponsorsListing", "kind": "objects", "id": "sponsorslisting", "href": "/graphql/reference/objects#sponsorslisting", "description": "A GitHub Sponsors listing.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "activeGoal", "description": "The current goal the maintainer is trying to reach with GitHub Sponsors, if any.
", "type": "SponsorsGoal", "id": "sponsorsgoal", "kind": "objects", "href": "/graphql/reference/objects#sponsorsgoal" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "dashboardResourcePath", "description": "The HTTP path for the Sponsors dashboard for this Sponsors listing.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "dashboardUrl", "description": "The HTTP URL for the Sponsors dashboard for this Sponsors listing.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "fullDescription", "description": "The full description of the listing.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "fullDescriptionHTML", "description": "The full description of the listing rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "isPublic", "description": "Whether this listing is publicly visible.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "The listing's full name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "nextPayoutDate", "description": "A future date on which this listing is eligible to receive a payout.
", "type": "Date", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "name": "resourcePath", "description": "The HTTP path for this Sponsors listing.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "shortDescription", "description": "The short description of the listing.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "slug", "description": "The short name of the listing.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sponsorable", "description": "The entity this listing represents who can be sponsored on GitHub Sponsors.
", "type": "Sponsorable!", "id": "sponsorable", "kind": "interfaces", "href": "/graphql/reference/interfaces#sponsorable" }, { "name": "tiers", "description": "The published tiers for this GitHub Sponsors listing.
", "type": "SponsorsTierConnection", "id": "sponsorstierconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorstierconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for Sponsors tiers returned from the connection.
", "type": { "name": "SponsorsTierOrder", "id": "sponsorstierorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorstierorder" } } ] }, { "name": "url", "description": "The HTTP URL for this Sponsors listing.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "SponsorsTier", "kind": "objects", "id": "sponsorstier", "href": "/graphql/reference/objects#sponsorstier", "description": "A GitHub Sponsors tier associated with a GitHub Sponsors listing.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "adminInfo", "description": "SponsorsTier information only visible to users that can administer the associated Sponsors listing.
", "type": "SponsorsTierAdminInfo", "id": "sponsorstieradmininfo", "kind": "objects", "href": "/graphql/reference/objects#sponsorstieradmininfo" }, { "name": "closestLesserValueTier", "description": "Get a different tier for this tier's maintainer that is at the same frequency\nas this tier but with an equal or lesser cost. Returns the published tier with\nthe monthly price closest to this tier's without going over.
", "type": "SponsorsTier", "id": "sponsorstier", "kind": "objects", "href": "/graphql/reference/objects#sponsorstier" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "description", "description": "The description of the tier.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "descriptionHTML", "description": "The tier description rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "isCustomAmount", "description": "Whether this tier was chosen at checkout time by the sponsor rather than\ndefined ahead of time by the maintainer who manages the Sponsors listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isOneTime", "description": "Whether this tier is only for use with one-time sponsorships.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "monthlyPriceInCents", "description": "How much this tier costs per month in cents.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "monthlyPriceInDollars", "description": "How much this tier costs per month in USD.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The name of the tier.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sponsorsListing", "description": "The sponsors listing that this tier belongs to.
", "type": "SponsorsListing!", "id": "sponsorslisting", "kind": "objects", "href": "/graphql/reference/objects#sponsorslisting" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "SponsorsTierAdminInfo", "kind": "objects", "id": "sponsorstieradmininfo", "href": "/graphql/reference/objects#sponsorstieradmininfo", "description": "SponsorsTier information only visible to users that can administer the associated Sponsors listing.
", "fields": [ { "name": "sponsorships", "description": "The sponsorships associated with this tier.
", "type": "SponsorshipConnection!", "id": "sponsorshipconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includePrivate", "defaultValue": false, "description": "Whether or not to include private sponsorships in the result set.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.
", "type": { "name": "SponsorshipOrder", "id": "sponsorshiporder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshiporder" } } ] } ] }, { "name": "SponsorsTierConnection", "kind": "objects", "id": "sponsorstierconnection", "href": "/graphql/reference/objects#sponsorstierconnection", "description": "The connection type for SponsorsTier.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SponsorsTierEdge]", "id": "sponsorstieredge", "kind": "objects", "href": "/graphql/reference/objects#sponsorstieredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[SponsorsTier]", "id": "sponsorstier", "kind": "objects", "href": "/graphql/reference/objects#sponsorstier" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SponsorsTierEdge", "kind": "objects", "id": "sponsorstieredge", "href": "/graphql/reference/objects#sponsorstieredge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "SponsorsTier", "id": "sponsorstier", "kind": "objects", "href": "/graphql/reference/objects#sponsorstier" } ] }, { "name": "Sponsorship", "kind": "objects", "id": "sponsorship", "href": "/graphql/reference/objects#sponsorship", "description": "A sponsorship relationship between a sponsor and a maintainer.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "isOneTimePayment", "description": "Whether this sponsorship represents a one-time payment versus a recurring sponsorship.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isSponsorOptedIntoEmail", "description": "Check if the sponsor has chosen to receive sponsorship update emails sent from\nthe sponsorable. Only returns a non-null value when the viewer has permission to know this.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "maintainer", "description": "The entity that is being sponsored.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "isDeprecated": true, "deprecationReason": "Sponsorship.maintainer will be removed. Use Sponsorship.sponsorable instead. Removal on 2020-04-01 UTC.
The privacy level for this sponsorship.
", "type": "SponsorshipPrivacy!", "id": "sponsorshipprivacy", "kind": "enums", "href": "/graphql/reference/enums#sponsorshipprivacy" }, { "name": "sponsor", "description": "The user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "isDeprecated": true, "deprecationReason": "Sponsorship.sponsor will be removed. Use Sponsorship.sponsorEntity instead. Removal on 2020-10-01 UTC.
The user or organization that is sponsoring, if you have permission to view them.
", "type": "Sponsor", "id": "sponsor", "kind": "unions", "href": "/graphql/reference/unions#sponsor" }, { "name": "sponsorable", "description": "The entity that is being sponsored.
", "type": "Sponsorable!", "id": "sponsorable", "kind": "interfaces", "href": "/graphql/reference/interfaces#sponsorable" }, { "name": "tier", "description": "The associated sponsorship tier.
", "type": "SponsorsTier", "id": "sponsorstier", "kind": "objects", "href": "/graphql/reference/objects#sponsorstier" }, { "name": "tierSelectedAt", "description": "Identifies the date and time when the current tier was chosen for this sponsorship.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "SponsorshipConnection", "kind": "objects", "id": "sponsorshipconnection", "href": "/graphql/reference/objects#sponsorshipconnection", "description": "The connection type for Sponsorship.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SponsorshipEdge]", "id": "sponsorshipedge", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Sponsorship]", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalRecurringMonthlyPriceInCents", "description": "The total amount in cents of all recurring sponsorships in the connection\nwhose amount you can view. Does not include one-time sponsorships.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "totalRecurringMonthlyPriceInDollars", "description": "The total amount in USD of all recurring sponsorships in the connection whose\namount you can view. Does not include one-time sponsorships.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SponsorshipEdge", "kind": "objects", "id": "sponsorshipedge", "href": "/graphql/reference/objects#sponsorshipedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship" } ] }, { "name": "SponsorshipNewsletter", "kind": "objects", "id": "sponsorshipnewsletter", "href": "/graphql/reference/objects#sponsorshipnewsletter", "description": "An update sent to sponsors of a user or organization on GitHub Sponsors.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "body", "description": "The contents of the newsletter, the message the sponsorable wanted to give.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "isPublished", "description": "Indicates if the newsletter has been made available to sponsors.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "sponsorable", "description": "The user or organization this newsletter is from.
", "type": "Sponsorable!", "id": "sponsorable", "kind": "interfaces", "href": "/graphql/reference/interfaces#sponsorable" }, { "name": "subject", "description": "The subject of the newsletter, what it's about.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "SponsorshipNewsletterConnection", "kind": "objects", "id": "sponsorshipnewsletterconnection", "href": "/graphql/reference/objects#sponsorshipnewsletterconnection", "description": "The connection type for SponsorshipNewsletter.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SponsorshipNewsletterEdge]", "id": "sponsorshipnewsletteredge", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipnewsletteredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[SponsorshipNewsletter]", "id": "sponsorshipnewsletter", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipnewsletter" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SponsorshipNewsletterEdge", "kind": "objects", "id": "sponsorshipnewsletteredge", "href": "/graphql/reference/objects#sponsorshipnewsletteredge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "SponsorshipNewsletter", "id": "sponsorshipnewsletter", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipnewsletter" } ] }, { "name": "SshSignature", "kind": "objects", "id": "sshsignature", "href": "/graphql/reference/objects#sshsignature", "description": "Represents an SSH signature on a Commit or Tag.
", "implements": [ { "name": "GitSignature", "id": "gitsignature", "href": "/graphql/reference/interfaces#gitsignature" } ], "fields": [ { "name": "email", "description": "Email used to sign this object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "keyFingerprint", "description": "Hex-encoded fingerprint of the key that signed this object.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signature", "description": "ASCII-armored signature header from object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "state", "description": "The state of this signature. VALID if signature is valid and verified by\nGitHub, otherwise represents reason why signature is considered invalid.
True if the signature was made with GitHub's signing key.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "StargazerConnection", "kind": "objects", "id": "stargazerconnection", "href": "/graphql/reference/objects#stargazerconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[StargazerEdge]", "id": "stargazeredge", "kind": "objects", "href": "/graphql/reference/objects#stargazeredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "StargazerEdge", "kind": "objects", "id": "stargazeredge", "href": "/graphql/reference/objects#stargazeredge", "description": "Represents a user that's starred a repository.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "starredAt", "description": "Identifies when the item was starred.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "StarredRepositoryConnection", "kind": "objects", "id": "starredrepositoryconnection", "href": "/graphql/reference/objects#starredrepositoryconnection", "description": "The connection type for Repository.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[StarredRepositoryEdge]", "id": "starredrepositoryedge", "kind": "objects", "href": "/graphql/reference/objects#starredrepositoryedge" }, { "name": "isOverLimit", "description": "Is the list of stars for this user truncated? This is true for users that have many stars.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Repository]", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "StarredRepositoryEdge", "kind": "objects", "id": "starredrepositoryedge", "href": "/graphql/reference/objects#starredrepositoryedge", "description": "Represents a starred repository.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "starredAt", "description": "Identifies when the item was starred.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "Status", "kind": "objects", "id": "status", "href": "/graphql/reference/objects#status", "description": "Represents a commit status.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "combinedContexts", "description": "A list of status contexts and check runs for this commit.
", "type": "StatusCheckRollupContextConnection!", "id": "statuscheckrollupcontextconnection", "kind": "objects", "href": "/graphql/reference/objects#statuscheckrollupcontextconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "commit", "description": "The commit this status is attached to.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "context", "description": "Looks up an individual status context by context name.
", "type": "StatusContext", "id": "statuscontext", "kind": "objects", "href": "/graphql/reference/objects#statuscontext", "arguments": [ { "name": "name", "description": "The context name.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "contexts", "description": "The individual status contexts for this commit.
", "type": "[StatusContext!]!", "id": "statuscontext", "kind": "objects", "href": "/graphql/reference/objects#statuscontext" }, { "name": "state", "description": "The combined commit status.
", "type": "StatusState!", "id": "statusstate", "kind": "enums", "href": "/graphql/reference/enums#statusstate" } ] }, { "name": "StatusCheckRollup", "kind": "objects", "id": "statuscheckrollup", "href": "/graphql/reference/objects#statuscheckrollup", "description": "Represents the rollup for both the check runs and status for a commit.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "commit", "description": "The commit the status and check runs are attached to.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "contexts", "description": "A list of status contexts and check runs for this commit.
", "type": "StatusCheckRollupContextConnection!", "id": "statuscheckrollupcontextconnection", "kind": "objects", "href": "/graphql/reference/objects#statuscheckrollupcontextconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "state", "description": "The combined status for the commit.
", "type": "StatusState!", "id": "statusstate", "kind": "enums", "href": "/graphql/reference/enums#statusstate" } ] }, { "name": "StatusCheckRollupContextConnection", "kind": "objects", "id": "statuscheckrollupcontextconnection", "href": "/graphql/reference/objects#statuscheckrollupcontextconnection", "description": "The connection type for StatusCheckRollupContext.
", "fields": [ { "name": "checkRunCount", "description": "The number of check runs in this rollup.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "checkRunCountsByState", "description": "Counts of check runs by state.
", "type": "[CheckRunStateCount!]", "id": "checkrunstatecount", "kind": "objects", "href": "/graphql/reference/objects#checkrunstatecount" }, { "name": "edges", "description": "A list of edges.
", "type": "[StatusCheckRollupContextEdge]", "id": "statuscheckrollupcontextedge", "kind": "objects", "href": "/graphql/reference/objects#statuscheckrollupcontextedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[StatusCheckRollupContext]", "id": "statuscheckrollupcontext", "kind": "unions", "href": "/graphql/reference/unions#statuscheckrollupcontext" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "statusContextCount", "description": "The number of status contexts in this rollup.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "statusContextCountsByState", "description": "Counts of status contexts by state.
", "type": "[StatusContextStateCount!]", "id": "statuscontextstatecount", "kind": "objects", "href": "/graphql/reference/objects#statuscontextstatecount" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "StatusCheckRollupContextEdge", "kind": "objects", "id": "statuscheckrollupcontextedge", "href": "/graphql/reference/objects#statuscheckrollupcontextedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "StatusCheckRollupContext", "id": "statuscheckrollupcontext", "kind": "unions", "href": "/graphql/reference/unions#statuscheckrollupcontext" } ] }, { "name": "StatusContext", "kind": "objects", "id": "statuscontext", "href": "/graphql/reference/objects#statuscontext", "description": "Represents an individual commit status context.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "RequirableByPullRequest", "id": "requirablebypullrequest", "href": "/graphql/reference/interfaces#requirablebypullrequest" } ], "fields": [ { "name": "avatarUrl", "description": "The avatar of the OAuth application or the user that created the status.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "defaultValue": "40", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "commit", "description": "This commit this status context is attached to.
", "type": "Commit", "id": "commit", "kind": "objects", "href": "/graphql/reference/objects#commit" }, { "name": "context", "description": "The name of this status context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created this status context.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "description", "description": "The description for this status context.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isRequired", "description": "Whether this is required to pass before merging for a specific pull request.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "pullRequestId", "description": "The id of the pull request this is required for.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } }, { "name": "pullRequestNumber", "description": "The number of the pull request this is required for.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "state", "description": "The state of this status context.
", "type": "StatusState!", "id": "statusstate", "kind": "enums", "href": "/graphql/reference/enums#statusstate" }, { "name": "targetUrl", "description": "The URL for this status context.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "StatusContextStateCount", "kind": "objects", "id": "statuscontextstatecount", "href": "/graphql/reference/objects#statuscontextstatecount", "description": "Represents a count of the state of a status context.
", "fields": [ { "name": "count", "description": "The number of statuses with this state.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "state", "description": "The state of a status context.
", "type": "StatusState!", "id": "statusstate", "kind": "enums", "href": "/graphql/reference/enums#statusstate" } ] }, { "name": "Submodule", "kind": "objects", "id": "submodule", "href": "/graphql/reference/objects#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.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "gitUrl", "description": "The git URL of the submodule repository.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "name", "description": "The name of the submodule in .gitmodules.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "path", "description": "The path in the superproject that this submodule is located in.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "subprojectCommitOid", "description": "The commit revision of the subproject repository being tracked by the submodule.
", "type": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" } ] }, { "name": "SubmoduleConnection", "kind": "objects", "id": "submoduleconnection", "href": "/graphql/reference/objects#submoduleconnection", "description": "The connection type for Submodule.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[SubmoduleEdge]", "id": "submoduleedge", "kind": "objects", "href": "/graphql/reference/objects#submoduleedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Submodule]", "id": "submodule", "kind": "objects", "href": "/graphql/reference/objects#submodule" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "SubmoduleEdge", "kind": "objects", "id": "submoduleedge", "href": "/graphql/reference/objects#submoduleedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Submodule", "id": "submodule", "kind": "objects", "href": "/graphql/reference/objects#submodule" } ] }, { "name": "SubscribedEvent", "kind": "objects", "id": "subscribedevent", "href": "/graphql/reference/objects#subscribedevent", "description": "Represents asubscribedevent on a given Subscribable.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "subscribable", "description": "Object referenced by event.
", "type": "Subscribable!", "id": "subscribable", "kind": "interfaces", "href": "/graphql/reference/interfaces#subscribable" } ] }, { "name": "SuggestedReviewer", "kind": "objects", "id": "suggestedreviewer", "href": "/graphql/reference/objects#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?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isCommenter", "description": "Is this suggestion based on past review comments?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "reviewer", "description": "Identifies the user suggested to review the pull request.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "Tag", "kind": "objects", "id": "tag", "href": "/graphql/reference/objects#tag", "description": "Represents a Git tag.
", "implements": [ { "name": "GitObject", "id": "gitobject", "href": "/graphql/reference/interfaces#gitobject" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "commitUrl", "description": "The HTTP URL for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "message", "description": "The Git tag message.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The Git tag name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oid", "description": "The Git object ID.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "repository", "description": "The Repository the Git object belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "tagger", "description": "Details about the tag author.
", "type": "GitActor", "id": "gitactor", "kind": "objects", "href": "/graphql/reference/objects#gitactor" }, { "name": "target", "description": "The Git object the tag points to.
", "type": "GitObject!", "id": "gitobject", "kind": "interfaces", "href": "/graphql/reference/interfaces#gitobject" } ] }, { "name": "Team", "kind": "objects", "id": "team", "href": "/graphql/reference/objects#team", "description": "A team of users in an organization.
", "implements": [ { "name": "MemberStatusable", "id": "memberstatusable", "href": "/graphql/reference/interfaces#memberstatusable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Subscribable", "id": "subscribable", "href": "/graphql/reference/interfaces#subscribable" } ], "fields": [ { "name": "ancestors", "description": "A list of teams that are ancestors of this team.
", "type": "TeamConnection!", "id": "teamconnection", "kind": "objects", "href": "/graphql/reference/objects#teamconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "avatarUrl", "description": "A URL pointing to the team's avatar.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "defaultValue": "400", "description": "The size in pixels of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "childTeams", "description": "List of child teams belonging to this team.
", "type": "TeamConnection!", "id": "teamconnection", "kind": "objects", "href": "/graphql/reference/objects#teamconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "immediateOnly", "defaultValue": true, "description": "Whether to list immediate child teams or all descendant child teams.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "TeamOrder", "id": "teamorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#teamorder" } }, { "name": "userLogins", "description": "User logins to filter by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "combinedSlug", "description": "The slug corresponding to the organization and team.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "description", "description": "The description of the team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "discussion", "description": "Find a team discussion by its number.
", "type": "TeamDiscussion", "id": "teamdiscussion", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussion", "arguments": [ { "name": "number", "description": "The sequence number of the discussion to find.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "discussions", "description": "A list of team discussions.
", "type": "TeamDiscussionConnection!", "id": "teamdiscussionconnection", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isPinned", "description": "If provided, filters discussions according to whether or not they are pinned.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "TeamDiscussionOrder", "id": "teamdiscussionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#teamdiscussionorder" } } ] }, { "name": "discussionsResourcePath", "description": "The HTTP path for team discussions.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "discussionsUrl", "description": "The HTTP URL for team discussions.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "editTeamResourcePath", "description": "The HTTP path for editing this team.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "editTeamUrl", "description": "The HTTP URL for editing this team.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "invitations", "description": "A list of pending invitations for users to this team.
", "type": "OrganizationInvitationConnection", "id": "organizationinvitationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationinvitationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "memberStatuses", "description": "Get the status messages members of this entity have set that are either public or visible only to the organization.
", "type": "UserStatusConnection!", "id": "userstatusconnection", "kind": "objects", "href": "/graphql/reference/objects#userstatusconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for user statuses returned from the connection.
", "type": { "name": "UserStatusOrder", "id": "userstatusorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#userstatusorder" } } ] }, { "name": "members", "description": "A list of users who are members of this team.
", "type": "TeamMemberConnection!", "id": "teammemberconnection", "kind": "objects", "href": "/graphql/reference/objects#teammemberconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "membership", "defaultValue": "ALL", "description": "Filter by membership type.
", "type": { "name": "TeamMembershipType", "id": "teammembershiptype", "kind": "enums", "href": "/graphql/reference/enums#teammembershiptype" } }, { "name": "orderBy", "description": "Order for the connection.
", "type": { "name": "TeamMemberOrder", "id": "teammemberorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#teammemberorder" } }, { "name": "query", "description": "The search string to look for.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "role", "description": "Filter by team member role.
", "type": { "name": "TeamMemberRole", "id": "teammemberrole", "kind": "enums", "href": "/graphql/reference/enums#teammemberrole" } } ] }, { "name": "membersResourcePath", "description": "The HTTP path for the team' members.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "membersUrl", "description": "The HTTP URL for the team' members.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "name", "description": "The name of the team.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "newTeamResourcePath", "description": "The HTTP path creating a new team.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "newTeamUrl", "description": "The HTTP URL creating a new team.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organization", "description": "The organization that owns this team.
", "type": "Organization!", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "parentTeam", "description": "The parent team of the team.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "privacy", "description": "The level of privacy the team has.
", "type": "TeamPrivacy!", "id": "teamprivacy", "kind": "enums", "href": "/graphql/reference/enums#teamprivacy" }, { "name": "projectV2", "description": "Finds and returns the project according to the provided project number.
", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "arguments": [ { "name": "number", "description": "The Project number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectsV2", "description": "List of projects this team has collaborator access to.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "How to order the returned projects.
", "type": { "name": "ProjectV2Order", "id": "projectv2order", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2order" } } ] }, { "name": "repositories", "description": "A list of repositories this team has access to.
", "type": "TeamRepositoryConnection!", "id": "teamrepositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#teamrepositoryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for the connection.
", "type": { "name": "TeamRepositoryOrder", "id": "teamrepositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#teamrepositoryorder" } }, { "name": "query", "description": "The search string to look for. Repositories will be returned where the name contains your search string.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "repositoriesResourcePath", "description": "The HTTP path for this team's repositories.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoriesUrl", "description": "The HTTP URL for this team's repositories.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "resourcePath", "description": "The HTTP path for this team.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "reviewRequestDelegationAlgorithm", "description": "What algorithm is used for review assignment for this team.
", "type": "TeamReviewAssignmentAlgorithm", "id": "teamreviewassignmentalgorithm", "kind": "enums", "href": "/graphql/reference/enums#teamreviewassignmentalgorithm", "isDeprecated": false, "preview": { "title": "Team review assignments preview", "description": "This preview adds support for updating the settings for team review assignment.", "toggled_by": "stone-crop-preview", "toggled_on": [ "Mutation.updateTeamReviewAssignment", "TeamReviewAssignmentAlgorithm", "Team.reviewRequestDelegationEnabled", "Team.reviewRequestDelegationAlgorithm", "Team.reviewRequestDelegationMemberCount", "Team.reviewRequestDelegationNotifyTeam" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.stone-crop-preview+json", "href": "/graphql/overview/schema-previews#team-review-assignments-preview" } }, { "name": "reviewRequestDelegationEnabled", "description": "True if review assignment is enabled for this team.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "isDeprecated": false, "preview": { "title": "Team review assignments preview", "description": "This preview adds support for updating the settings for team review assignment.", "toggled_by": "stone-crop-preview", "toggled_on": [ "Mutation.updateTeamReviewAssignment", "TeamReviewAssignmentAlgorithm", "Team.reviewRequestDelegationEnabled", "Team.reviewRequestDelegationAlgorithm", "Team.reviewRequestDelegationMemberCount", "Team.reviewRequestDelegationNotifyTeam" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.stone-crop-preview+json", "href": "/graphql/overview/schema-previews#team-review-assignments-preview" } }, { "name": "reviewRequestDelegationMemberCount", "description": "How many team members are required for review assignment for this team.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": false, "preview": { "title": "Team review assignments preview", "description": "This preview adds support for updating the settings for team review assignment.", "toggled_by": "stone-crop-preview", "toggled_on": [ "Mutation.updateTeamReviewAssignment", "TeamReviewAssignmentAlgorithm", "Team.reviewRequestDelegationEnabled", "Team.reviewRequestDelegationAlgorithm", "Team.reviewRequestDelegationMemberCount", "Team.reviewRequestDelegationNotifyTeam" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.stone-crop-preview+json", "href": "/graphql/overview/schema-previews#team-review-assignments-preview" } }, { "name": "reviewRequestDelegationNotifyTeam", "description": "When assigning team members via delegation, whether the entire team should be notified as well.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "isDeprecated": false, "preview": { "title": "Team review assignments preview", "description": "This preview adds support for updating the settings for team review assignment.", "toggled_by": "stone-crop-preview", "toggled_on": [ "Mutation.updateTeamReviewAssignment", "TeamReviewAssignmentAlgorithm", "Team.reviewRequestDelegationEnabled", "Team.reviewRequestDelegationAlgorithm", "Team.reviewRequestDelegationMemberCount", "Team.reviewRequestDelegationNotifyTeam" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.stone-crop-preview+json", "href": "/graphql/overview/schema-previews#team-review-assignments-preview" } }, { "name": "slug", "description": "The slug corresponding to the team.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teamsResourcePath", "description": "The HTTP path for this team's teams.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamsUrl", "description": "The HTTP URL for this team's teams.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this team.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerCanAdminister", "description": "Team is adminable by the viewer.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
", "type": "SubscriptionState", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" } ] }, { "name": "TeamAddMemberAuditEntry", "kind": "objects", "id": "teamaddmemberauditentry", "href": "/graphql/reference/objects#teamaddmemberauditentry", "description": "Audit log entry for a team.add_member event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "TeamAuditEntryData", "id": "teamauditentrydata", "href": "/graphql/reference/interfaces#teamauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "team", "description": "The team associated with the action.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "teamName", "description": "The name of the team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teamResourcePath", "description": "The HTTP path for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamUrl", "description": "The HTTP URL for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "TeamAddRepositoryAuditEntry", "kind": "objects", "id": "teamaddrepositoryauditentry", "href": "/graphql/reference/objects#teamaddrepositoryauditentry", "description": "Audit log entry for a team.add_repository event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" }, { "name": "TeamAuditEntryData", "id": "teamauditentrydata", "href": "/graphql/reference/interfaces#teamauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "team", "description": "The team associated with the action.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "teamName", "description": "The name of the team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teamResourcePath", "description": "The HTTP path for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamUrl", "description": "The HTTP URL for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "TeamChangeParentTeamAuditEntry", "kind": "objects", "id": "teamchangeparentteamauditentry", "href": "/graphql/reference/objects#teamchangeparentteamauditentry", "description": "Audit log entry for a team.change_parent_team event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "TeamAuditEntryData", "id": "teamauditentrydata", "href": "/graphql/reference/interfaces#teamauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "parentTeam", "description": "The new parent team.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "parentTeamName", "description": "The name of the new parent team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "parentTeamNameWas", "description": "The name of the former parent team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "parentTeamResourcePath", "description": "The HTTP path for the parent team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "parentTeamUrl", "description": "The HTTP URL for the parent team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "parentTeamWas", "description": "The former parent team.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "parentTeamWasResourcePath", "description": "The HTTP path for the previous parent team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "parentTeamWasUrl", "description": "The HTTP URL for the previous parent team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "team", "description": "The team associated with the action.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "teamName", "description": "The name of the team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teamResourcePath", "description": "The HTTP path for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamUrl", "description": "The HTTP URL for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "TeamConnection", "kind": "objects", "id": "teamconnection", "href": "/graphql/reference/objects#teamconnection", "description": "The connection type for Team.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[TeamEdge]", "id": "teamedge", "kind": "objects", "href": "/graphql/reference/objects#teamedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Team]", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "TeamDiscussion", "kind": "objects", "id": "teamdiscussion", "href": "/graphql/reference/objects#teamdiscussion", "description": "A team discussion.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "Subscribable", "id": "subscribable", "href": "/graphql/reference/interfaces#subscribable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the discussion's team.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "The body as Markdown.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyVersion", "description": "Identifies the discussion body hash.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "comments", "description": "A list of comments on this discussion.
", "type": "TeamDiscussionCommentConnection!", "id": "teamdiscussioncommentconnection", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussioncommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "fromComment", "description": "When provided, filters the connection such that results begin with the comment with this number.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "TeamDiscussionCommentOrder", "id": "teamdiscussioncommentorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#teamdiscussioncommentorder" } } ] }, { "name": "commentsResourcePath", "description": "The HTTP path for discussion comments.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "commentsUrl", "description": "The HTTP URL for discussion comments.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPinned", "description": "Whether or not the discussion is pinned.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPrivate", "description": "Whether or not the discussion is only visible to team members and org admins.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "number", "description": "Identifies the discussion within its team.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "resourcePath", "description": "The HTTP path for this discussion.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "team", "description": "The team that defines the context of this discussion.
", "type": "Team!", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "title", "description": "The title of the discussion.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this discussion.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanPin", "description": "Whether or not the current viewer can pin this discussion.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
", "type": "SubscriptionState", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" } ] }, { "name": "TeamDiscussionComment", "kind": "objects", "id": "teamdiscussioncomment", "href": "/graphql/reference/objects#teamdiscussioncomment", "description": "A comment on a team discussion.
", "implements": [ { "name": "Comment", "id": "comment", "href": "/graphql/reference/interfaces#comment" }, { "name": "Deletable", "id": "deletable", "href": "/graphql/reference/interfaces#deletable" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Reactable", "id": "reactable", "href": "/graphql/reference/interfaces#reactable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" }, { "name": "Updatable", "id": "updatable", "href": "/graphql/reference/interfaces#updatable" }, { "name": "UpdatableComment", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment" } ], "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the comment's team.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "The body as Markdown.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyVersion", "description": "The current version of the body content.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "discussion", "description": "The discussion this comment is about.
", "type": "TeamDiscussion!", "id": "teamdiscussion", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussion" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "number", "description": "Identifies the comment number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "resourcePath", "description": "The HTTP path for this comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this comment.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "TeamDiscussionCommentConnection", "kind": "objects", "id": "teamdiscussioncommentconnection", "href": "/graphql/reference/objects#teamdiscussioncommentconnection", "description": "The connection type for TeamDiscussionComment.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[TeamDiscussionCommentEdge]", "id": "teamdiscussioncommentedge", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussioncommentedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[TeamDiscussionComment]", "id": "teamdiscussioncomment", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussioncomment" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "TeamDiscussionCommentEdge", "kind": "objects", "id": "teamdiscussioncommentedge", "href": "/graphql/reference/objects#teamdiscussioncommentedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "TeamDiscussionComment", "id": "teamdiscussioncomment", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussioncomment" } ] }, { "name": "TeamDiscussionConnection", "kind": "objects", "id": "teamdiscussionconnection", "href": "/graphql/reference/objects#teamdiscussionconnection", "description": "The connection type for TeamDiscussion.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[TeamDiscussionEdge]", "id": "teamdiscussionedge", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussionedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[TeamDiscussion]", "id": "teamdiscussion", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussion" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "TeamDiscussionEdge", "kind": "objects", "id": "teamdiscussionedge", "href": "/graphql/reference/objects#teamdiscussionedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "TeamDiscussion", "id": "teamdiscussion", "kind": "objects", "href": "/graphql/reference/objects#teamdiscussion" } ] }, { "name": "TeamEdge", "kind": "objects", "id": "teamedge", "href": "/graphql/reference/objects#teamedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" } ] }, { "name": "TeamMemberConnection", "kind": "objects", "id": "teammemberconnection", "href": "/graphql/reference/objects#teammemberconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[TeamMemberEdge]", "id": "teammemberedge", "kind": "objects", "href": "/graphql/reference/objects#teammemberedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "TeamMemberEdge", "kind": "objects", "id": "teammemberedge", "href": "/graphql/reference/objects#teammemberedge", "description": "Represents a user who is a member of a team.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "memberAccessResourcePath", "description": "The HTTP path to the organization's member access page.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "memberAccessUrl", "description": "The HTTP URL to the organization's member access page.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "role", "description": "The role the member has on the team.
", "type": "TeamMemberRole!", "id": "teammemberrole", "kind": "enums", "href": "/graphql/reference/enums#teammemberrole" } ] }, { "name": "TeamRemoveMemberAuditEntry", "kind": "objects", "id": "teamremovememberauditentry", "href": "/graphql/reference/objects#teamremovememberauditentry", "description": "Audit log entry for a team.remove_member event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "TeamAuditEntryData", "id": "teamauditentrydata", "href": "/graphql/reference/interfaces#teamauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "team", "description": "The team associated with the action.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "teamName", "description": "The name of the team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teamResourcePath", "description": "The HTTP path for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamUrl", "description": "The HTTP URL for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "TeamRemoveRepositoryAuditEntry", "kind": "objects", "id": "teamremoverepositoryauditentry", "href": "/graphql/reference/objects#teamremoverepositoryauditentry", "description": "Audit log entry for a team.remove_repository event.
", "implements": [ { "name": "AuditEntry", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "OrganizationAuditEntryData", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata" }, { "name": "RepositoryAuditEntryData", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata" }, { "name": "TeamAuditEntryData", "id": "teamauditentrydata", "href": "/graphql/reference/interfaces#teamauditentrydata" } ], "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "isLdapMapped", "description": "Whether the team was mapped to an LDAP Group.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "team", "description": "The team associated with the action.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "teamName", "description": "The name of the team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teamResourcePath", "description": "The HTTP path for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamUrl", "description": "The HTTP URL for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "TeamRepositoryConnection", "kind": "objects", "id": "teamrepositoryconnection", "href": "/graphql/reference/objects#teamrepositoryconnection", "description": "The connection type for Repository.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[TeamRepositoryEdge]", "id": "teamrepositoryedge", "kind": "objects", "href": "/graphql/reference/objects#teamrepositoryedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[Repository]", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "TeamRepositoryEdge", "kind": "objects", "id": "teamrepositoryedge", "href": "/graphql/reference/objects#teamrepositoryedge", "description": "Represents a team repository.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "permission", "description": "The permission level the team has on the repository.
", "type": "RepositoryPermission!", "id": "repositorypermission", "kind": "enums", "href": "/graphql/reference/enums#repositorypermission" } ] }, { "name": "TextMatch", "kind": "objects", "id": "textmatch", "href": "/graphql/reference/objects#textmatch", "description": "A text match within a search result.
", "fields": [ { "name": "fragment", "description": "The specific text fragment within the property matched on.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "highlights", "description": "Highlights within the matched fragment.
", "type": "[TextMatchHighlight!]!", "id": "textmatchhighlight", "kind": "objects", "href": "/graphql/reference/objects#textmatchhighlight" }, { "name": "property", "description": "The property matched on.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "TextMatchHighlight", "kind": "objects", "id": "textmatchhighlight", "href": "/graphql/reference/objects#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.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "endIndice", "description": "The indice in the fragment where the matched text ends.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "text", "description": "The text matched.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "Topic", "kind": "objects", "id": "topic", "href": "/graphql/reference/objects#topic", "description": "A topic aggregates entities that are related to a subject.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "Starrable", "id": "starrable", "href": "/graphql/reference/interfaces#starrable" } ], "fields": [ { "name": "name", "description": "The topic's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "relatedTopics", "description": "A list of related topics, including aliases of this topic, sorted with the most relevant\nfirst. Returns up to 10 Topics.
", "type": "[Topic!]!", "id": "topic", "kind": "objects", "href": "/graphql/reference/objects#topic", "arguments": [ { "name": "first", "defaultValue": "3", "description": "How many topics to return.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "repositories", "description": "A list of repositories.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "privacy", "description": "If non-null, filters repositories according to privacy.
", "type": { "name": "RepositoryPrivacy", "id": "repositoryprivacy", "kind": "enums", "href": "/graphql/reference/enums#repositoryprivacy" } }, { "name": "sponsorableOnly", "defaultValue": false, "description": "If true, only repositories whose owner can be sponsored via GitHub Sponsors will be returned.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "stargazerCount", "description": "Returns a count of how many stargazers there are on this object.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "stargazers", "description": "A list of users who have starred this starrable.
", "type": "StargazerConnection!", "id": "stargazerconnection", "kind": "objects", "href": "/graphql/reference/objects#stargazerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "StarOrder", "id": "starorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#starorder" } } ] }, { "name": "viewerHasStarred", "description": "Returns a boolean indicating whether the viewing user has starred this starrable.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "TransferredEvent", "kind": "objects", "id": "transferredevent", "href": "/graphql/reference/objects#transferredevent", "description": "Represents atransferredevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "fromRepository", "description": "The repository this came from.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "issue", "description": "Identifies the issue associated with the event.
", "type": "Issue!", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue" } ] }, { "name": "Tree", "kind": "objects", "id": "tree", "href": "/graphql/reference/objects#tree", "description": "Represents a Git tree.
", "implements": [ { "name": "GitObject", "id": "gitobject", "href": "/graphql/reference/interfaces#gitobject" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "commitUrl", "description": "The HTTP URL for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "entries", "description": "A list of tree entries.
", "type": "[TreeEntry!]", "id": "treeentry", "kind": "objects", "href": "/graphql/reference/objects#treeentry" }, { "name": "oid", "description": "The Git object ID.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "repository", "description": "The Repository the Git object belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "TreeEntry", "kind": "objects", "id": "treeentry", "href": "/graphql/reference/objects#treeentry", "description": "Represents a Git tree entry.
", "fields": [ { "name": "extension", "description": "The extension of the file.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isGenerated", "description": "Whether or not this tree entry is generated.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "language", "description": "The programming language this file is written in.
", "type": "Language", "id": "language", "kind": "objects", "href": "/graphql/reference/objects#language" }, { "name": "lineCount", "description": "Number of lines in the file.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "mode", "description": "Entry file mode.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "Entry file name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "object", "description": "Entry file object.
", "type": "GitObject", "id": "gitobject", "kind": "interfaces", "href": "/graphql/reference/interfaces#gitobject" }, { "name": "oid", "description": "Entry file Git object ID.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "path", "description": "The full path of the file.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repository", "description": "The Repository the tree entry belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "size", "description": "Entry byte size.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "submodule", "description": "If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule.
", "type": "Submodule", "id": "submodule", "kind": "objects", "href": "/graphql/reference/objects#submodule" }, { "name": "type", "description": "Entry file type.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UnassignedEvent", "kind": "objects", "id": "unassignedevent", "href": "/graphql/reference/objects#unassignedevent", "description": "Represents anunassignedevent on any assignable object.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "assignable", "description": "Identifies the assignable associated with the event.
", "type": "Assignable!", "id": "assignable", "kind": "interfaces", "href": "/graphql/reference/interfaces#assignable" }, { "name": "assignee", "description": "Identifies the user or mannequin that was unassigned.
", "type": "Assignee", "id": "assignee", "kind": "unions", "href": "/graphql/reference/unions#assignee" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "user", "description": "Identifies the subject (user) who was unassigned.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user", "isDeprecated": true, "deprecationReason": "Assignees can now be mannequins. Use the assignee field instead. Removal on 2020-01-01 UTC.
Represents an unknown signature on a Commit or Tag.
", "implements": [ { "name": "GitSignature", "id": "gitsignature", "href": "/graphql/reference/interfaces#gitsignature" } ], "fields": [ { "name": "email", "description": "Email used to sign this object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signature", "description": "ASCII-armored signature header from object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "state", "description": "The state of this signature. VALID if signature is valid and verified by\nGitHub, otherwise represents reason why signature is considered invalid.
True if the signature was made with GitHub's signing key.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "UnlabeledEvent", "kind": "objects", "id": "unlabeledevent", "href": "/graphql/reference/objects#unlabeledevent", "description": "Represents anunlabeledevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "label", "description": "Identifies the label associated with theunlabeledevent.
Identifies the Labelable associated with the event.
Represents anunlockedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "lockable", "description": "Object that was unlocked.
", "type": "Lockable!", "id": "lockable", "kind": "interfaces", "href": "/graphql/reference/interfaces#lockable" } ] }, { "name": "UnmarkedAsDuplicateEvent", "kind": "objects", "id": "unmarkedasduplicateevent", "href": "/graphql/reference/objects#unmarkedasduplicateevent", "description": "Represents anunmarked_as_duplicateevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "canonical", "description": "The authoritative issue or pull request which has been duplicated by another.
", "type": "IssueOrPullRequest", "id": "issueorpullrequest", "kind": "unions", "href": "/graphql/reference/unions#issueorpullrequest" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "duplicate", "description": "The issue or pull request which has been marked as a duplicate of another.
", "type": "IssueOrPullRequest", "id": "issueorpullrequest", "kind": "unions", "href": "/graphql/reference/unions#issueorpullrequest" }, { "name": "isCrossRepository", "description": "Canonical and duplicate belong to different repositories.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "UnpinnedEvent", "kind": "objects", "id": "unpinnedevent", "href": "/graphql/reference/objects#unpinnedevent", "description": "Represents anunpinnedevent on a given issue or pull request.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "issue", "description": "Identifies the issue associated with the event.
", "type": "Issue!", "id": "issue", "kind": "objects", "href": "/graphql/reference/objects#issue" } ] }, { "name": "UnsubscribedEvent", "kind": "objects", "id": "unsubscribedevent", "href": "/graphql/reference/objects#unsubscribedevent", "description": "Represents anunsubscribedevent on a given Subscribable.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "subscribable", "description": "Object referenced by event.
", "type": "Subscribable!", "id": "subscribable", "kind": "interfaces", "href": "/graphql/reference/interfaces#subscribable" } ] }, { "name": "User", "kind": "objects", "id": "user", "href": "/graphql/reference/objects#user", "description": "A user is an individual's account on GitHub that owns repositories and can make new content.
", "implements": [ { "name": "Actor", "id": "actor", "href": "/graphql/reference/interfaces#actor" }, { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" }, { "name": "PackageOwner", "id": "packageowner", "href": "/graphql/reference/interfaces#packageowner" }, { "name": "ProfileOwner", "id": "profileowner", "href": "/graphql/reference/interfaces#profileowner" }, { "name": "ProjectNextOwner", "id": "projectnextowner", "href": "/graphql/reference/interfaces#projectnextowner" }, { "name": "ProjectOwner", "id": "projectowner", "href": "/graphql/reference/interfaces#projectowner" }, { "name": "ProjectV2Owner", "id": "projectv2owner", "href": "/graphql/reference/interfaces#projectv2owner" }, { "name": "ProjectV2Recent", "id": "projectv2recent", "href": "/graphql/reference/interfaces#projectv2recent" }, { "name": "RepositoryDiscussionAuthor", "id": "repositorydiscussionauthor", "href": "/graphql/reference/interfaces#repositorydiscussionauthor" }, { "name": "RepositoryDiscussionCommentAuthor", "id": "repositorydiscussioncommentauthor", "href": "/graphql/reference/interfaces#repositorydiscussioncommentauthor" }, { "name": "RepositoryOwner", "id": "repositoryowner", "href": "/graphql/reference/interfaces#repositoryowner" }, { "name": "Sponsorable", "id": "sponsorable", "href": "/graphql/reference/interfaces#sponsorable" }, { "name": "UniformResourceLocatable", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable" } ], "fields": [ { "name": "anyPinnableItems", "description": "Determine if this repository owner has any items that can be pinned to their profile.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "type", "description": "Filter to only a particular kind of pinnable item.
", "type": { "name": "PinnableItemType", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "avatarUrl", "description": "A URL pointing to the user's public avatar.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "bio", "description": "The user's public profile bio.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bioHTML", "description": "The user's public profile bio as HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "canReceiveOrganizationEmailsWhenNotificationsRestricted", "description": "Could this user receive email notifications, if the organization had notification restrictions enabled?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "login", "description": "The login of the organization to check.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "commitComments", "description": "A list of commit comments made by this user.
", "type": "CommitCommentConnection!", "id": "commitcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#commitcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "company", "description": "The user's public profile company.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "companyHTML", "description": "The user's public profile company as HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "contributionsCollection", "description": "The collection of contributions this user has made to different repositories.
", "type": "ContributionsCollection!", "id": "contributionscollection", "kind": "objects", "href": "/graphql/reference/objects#contributionscollection", "arguments": [ { "name": "from", "description": "Only contributions made at this time or later will be counted. If omitted, defaults to a year ago.
", "type": { "name": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } }, { "name": "organizationID", "description": "The ID of the organization used to filter contributions.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } }, { "name": "to", "description": "Only contributions made before and up to (including) this time will be\ncounted. If omitted, defaults to the current time or one year from the\nprovided from argument.
", "type": { "name": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } } ] }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "email", "description": "The user's publicly visible profile email.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "estimatedNextSponsorsPayoutInCents", "description": "The estimated next GitHub Sponsors payout for this user/organization in cents (USD).
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "followers", "description": "A list of users the given user is followed by.
", "type": "FollowerConnection!", "id": "followerconnection", "kind": "objects", "href": "/graphql/reference/objects#followerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "following", "description": "A list of users the given user is following.
", "type": "FollowingConnection!", "id": "followingconnection", "kind": "objects", "href": "/graphql/reference/objects#followingconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "gist", "description": "Find gist by repo name.
", "type": "Gist", "id": "gist", "kind": "objects", "href": "/graphql/reference/objects#gist", "arguments": [ { "name": "name", "description": "The gist name to find.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "gistComments", "description": "A list of gist comments made by this user.
", "type": "GistCommentConnection!", "id": "gistcommentconnection", "kind": "objects", "href": "/graphql/reference/objects#gistcommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "gists", "description": "A list of the Gists the user has created.
", "type": "GistConnection!", "id": "gistconnection", "kind": "objects", "href": "/graphql/reference/objects#gistconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for gists returned from the connection.
", "type": { "name": "GistOrder", "id": "gistorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#gistorder" } }, { "name": "privacy", "description": "Filters Gists according to privacy.
", "type": { "name": "GistPrivacy", "id": "gistprivacy", "kind": "enums", "href": "/graphql/reference/enums#gistprivacy" } } ] }, { "name": "hasSponsorsListing", "description": "True if this user/organization has a GitHub Sponsors listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hovercard", "description": "The hovercard information for this user in a given context.
", "type": "Hovercard!", "id": "hovercard", "kind": "objects", "href": "/graphql/reference/objects#hovercard", "arguments": [ { "name": "primarySubjectId", "description": "The ID of the subject to get the hovercard in the context of.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "interactionAbility", "description": "The interaction ability settings for this user.
", "type": "RepositoryInteractionAbility", "id": "repositoryinteractionability", "kind": "objects", "href": "/graphql/reference/objects#repositoryinteractionability" }, { "name": "isBountyHunter", "description": "Whether or not this user is a participant in the GitHub Security Bug Bounty.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isCampusExpert", "description": "Whether or not this user is a participant in the GitHub Campus Experts Program.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isDeveloperProgramMember", "description": "Whether or not this user is a GitHub Developer Program member.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isEmployee", "description": "Whether or not this user is a GitHub employee.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isFollowingViewer", "description": "Whether or not this user is following the viewer. Inverse of viewer_is_following.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isGitHubStar", "description": "Whether or not this user is a member of the GitHub Stars Program.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isHireable", "description": "Whether or not the user has marked themselves as for hire.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isSiteAdmin", "description": "Whether or not this user is a site administrator.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isSponsoredBy", "description": "Check if the given account is sponsoring this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "accountLogin", "description": "The target account's login.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "isSponsoringViewer", "description": "True if the viewer is sponsored by this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isViewer", "description": "Whether or not this user is the viewing user.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "issueComments", "description": "A list of issue comments made by this user.
", "type": "IssueCommentConnection!", "id": "issuecommentconnection", "kind": "objects", "href": "/graphql/reference/objects#issuecommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for issue comments returned from the connection.
", "type": { "name": "IssueCommentOrder", "id": "issuecommentorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issuecommentorder" } } ] }, { "name": "issues", "description": "A list of issues associated with this user.
", "type": "IssueConnection!", "id": "issueconnection", "kind": "objects", "href": "/graphql/reference/objects#issueconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "filterBy", "description": "Filtering options for issues returned from the connection.
", "type": { "name": "IssueFilters", "id": "issuefilters", "kind": "input-objects", "href": "/graphql/reference/input-objects#issuefilters" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for issues returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the issues by.
", "type": { "name": "[IssueState!]", "id": "issuestate", "kind": "enums", "href": "/graphql/reference/enums#issuestate" } } ] }, { "name": "itemShowcase", "description": "Showcases a selection of repositories and gists that the profile owner has\neither curated or that have been selected automatically based on popularity.
", "type": "ProfileItemShowcase!", "id": "profileitemshowcase", "kind": "objects", "href": "/graphql/reference/objects#profileitemshowcase" }, { "name": "location", "description": "The user's public profile location.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "login", "description": "The username used to login.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "monthlyEstimatedSponsorsIncomeInCents", "description": "The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The user's public profile name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organization", "description": "Find an organization by its login that the user belongs to.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization", "arguments": [ { "name": "login", "description": "The login of the organization to find.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "organizationVerifiedDomainEmails", "description": "Verified email addresses that match verified domains for a specified organization the user is a member of.
", "type": "[String!]!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "arguments": [ { "name": "login", "description": "The login of the organization to match verified domains from.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "organizations", "description": "A list of organizations the user belongs to.
", "type": "OrganizationConnection!", "id": "organizationconnection", "kind": "objects", "href": "/graphql/reference/objects#organizationconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "packages", "description": "A list of packages under the owner.
", "type": "PackageConnection!", "id": "packageconnection", "kind": "objects", "href": "/graphql/reference/objects#packageconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "names", "description": "Find packages by their names.
", "type": { "name": "[String]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "orderBy", "description": "Ordering of the returned packages.
", "type": { "name": "PackageOrder", "id": "packageorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#packageorder" } }, { "name": "packageType", "description": "Filter registry package by type.
", "type": { "name": "PackageType", "id": "packagetype", "kind": "enums", "href": "/graphql/reference/enums#packagetype" } }, { "name": "repositoryId", "description": "Find packages in a repository by ID.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "pinnableItems", "description": "A list of repositories and gists this profile owner can pin to their profile.
", "type": "PinnableItemConnection!", "id": "pinnableitemconnection", "kind": "objects", "href": "/graphql/reference/objects#pinnableitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "types", "description": "Filter the types of pinnable items that are returned.
", "type": { "name": "[PinnableItemType!]", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "pinnedItems", "description": "A list of repositories and gists this profile owner has pinned to their profile.
", "type": "PinnableItemConnection!", "id": "pinnableitemconnection", "kind": "objects", "href": "/graphql/reference/objects#pinnableitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "types", "description": "Filter the types of pinned items that are returned.
", "type": { "name": "[PinnableItemType!]", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "pinnedItemsRemaining", "description": "Returns how many more items this profile owner can pin to their profile.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "project", "description": "Find project by number.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "arguments": [ { "name": "number", "description": "The project number to find.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectNext", "description": "Find a project by project (beta) number.
", "type": "ProjectNext", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "arguments": [ { "name": "number", "description": "The project (beta) number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Find a project by number.
", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "arguments": [ { "name": "number", "description": "The project number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projects", "description": "A list of projects under the owner.
", "type": "ProjectConnection!", "id": "projectconnection", "kind": "objects", "href": "/graphql/reference/objects#projectconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for projects returned from the connection.
", "type": { "name": "ProjectOrder", "id": "projectorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectorder" } }, { "name": "search", "description": "Query to search projects by, currently only searching by name.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "states", "description": "A list of states to filter the projects by.
", "type": { "name": "[ProjectState!]", "id": "projectstate", "kind": "enums", "href": "/graphql/reference/enums#projectstate" } } ] }, { "name": "projectsNext", "description": "A list of projects (beta) under the owner.
", "type": "ProjectNextConnection!", "id": "projectnextconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "A project (beta) to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "sortBy", "defaultValue": "TITLE", "description": "How to order the returned projects (beta).
", "type": { "name": "ProjectNextOrderField", "id": "projectnextorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectnextorderfield" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The HTTP path listing user's projects.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "projectsUrl", "description": "The HTTP URL listing user's projects.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "projectsV2", "description": "A list of projects under the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "How to order the returned projects.
", "type": { "name": "ProjectV2Order", "id": "projectv2order", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2order" } }, { "name": "query", "description": "A project to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "publicKeys", "description": "A list of public keys associated with this user.
", "type": "PublicKeyConnection!", "id": "publickeyconnection", "kind": "objects", "href": "/graphql/reference/objects#publickeyconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "pullRequests", "description": "A list of pull requests associated with this user.
", "type": "PullRequestConnection!", "id": "pullrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#pullrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "baseRefName", "description": "The base ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "headRefName", "description": "The head ref name to filter the pull requests by.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "labels", "description": "A list of label names to filter the pull requests by.
", "type": { "name": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for pull requests returned from the connection.
", "type": { "name": "IssueOrder", "id": "issueorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#issueorder" } }, { "name": "states", "description": "A list of states to filter the pull requests by.
", "type": { "name": "[PullRequestState!]", "id": "pullrequeststate", "kind": "enums", "href": "/graphql/reference/enums#pullrequeststate" } } ] }, { "name": "recentProjects", "description": "Recent projects that this user has modified in the context of the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "repositories", "description": "A list of repositories that the user owns.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isFork", "description": "If non-null, filters repositories according to whether they are forks of another repository.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "privacy", "description": "If non-null, filters repositories according to privacy.
", "type": { "name": "RepositoryPrivacy", "id": "repositoryprivacy", "kind": "enums", "href": "/graphql/reference/enums#repositoryprivacy" } } ] }, { "name": "repositoriesContributedTo", "description": "A list of repositories that the user recently contributed to.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "contributionTypes", "description": "If non-null, include only the specified types of contributions. The\nGitHub.com UI uses [COMMIT, ISSUE, PULL_REQUEST, REPOSITORY].
", "type": { "name": "[RepositoryContributionType]", "id": "repositorycontributiontype", "kind": "enums", "href": "/graphql/reference/enums#repositorycontributiontype" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includeUserRepositories", "description": "If true, include user repositories.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } }, { "name": "privacy", "description": "If non-null, filters repositories according to privacy.
", "type": { "name": "RepositoryPrivacy", "id": "repositoryprivacy", "kind": "enums", "href": "/graphql/reference/enums#repositoryprivacy" } } ] }, { "name": "repository", "description": "Find Repository.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "arguments": [ { "name": "followRenames", "defaultValue": true, "description": "Follow repository renames. If disabled, a repository referenced by its old name will return an error.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "name", "description": "Name of Repository to find.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "repositoryDiscussionComments", "description": "Discussion comments this user has authored.
", "type": "DiscussionCommentConnection!", "id": "discussioncommentconnection", "kind": "objects", "href": "/graphql/reference/objects#discussioncommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "onlyAnswers", "defaultValue": false, "description": "Filter discussion comments to only those that were marked as the answer.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "repositoryId", "description": "Filter discussion comments to only those in a specific repository.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "repositoryDiscussions", "description": "Discussions this user has started.
", "type": "DiscussionConnection!", "id": "discussionconnection", "kind": "objects", "href": "/graphql/reference/objects#discussionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "answered", "description": "Filter discussions to only those that have been answered or not. Defaults to\nincluding both answered and unanswered discussions.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for discussions returned from the connection.
", "type": { "name": "DiscussionOrder", "id": "discussionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#discussionorder" } }, { "name": "repositoryId", "description": "Filter discussions to only those in a specific repository.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "resourcePath", "description": "The HTTP path for this user.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "savedReplies", "description": "Replies this user has saved.
", "type": "SavedReplyConnection", "id": "savedreplyconnection", "kind": "objects", "href": "/graphql/reference/objects#savedreplyconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "The field to order saved replies by.
", "type": { "name": "SavedReplyOrder", "id": "savedreplyorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#savedreplyorder" } } ] }, { "name": "sponsoring", "description": "List of users and organizations this entity is sponsoring.
", "type": "SponsorConnection!", "id": "sponsorconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the users and organizations returned from the connection.
", "type": { "name": "SponsorOrder", "id": "sponsororder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsororder" } } ] }, { "name": "sponsors", "description": "List of sponsors for this user or organization.
", "type": "SponsorConnection!", "id": "sponsorconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsors returned from the connection.
", "type": { "name": "SponsorOrder", "id": "sponsororder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsororder" } }, { "name": "tierId", "description": "If given, will filter for sponsors at the given tier. Will only return\nsponsors whose tier the viewer is permitted to see.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "sponsorsActivities", "description": "Events involving this sponsorable, such as new sponsorships.
", "type": "SponsorsActivityConnection!", "id": "sponsorsactivityconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorsactivityconnection", "arguments": [ { "name": "actions", "description": "Filter activities to only the specified actions.
", "type": { "name": "[SponsorsActivityAction!]", "id": "sponsorsactivityaction", "kind": "enums", "href": "/graphql/reference/enums#sponsorsactivityaction" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for activity returned from the connection.
", "type": { "name": "SponsorsActivityOrder", "id": "sponsorsactivityorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorsactivityorder" } }, { "name": "period", "defaultValue": "MONTH", "description": "Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.
", "type": { "name": "SponsorsActivityPeriod", "id": "sponsorsactivityperiod", "kind": "enums", "href": "/graphql/reference/enums#sponsorsactivityperiod" } } ] }, { "name": "sponsorsListing", "description": "The GitHub Sponsors listing for this user or organization.
", "type": "SponsorsListing", "id": "sponsorslisting", "kind": "objects", "href": "/graphql/reference/objects#sponsorslisting" }, { "name": "sponsorshipForViewerAsSponsor", "description": "The sponsorship from the viewer to this user/organization; that is, the\nsponsorship where you're the sponsor. Only returns a sponsorship if it is active.
", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship" }, { "name": "sponsorshipForViewerAsSponsorable", "description": "The sponsorship from this user/organization to the viewer; that is, the\nsponsorship you're receiving. Only returns a sponsorship if it is active.
", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship" }, { "name": "sponsorshipNewsletters", "description": "List of sponsorship updates sent from this sponsorable to sponsors.
", "type": "SponsorshipNewsletterConnection!", "id": "sponsorshipnewsletterconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipnewsletterconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorship updates returned from the connection.
", "type": { "name": "SponsorshipNewsletterOrder", "id": "sponsorshipnewsletterorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshipnewsletterorder" } } ] }, { "name": "sponsorshipsAsMaintainer", "description": "This object's sponsorships as the maintainer.
", "type": "SponsorshipConnection!", "id": "sponsorshipconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includePrivate", "defaultValue": false, "description": "Whether or not to include private sponsorships in the result set.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.
", "type": { "name": "SponsorshipOrder", "id": "sponsorshiporder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshiporder" } } ] }, { "name": "sponsorshipsAsSponsor", "description": "This object's sponsorships as the sponsor.
", "type": "SponsorshipConnection!", "id": "sponsorshipconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.
", "type": { "name": "SponsorshipOrder", "id": "sponsorshiporder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshiporder" } } ] }, { "name": "starredRepositories", "description": "Repositories the user has starred.
", "type": "StarredRepositoryConnection!", "id": "starredrepositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#starredrepositoryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "StarOrder", "id": "starorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#starorder" } }, { "name": "ownedByViewer", "description": "Filters starred repositories to only return repositories owned by the viewer.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } } ] }, { "name": "status", "description": "The user's description of what they're currently doing.
", "type": "UserStatus", "id": "userstatus", "kind": "objects", "href": "/graphql/reference/objects#userstatus" }, { "name": "topRepositories", "description": "Repositories the user has contributed to, ordered by contribution rank, plus repositories the user has created.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder!", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } }, { "name": "since", "description": "How far back in time to fetch contributed repositories.
", "type": { "name": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } } ] }, { "name": "twitterUsername", "description": "The user's Twitter username.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this user.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerCanChangePinnedItems", "description": "Can the viewer pin repositories and gists to the profile?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanCreateProjects", "description": "Can the current viewer create new projects on this owner.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanFollow", "description": "Whether or not the viewer is able to follow the user.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerCanSponsor", "description": "Whether or not the viewer is able to sponsor this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerIsFollowing", "description": "Whether or not this user is followed by the viewer. Inverse of is_following_viewer.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerIsSponsoring", "description": "True if the viewer is sponsoring this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "watching", "description": "A list of repositories the given user is watching.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "affiliations", "description": "Affiliation options for repositories returned from the connection. If none\nspecified, the results will include repositories for which the current\nviewer is an owner or collaborator, or member.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "privacy", "description": "If non-null, filters repositories according to privacy.
", "type": { "name": "RepositoryPrivacy", "id": "repositoryprivacy", "kind": "enums", "href": "/graphql/reference/enums#repositoryprivacy" } } ] }, { "name": "websiteUrl", "description": "A URL pointing to the user's public website/blog.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "UserBlockedEvent", "kind": "objects", "id": "userblockedevent", "href": "/graphql/reference/objects#userblockedevent", "description": "Represents auser_blockedevent on a given user.
Identifies the actor who performed the event.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "blockDuration", "description": "Number of days that the user was blocked for.
", "type": "UserBlockDuration!", "id": "userblockduration", "kind": "enums", "href": "/graphql/reference/enums#userblockduration" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "subject", "description": "The user who was blocked.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "UserConnection", "kind": "objects", "id": "userconnection", "href": "/graphql/reference/objects#userconnection", "description": "The connection type for User.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[UserEdge]", "id": "useredge", "kind": "objects", "href": "/graphql/reference/objects#useredge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[User]", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "UserContentEdit", "kind": "objects", "id": "usercontentedit", "href": "/graphql/reference/objects#usercontentedit", "description": "An edit on user content.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "deletedAt", "description": "Identifies the date and time when the object was deleted.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "deletedBy", "description": "The actor who deleted this content.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "diff", "description": "A summary of the changes for this edit.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "editedAt", "description": "When this content was edited.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "editor", "description": "The actor who edited this content.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "UserContentEditConnection", "kind": "objects", "id": "usercontenteditconnection", "href": "/graphql/reference/objects#usercontenteditconnection", "description": "A list of edits to content.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[UserContentEditEdge]", "id": "usercontenteditedge", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[UserContentEdit]", "id": "usercontentedit", "kind": "objects", "href": "/graphql/reference/objects#usercontentedit" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "UserContentEditEdge", "kind": "objects", "id": "usercontenteditedge", "href": "/graphql/reference/objects#usercontenteditedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "UserContentEdit", "id": "usercontentedit", "kind": "objects", "href": "/graphql/reference/objects#usercontentedit" } ] }, { "name": "UserEdge", "kind": "objects", "id": "useredge", "href": "/graphql/reference/objects#useredge", "description": "Represents a user.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "UserEmailMetadata", "kind": "objects", "id": "useremailmetadata", "href": "/graphql/reference/objects#useremailmetadata", "description": "Email attributes from External Identity.
", "fields": [ { "name": "primary", "description": "Boolean to identify primary emails.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "type", "description": "Type of email.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "value", "description": "Email id.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UserStatus", "kind": "objects", "id": "userstatus", "href": "/graphql/reference/objects#userstatus", "description": "The user's description of what they're currently doing.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "emoji", "description": "An emoji summarizing the user's status.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "emojiHTML", "description": "The status emoji as HTML.
", "type": "HTML", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "expiresAt", "description": "If set, the status will not be shown after this date.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "indicatesLimitedAvailability", "description": "Whether this status indicates the user is not fully available on GitHub.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "message", "description": "A brief message describing what the user is doing.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organization", "description": "The organization whose members can see this status. If null, this status is publicly visible.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "user", "description": "The user who has this status.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "UserStatusConnection", "kind": "objects", "id": "userstatusconnection", "href": "/graphql/reference/objects#userstatusconnection", "description": "The connection type for UserStatus.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[UserStatusEdge]", "id": "userstatusedge", "kind": "objects", "href": "/graphql/reference/objects#userstatusedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[UserStatus]", "id": "userstatus", "kind": "objects", "href": "/graphql/reference/objects#userstatus" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "UserStatusEdge", "kind": "objects", "id": "userstatusedge", "href": "/graphql/reference/objects#userstatusedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "UserStatus", "id": "userstatus", "kind": "objects", "href": "/graphql/reference/objects#userstatus" } ] }, { "name": "VerifiableDomain", "kind": "objects", "id": "verifiabledomain", "href": "/graphql/reference/objects#verifiabledomain", "description": "A domain that can be verified or approved for an organization or an enterprise.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "dnsHostName", "description": "The DNS host name that should be used for verification.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "domain", "description": "The unicode encoded domain.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "hasFoundHostName", "description": "Whether a TXT record for verification with the expected host name was found.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasFoundVerificationToken", "description": "Whether a TXT record for verification with the expected verification token was found.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isApproved", "description": "Whether or not the domain is approved.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isRequiredForPolicyEnforcement", "description": "Whether this domain is required to exist for an organization or enterprise policy to be enforced.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isVerified", "description": "Whether or not the domain is verified.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "owner", "description": "The owner of the domain.
", "type": "VerifiableDomainOwner!", "id": "verifiabledomainowner", "kind": "unions", "href": "/graphql/reference/unions#verifiabledomainowner" }, { "name": "punycodeEncodedDomain", "description": "The punycode encoded domain.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "tokenExpirationTime", "description": "The time that the current verification token will expire.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "verificationToken", "description": "The current verification token for the domain.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "VerifiableDomainConnection", "kind": "objects", "id": "verifiabledomainconnection", "href": "/graphql/reference/objects#verifiabledomainconnection", "description": "The connection type for VerifiableDomain.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[VerifiableDomainEdge]", "id": "verifiabledomainedge", "kind": "objects", "href": "/graphql/reference/objects#verifiabledomainedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[VerifiableDomain]", "id": "verifiabledomain", "kind": "objects", "href": "/graphql/reference/objects#verifiabledomain" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "VerifiableDomainEdge", "kind": "objects", "id": "verifiabledomainedge", "href": "/graphql/reference/objects#verifiabledomainedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "VerifiableDomain", "id": "verifiabledomain", "kind": "objects", "href": "/graphql/reference/objects#verifiabledomain" } ] }, { "name": "ViewerHovercardContext", "kind": "objects", "id": "viewerhovercardcontext", "href": "/graphql/reference/objects#viewerhovercardcontext", "description": "A hovercard context with a message describing how the viewer is related.
", "implements": [ { "name": "HovercardContext", "id": "hovercardcontext", "href": "/graphql/reference/interfaces#hovercardcontext" } ], "fields": [ { "name": "message", "description": "A string describing this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "octicon", "description": "An octicon to accompany this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "viewer", "description": "Identifies the user who is related to this context.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "Workflow", "kind": "objects", "id": "workflow", "href": "/graphql/reference/objects#workflow", "description": "A workflow contains meta information about an Actions workflow file.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The name of the workflow.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "runs", "description": "The runs of the workflow.
", "type": "WorkflowRunConnection!", "id": "workflowrunconnection", "kind": "objects", "href": "/graphql/reference/objects#workflowrunconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the connection.
", "type": { "name": "WorkflowRunOrder", "id": "workflowrunorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#workflowrunorder" } } ] }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "WorkflowRun", "kind": "objects", "id": "workflowrun", "href": "/graphql/reference/objects#workflowrun", "description": "A workflow run.
", "implements": [ { "name": "Node", "id": "node", "href": "/graphql/reference/interfaces#node" } ], "fields": [ { "name": "checkSuite", "description": "The check suite this workflow run belongs to.
", "type": "CheckSuite!", "id": "checksuite", "kind": "objects", "href": "/graphql/reference/objects#checksuite" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "deploymentReviews", "description": "The log of deployment reviews.
", "type": "DeploymentReviewConnection!", "id": "deploymentreviewconnection", "kind": "objects", "href": "/graphql/reference/objects#deploymentreviewconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "pendingDeploymentRequests", "description": "The pending deployment requests of all check runs in this workflow run.
", "type": "DeploymentRequestConnection!", "id": "deploymentrequestconnection", "kind": "objects", "href": "/graphql/reference/objects#deploymentrequestconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "resourcePath", "description": "The HTTP path for this workflow run.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "runNumber", "description": "A number that uniquely identifies this workflow run in its parent workflow.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this workflow run.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "workflow", "description": "The workflow executed in this workflow run.
", "type": "Workflow!", "id": "workflow", "kind": "objects", "href": "/graphql/reference/objects#workflow" } ] }, { "name": "WorkflowRunConnection", "kind": "objects", "id": "workflowrunconnection", "href": "/graphql/reference/objects#workflowrunconnection", "description": "The connection type for WorkflowRun.
", "fields": [ { "name": "edges", "description": "A list of edges.
", "type": "[WorkflowRunEdge]", "id": "workflowrunedge", "kind": "objects", "href": "/graphql/reference/objects#workflowrunedge" }, { "name": "nodes", "description": "A list of nodes.
", "type": "[WorkflowRun]", "id": "workflowrun", "kind": "objects", "href": "/graphql/reference/objects#workflowrun" }, { "name": "pageInfo", "description": "Information to aid in pagination.
", "type": "PageInfo!", "id": "pageinfo", "kind": "objects", "href": "/graphql/reference/objects#pageinfo" }, { "name": "totalCount", "description": "Identifies the total count of items in the connection.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "WorkflowRunEdge", "kind": "objects", "id": "workflowrunedge", "href": "/graphql/reference/objects#workflowrunedge", "description": "An edge in a connection.
", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "node", "description": "The item at the end of the edge.
", "type": "WorkflowRun", "id": "workflowrun", "kind": "objects", "href": "/graphql/reference/objects#workflowrun" } ] } ], "interfaces": [ { "name": "Actor", "kind": "interfaces", "id": "actor", "href": "/graphql/reference/interfaces#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.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "login", "description": "The username of the actor.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "resourcePath", "description": "The HTTP path for this actor.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this actor.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "Assignable", "kind": "interfaces", "id": "assignable", "href": "/graphql/reference/interfaces#assignable", "description": "An object that can have users assigned to it.
", "fields": [ { "name": "assignees", "description": "A list of Users assigned to this object.
", "type": "UserConnection!", "id": "userconnection", "kind": "objects", "href": "/graphql/reference/objects#userconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "AuditEntry", "kind": "interfaces", "id": "auditentry", "href": "/graphql/reference/interfaces#auditentry", "description": "An entry in the audit log.
", "fields": [ { "name": "action", "description": "The action name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actor", "description": "The user who initiated the action.
", "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", "href": "/graphql/reference/unions#auditentryactor" }, { "name": "actorIp", "description": "The IP address of the actor.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorLocation", "description": "A readable representation of the actor's location.
", "type": "ActorLocation", "id": "actorlocation", "kind": "objects", "href": "/graphql/reference/objects#actorlocation" }, { "name": "actorLogin", "description": "The username of the user who initiated the action.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorResourcePath", "description": "The HTTP path for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "actorUrl", "description": "The HTTP URL for the actor.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "createdAt", "description": "The time the action was initiated.
", "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", "href": "/graphql/reference/scalars#precisedatetime" }, { "name": "operationType", "description": "The corresponding operation type for the action.
", "type": "OperationType", "id": "operationtype", "kind": "enums", "href": "/graphql/reference/enums#operationtype" }, { "name": "user", "description": "The user affected by the action.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "userLogin", "description": "For actions involving two users, the actor is the initiator and the user is the affected user.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userResourcePath", "description": "The HTTP path for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "userUrl", "description": "The HTTP URL for the user.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "Closable", "kind": "interfaces", "id": "closable", "href": "/graphql/reference/interfaces#closable", "description": "An object that can be closed.
", "fields": [ { "name": "closed", "description": "true if the object is closed (definition of closed may depend on type).
Identifies the date and time when the object was closed.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "Comment", "kind": "interfaces", "id": "comment", "href": "/graphql/reference/interfaces#comment", "description": "Represents a comment.
", "fields": [ { "name": "author", "description": "The actor who authored the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "authorAssociation", "description": "Author's association with the subject of the comment.
", "type": "CommentAuthorAssociation!", "id": "commentauthorassociation", "kind": "enums", "href": "/graphql/reference/enums#commentauthorassociation" }, { "name": "body", "description": "The body as Markdown.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyHTML", "description": "The body rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "bodyText", "description": "The body rendered to text.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "createdViaEmail", "description": "Check if this comment was created via an email reply.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "editor", "description": "The actor who edited the comment.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "includesCreatedEdit", "description": "Check if this comment was edited and includes an edit with the creation data.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "lastEditedAt", "description": "The moment the editor made the last edit.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "publishedAt", "description": "Identifies when the comment was published at.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "userContentEdits", "description": "A list of edits to this content.
", "type": "UserContentEditConnection", "id": "usercontenteditconnection", "kind": "objects", "href": "/graphql/reference/objects#usercontenteditconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "viewerDidAuthor", "description": "Did the viewer author this comment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "Contribution", "kind": "interfaces", "id": "contribution", "href": "/graphql/reference/interfaces#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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "occurredAt", "description": "When this contribution was made.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "resourcePath", "description": "The HTTP path for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for this contribution.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "user", "description": "The user who made this contribution.
", "type": "User!", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" } ] }, { "name": "Deletable", "kind": "interfaces", "id": "deletable", "href": "/graphql/reference/interfaces#deletable", "description": "Entities that can be deleted.
", "fields": [ { "name": "viewerCanDelete", "description": "Check if the current viewer can delete this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "EnterpriseAuditEntryData", "kind": "interfaces", "id": "enterpriseauditentrydata", "href": "/graphql/reference/interfaces#enterpriseauditentrydata", "description": "Metadata for an audit entry containing enterprise account information.
", "fields": [ { "name": "enterpriseResourcePath", "description": "The HTTP path for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "enterpriseSlug", "description": "The slug of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseUrl", "description": "The HTTP URL for this enterprise.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "GitObject", "kind": "interfaces", "id": "gitobject", "href": "/graphql/reference/interfaces#gitobject", "description": "Represents a Git object.
", "fields": [ { "name": "abbreviatedOid", "description": "An abbreviated version of the Git object ID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitResourcePath", "description": "The HTTP path for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "commitUrl", "description": "The HTTP URL for this Git object.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "oid", "description": "The Git object ID.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "repository", "description": "The Repository the Git object belongs to.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "GitSignature", "kind": "interfaces", "id": "gitsignature", "href": "/graphql/reference/interfaces#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.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isValid", "description": "True if the signature is valid and verified by GitHub.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "payload", "description": "Payload for GPG signing object. Raw ODB object without the signature header.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signature", "description": "ASCII-armored signature header from object.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signer", "description": "GitHub user corresponding to the email signing this commit.
", "type": "User", "id": "user", "kind": "objects", "href": "/graphql/reference/objects#user" }, { "name": "state", "description": "The state of this signature. VALID if signature is valid and verified by\nGitHub, otherwise represents reason why signature is considered invalid.
True if the signature was made with GitHub's signing key.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "HovercardContext", "kind": "interfaces", "id": "hovercardcontext", "href": "/graphql/reference/interfaces#hovercardcontext", "description": "An individual line of a hovercard.
", "fields": [ { "name": "message", "description": "A string describing this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "octicon", "description": "An octicon to accompany this context.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "Labelable", "kind": "interfaces", "id": "labelable", "href": "/graphql/reference/interfaces#labelable", "description": "An object that can have labels assigned to it.
", "fields": [ { "name": "labels", "description": "A list of labels associated with the object.
", "type": "LabelConnection", "id": "labelconnection", "kind": "objects", "href": "/graphql/reference/objects#labelconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for labels returned from the connection.
", "type": { "name": "LabelOrder", "id": "labelorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#labelorder" } } ] } ] }, { "name": "Lockable", "kind": "interfaces", "id": "lockable", "href": "/graphql/reference/interfaces#lockable", "description": "An object that can be locked.
", "fields": [ { "name": "activeLockReason", "description": "Reason that the conversation was locked.
", "type": "LockReason", "id": "lockreason", "kind": "enums", "href": "/graphql/reference/enums#lockreason" }, { "name": "locked", "description": "true if the object is locked.
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.
", "type": "UserStatusConnection!", "id": "userstatusconnection", "kind": "objects", "href": "/graphql/reference/objects#userstatusconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for user statuses returned from the connection.
", "type": { "name": "UserStatusOrder", "id": "userstatusorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#userstatusorder" } } ] } ] }, { "name": "Migration", "kind": "interfaces", "id": "migration", "href": "/graphql/reference/interfaces#migration", "description": "Represents an Octoshift migration.
", "fields": [ { "name": "continueOnError", "description": "The Octoshift migration flag to continue on error.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "failureReason", "description": "The reason the migration failed.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "migrationLogUrl", "description": "The URL for the migration log (expires 1 day after migration completes).
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "migrationSource", "description": "The Octoshift migration source.
", "type": "MigrationSource!", "id": "migrationsource", "kind": "objects", "href": "/graphql/reference/objects#migrationsource" }, { "name": "repositoryName", "description": "The target repository name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sourceUrl", "description": "The Octoshift migration source URL.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "state", "description": "The Octoshift migration state.
", "type": "MigrationState!", "id": "migrationstate", "kind": "enums", "href": "/graphql/reference/enums#migrationstate" } ] }, { "name": "Minimizable", "kind": "interfaces", "id": "minimizable", "href": "/graphql/reference/interfaces#minimizable", "description": "Entities that can be minimized.
", "fields": [ { "name": "isMinimized", "description": "Returns whether or not a comment has been minimized.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "minimizedReason", "description": "Returns why the comment was minimized. One of abuse, off-topic,\noutdated, resolved, duplicate and spam. Note that the case and\nformatting of these values differs from the inputs to the MinimizeComment mutation.
Check if the current viewer can minimize this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "Node", "kind": "interfaces", "id": "node", "href": "/graphql/reference/interfaces#node", "description": "An object with an ID.
", "fields": [ { "name": "id", "description": "ID of the object.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } ] }, { "name": "OauthApplicationAuditEntryData", "kind": "interfaces", "id": "oauthapplicationauditentrydata", "href": "/graphql/reference/interfaces#oauthapplicationauditentrydata", "description": "Metadata for an audit entry with action oauth_application.*.
", "fields": [ { "name": "oauthApplicationName", "description": "The name of the OAuth Application.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oauthApplicationResourcePath", "description": "The HTTP path for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "oauthApplicationUrl", "description": "The HTTP URL for the OAuth Application.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "OrganizationAuditEntryData", "kind": "interfaces", "id": "organizationauditentrydata", "href": "/graphql/reference/interfaces#organizationauditentrydata", "description": "Metadata for an audit entry with action org.*.
", "fields": [ { "name": "organization", "description": "The Organization associated with the Audit Entry.
", "type": "Organization", "id": "organization", "kind": "objects", "href": "/graphql/reference/objects#organization" }, { "name": "organizationName", "description": "The name of the Organization.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationResourcePath", "description": "The HTTP path for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "organizationUrl", "description": "The HTTP URL for the organization.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "PackageOwner", "kind": "interfaces", "id": "packageowner", "href": "/graphql/reference/interfaces#packageowner", "description": "Represents an owner of a package.
", "fields": [ { "name": "packages", "description": "A list of packages under the owner.
", "type": "PackageConnection!", "id": "packageconnection", "kind": "objects", "href": "/graphql/reference/objects#packageconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "names", "description": "Find packages by their names.
", "type": { "name": "[String]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "orderBy", "description": "Ordering of the returned packages.
", "type": { "name": "PackageOrder", "id": "packageorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#packageorder" } }, { "name": "packageType", "description": "Filter registry package by type.
", "type": { "name": "PackageType", "id": "packagetype", "kind": "enums", "href": "/graphql/reference/enums#packagetype" } }, { "name": "repositoryId", "description": "Find packages in a repository by ID.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] } ] }, { "name": "ProfileOwner", "kind": "interfaces", "id": "profileowner", "href": "/graphql/reference/interfaces#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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "type", "description": "Filter to only a particular kind of pinnable item.
", "type": { "name": "PinnableItemType", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "email", "description": "The public profile email.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "itemShowcase", "description": "Showcases a selection of repositories and gists that the profile owner has\neither curated or that have been selected automatically based on popularity.
", "type": "ProfileItemShowcase!", "id": "profileitemshowcase", "kind": "objects", "href": "/graphql/reference/objects#profileitemshowcase" }, { "name": "location", "description": "The public profile location.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "login", "description": "The username used to login.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The public profile name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pinnableItems", "description": "A list of repositories and gists this profile owner can pin to their profile.
", "type": "PinnableItemConnection!", "id": "pinnableitemconnection", "kind": "objects", "href": "/graphql/reference/objects#pinnableitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "types", "description": "Filter the types of pinnable items that are returned.
", "type": { "name": "[PinnableItemType!]", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "pinnedItems", "description": "A list of repositories and gists this profile owner has pinned to their profile.
", "type": "PinnableItemConnection!", "id": "pinnableitemconnection", "kind": "objects", "href": "/graphql/reference/objects#pinnableitemconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "types", "description": "Filter the types of pinned items that are returned.
", "type": { "name": "[PinnableItemType!]", "id": "pinnableitemtype", "kind": "enums", "href": "/graphql/reference/enums#pinnableitemtype" } } ] }, { "name": "pinnedItemsRemaining", "description": "Returns how many more items this profile owner can pin to their profile.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "viewerCanChangePinnedItems", "description": "Can the viewer pin repositories and gists to the profile?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "websiteUrl", "description": "The public profile website URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "ProjectNextFieldCommon", "kind": "interfaces", "id": "projectnextfieldcommon", "href": "/graphql/reference/interfaces#projectnextfieldcommon", "description": "Common fields across different field types.
", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The field's type.
", "type": "ProjectNextFieldType!", "id": "projectnextfieldtype", "kind": "enums", "href": "/graphql/reference/enums#projectnextfieldtype", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project field's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The project that contains this field.
", "type": "ProjectNext!", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
The field's settings.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime", "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Represents an owner of a project (beta).
", "fields": [ { "name": "projectNext", "description": "Find a project by project (beta) number.
", "type": "ProjectNext", "id": "projectnext", "kind": "objects", "href": "/graphql/reference/objects#projectnext", "arguments": [ { "name": "number", "description": "The project (beta) number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
A list of projects (beta) under the owner.
", "type": "ProjectNextConnection!", "id": "projectnextconnection", "kind": "objects", "href": "/graphql/reference/objects#projectnextconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "query", "description": "A project (beta) to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "sortBy", "defaultValue": "TITLE", "description": "How to order the returned projects (beta).
", "type": { "name": "ProjectNextOrderField", "id": "projectnextorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectnextorderfield" } } ], "isDeprecated": true, "deprecationReason": "The ProjectNext API is deprecated in favour of the more capable ProjectV2 API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
Represents an owner of a Project.
", "fields": [ { "name": "project", "description": "Find project by number.
", "type": "Project", "id": "project", "kind": "objects", "href": "/graphql/reference/objects#project", "arguments": [ { "name": "number", "description": "The project number to find.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projects", "description": "A list of projects under the owner.
", "type": "ProjectConnection!", "id": "projectconnection", "kind": "objects", "href": "/graphql/reference/objects#projectconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for projects returned from the connection.
", "type": { "name": "ProjectOrder", "id": "projectorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectorder" } }, { "name": "search", "description": "Query to search projects by, currently only searching by name.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "states", "description": "A list of states to filter the projects by.
", "type": { "name": "[ProjectState!]", "id": "projectstate", "kind": "enums", "href": "/graphql/reference/enums#projectstate" } } ] }, { "name": "projectsResourcePath", "description": "The HTTP path listing owners projects.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "projectsUrl", "description": "The HTTP URL listing owners projects.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "viewerCanCreateProjects", "description": "Can the current viewer create new projects on this owner.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "ProjectV2FieldCommon", "kind": "interfaces", "id": "projectv2fieldcommon", "href": "/graphql/reference/interfaces#projectv2fieldcommon", "description": "Common fields across different project field types.
", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "dataType", "description": "The field's type.
", "type": "ProjectV2FieldType!", "id": "projectv2fieldtype", "kind": "enums", "href": "/graphql/reference/enums#projectv2fieldtype" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "name", "description": "The project field's name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "project", "description": "The project that contains this field.
", "type": "ProjectV2!", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2ItemFieldValueCommon", "kind": "interfaces", "id": "projectv2itemfieldvaluecommon", "href": "/graphql/reference/interfaces#projectv2itemfieldvaluecommon", "description": "Common fields across different project field value types.
", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "creator", "description": "The actor who created the item.
", "type": "Actor", "id": "actor", "kind": "interfaces", "href": "/graphql/reference/interfaces#actor" }, { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "field", "description": "The project field that contains this value.
", "type": "ProjectV2FieldConfiguration!", "id": "projectv2fieldconfiguration", "kind": "unions", "href": "/graphql/reference/unions#projectv2fieldconfiguration" }, { "name": "item", "description": "The project item that contains this value.
", "type": "ProjectV2Item!", "id": "projectv2item", "kind": "objects", "href": "/graphql/reference/objects#projectv2item" }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" } ] }, { "name": "ProjectV2Owner", "kind": "interfaces", "id": "projectv2owner", "href": "/graphql/reference/interfaces#projectv2owner", "description": "Represents an owner of a project (beta).
", "fields": [ { "name": "projectV2", "description": "Find a project by number.
", "type": "ProjectV2", "id": "projectv2", "kind": "objects", "href": "/graphql/reference/objects#projectv2", "arguments": [ { "name": "number", "description": "The project number.
", "type": { "name": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "projectsV2", "description": "A list of projects under the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "How to order the returned projects.
", "type": { "name": "ProjectV2Order", "id": "projectv2order", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2order" } }, { "name": "query", "description": "A project to search for under the the owner.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] } ] }, { "name": "ProjectV2Recent", "kind": "interfaces", "id": "projectv2recent", "href": "/graphql/reference/interfaces#projectv2recent", "description": "Recent projects for the owner.
", "fields": [ { "name": "recentProjects", "description": "Recent projects that this user has modified in the context of the owner.
", "type": "ProjectV2Connection!", "id": "projectv2connection", "kind": "objects", "href": "/graphql/reference/objects#projectv2connection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "Reactable", "kind": "interfaces", "id": "reactable", "href": "/graphql/reference/interfaces#reactable", "description": "Represents a subject that can be reacted on.
", "fields": [ { "name": "databaseId", "description": "Identifies the primary key from the database.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "reactionGroups", "description": "A list of reactions grouped by content left on the subject.
", "type": "[ReactionGroup!]", "id": "reactiongroup", "kind": "objects", "href": "/graphql/reference/objects#reactiongroup" }, { "name": "reactions", "description": "A list of Reactions left on the Issue.
", "type": "ReactionConnection!", "id": "reactionconnection", "kind": "objects", "href": "/graphql/reference/objects#reactionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "content", "description": "Allows filtering Reactions by emoji.
", "type": { "name": "ReactionContent", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Allows specifying the order in which reactions are returned.
", "type": { "name": "ReactionOrder", "id": "reactionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#reactionorder" } } ] }, { "name": "viewerCanReact", "description": "Can user react to this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "RepositoryAuditEntryData", "kind": "interfaces", "id": "repositoryauditentrydata", "href": "/graphql/reference/interfaces#repositoryauditentrydata", "description": "Metadata for an audit entry with action repo.*.
", "fields": [ { "name": "repository", "description": "The repository associated with the action.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" }, { "name": "repositoryName", "description": "The name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryResourcePath", "description": "The HTTP path for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "repositoryUrl", "description": "The HTTP URL for the repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RepositoryDiscussionAuthor", "kind": "interfaces", "id": "repositorydiscussionauthor", "href": "/graphql/reference/interfaces#repositorydiscussionauthor", "description": "Represents an author of discussions in repositories.
", "fields": [ { "name": "repositoryDiscussions", "description": "Discussions this user has started.
", "type": "DiscussionConnection!", "id": "discussionconnection", "kind": "objects", "href": "/graphql/reference/objects#discussionconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "answered", "description": "Filter discussions to only those that have been answered or not. Defaults to\nincluding both answered and unanswered discussions.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for discussions returned from the connection.
", "type": { "name": "DiscussionOrder", "id": "discussionorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#discussionorder" } }, { "name": "repositoryId", "description": "Filter discussions to only those in a specific repository.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] } ] }, { "name": "RepositoryDiscussionCommentAuthor", "kind": "interfaces", "id": "repositorydiscussioncommentauthor", "href": "/graphql/reference/interfaces#repositorydiscussioncommentauthor", "description": "Represents an author of discussion comments in repositories.
", "fields": [ { "name": "repositoryDiscussionComments", "description": "Discussion comments this user has authored.
", "type": "DiscussionCommentConnection!", "id": "discussioncommentconnection", "kind": "objects", "href": "/graphql/reference/objects#discussioncommentconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "onlyAnswers", "defaultValue": false, "description": "Filter discussion comments to only those that were marked as the answer.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "repositoryId", "description": "Filter discussion comments to only those in a specific repository.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] } ] }, { "name": "RepositoryInfo", "kind": "interfaces", "id": "repositoryinfo", "href": "/graphql/reference/interfaces#repositoryinfo", "description": "A subset of repository info.
", "fields": [ { "name": "createdAt", "description": "Identifies the date and time when the object was created.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "description", "description": "The description of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "descriptionHTML", "description": "The description of the repository rendered to HTML.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html" }, { "name": "forkCount", "description": "Returns how many forks there are of this repository in the whole network.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "hasIssuesEnabled", "description": "Indicates if the repository has issues feature enabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasProjectsEnabled", "description": "Indicates if the repository has the Projects feature enabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasWikiEnabled", "description": "Indicates if the repository has wiki feature enabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "homepageUrl", "description": "The repository's URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "isArchived", "description": "Indicates if the repository is unmaintained.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isFork", "description": "Identifies if the repository is a fork.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isInOrganization", "description": "Indicates if a repository is either owned by an organization, or is a private fork of an organization repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isLocked", "description": "Indicates if the repository has been locked or not.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isMirror", "description": "Identifies if the repository is a mirror.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isPrivate", "description": "Identifies if the repository is private or internal.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isTemplate", "description": "Identifies if the repository is a template that can be used to generate new repositories.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "licenseInfo", "description": "The license associated with the repository.
", "type": "License", "id": "license", "kind": "objects", "href": "/graphql/reference/objects#license" }, { "name": "lockReason", "description": "The reason the repository has been locked.
", "type": "RepositoryLockReason", "id": "repositorylockreason", "kind": "enums", "href": "/graphql/reference/enums#repositorylockreason" }, { "name": "mirrorUrl", "description": "The repository's original mirror URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "name", "description": "The name of the repository.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "nameWithOwner", "description": "The repository's name with owner.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "openGraphImageUrl", "description": "The image used to represent this repository in Open Graph data.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "owner", "description": "The User owner of the repository.
", "type": "RepositoryOwner!", "id": "repositoryowner", "kind": "interfaces", "href": "/graphql/reference/interfaces#repositoryowner" }, { "name": "pushedAt", "description": "Identifies when the repository was last pushed to.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "resourcePath", "description": "The HTTP path for this repository.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "shortDescriptionHTML", "description": "A description of the repository, rendered to HTML without any links in it.
", "type": "HTML!", "id": "html", "kind": "scalars", "href": "/graphql/reference/scalars#html", "arguments": [ { "name": "limit", "defaultValue": "200", "description": "How many characters to return.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "updatedAt", "description": "Identifies the date and time when the object was last updated.
", "type": "DateTime!", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "url", "description": "The HTTP URL for this repository.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "visibility", "description": "Indicates the repository's visibility level.
", "type": "RepositoryVisibility!", "id": "repositoryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repositoryvisibility" } ] }, { "name": "RepositoryNode", "kind": "interfaces", "id": "repositorynode", "href": "/graphql/reference/interfaces#repositorynode", "description": "Represents a object that belongs to a repository.
", "fields": [ { "name": "repository", "description": "The repository associated with this node.
", "type": "Repository!", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository" } ] }, { "name": "RepositoryOwner", "kind": "interfaces", "id": "repositoryowner", "href": "/graphql/reference/interfaces#repositoryowner", "description": "Represents an owner of a Repository.
", "fields": [ { "name": "avatarUrl", "description": "A URL pointing to the owner's public avatar.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri", "arguments": [ { "name": "size", "description": "The size of the resulting square image.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] }, { "name": "login", "description": "The username used to login.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositories", "description": "A list of repositories that the user owns.
", "type": "RepositoryConnection!", "id": "repositoryconnection", "kind": "objects", "href": "/graphql/reference/objects#repositoryconnection", "arguments": [ { "name": "affiliations", "description": "Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "isFork", "description": "If non-null, filters repositories according to whether they are forks of another repository.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for repositories returned from the connection.
", "type": { "name": "RepositoryOrder", "id": "repositoryorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#repositoryorder" } }, { "name": "ownerAffiliations", "description": "Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns.
", "type": { "name": "[RepositoryAffiliation]", "id": "repositoryaffiliation", "kind": "enums", "href": "/graphql/reference/enums#repositoryaffiliation" } }, { "name": "privacy", "description": "If non-null, filters repositories according to privacy.
", "type": { "name": "RepositoryPrivacy", "id": "repositoryprivacy", "kind": "enums", "href": "/graphql/reference/enums#repositoryprivacy" } } ] }, { "name": "repository", "description": "Find Repository.
", "type": "Repository", "id": "repository", "kind": "objects", "href": "/graphql/reference/objects#repository", "arguments": [ { "name": "followRenames", "defaultValue": true, "description": "Follow repository renames. If disabled, a repository referenced by its old name will return an error.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "name", "description": "Name of Repository to find.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "resourcePath", "description": "The HTTP URL for the owner.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The HTTP URL for the owner.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "RequirableByPullRequest", "kind": "interfaces", "id": "requirablebypullrequest", "href": "/graphql/reference/interfaces#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.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "pullRequestId", "description": "The id of the pull request this is required for.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } }, { "name": "pullRequestNumber", "description": "The number of the pull request this is required for.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } } ] } ] }, { "name": "Sponsorable", "kind": "interfaces", "id": "sponsorable", "href": "/graphql/reference/interfaces#sponsorable", "description": "Entities that can be sponsored through GitHub Sponsors.
", "fields": [ { "name": "estimatedNextSponsorsPayoutInCents", "description": "The estimated next GitHub Sponsors payout for this user/organization in cents (USD).
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "hasSponsorsListing", "description": "True if this user/organization has a GitHub Sponsors listing.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isSponsoredBy", "description": "Check if the given account is sponsoring this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean", "arguments": [ { "name": "accountLogin", "description": "The target account's login.
", "type": { "name": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } } ] }, { "name": "isSponsoringViewer", "description": "True if the viewer is sponsored by this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "monthlyEstimatedSponsorsIncomeInCents", "description": "The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "sponsoring", "description": "List of users and organizations this entity is sponsoring.
", "type": "SponsorConnection!", "id": "sponsorconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for the users and organizations returned from the connection.
", "type": { "name": "SponsorOrder", "id": "sponsororder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsororder" } } ] }, { "name": "sponsors", "description": "List of sponsors for this user or organization.
", "type": "SponsorConnection!", "id": "sponsorconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsors returned from the connection.
", "type": { "name": "SponsorOrder", "id": "sponsororder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsororder" } }, { "name": "tierId", "description": "If given, will filter for sponsors at the given tier. Will only return\nsponsors whose tier the viewer is permitted to see.
", "type": { "name": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } } ] }, { "name": "sponsorsActivities", "description": "Events involving this sponsorable, such as new sponsorships.
", "type": "SponsorsActivityConnection!", "id": "sponsorsactivityconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorsactivityconnection", "arguments": [ { "name": "actions", "description": "Filter activities to only the specified actions.
", "type": { "name": "[SponsorsActivityAction!]", "id": "sponsorsactivityaction", "kind": "enums", "href": "/graphql/reference/enums#sponsorsactivityaction" } }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for activity returned from the connection.
", "type": { "name": "SponsorsActivityOrder", "id": "sponsorsactivityorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorsactivityorder" } }, { "name": "period", "defaultValue": "MONTH", "description": "Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity occurred.
", "type": { "name": "SponsorsActivityPeriod", "id": "sponsorsactivityperiod", "kind": "enums", "href": "/graphql/reference/enums#sponsorsactivityperiod" } } ] }, { "name": "sponsorsListing", "description": "The GitHub Sponsors listing for this user or organization.
", "type": "SponsorsListing", "id": "sponsorslisting", "kind": "objects", "href": "/graphql/reference/objects#sponsorslisting" }, { "name": "sponsorshipForViewerAsSponsor", "description": "The sponsorship from the viewer to this user/organization; that is, the\nsponsorship where you're the sponsor. Only returns a sponsorship if it is active.
", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship" }, { "name": "sponsorshipForViewerAsSponsorable", "description": "The sponsorship from this user/organization to the viewer; that is, the\nsponsorship you're receiving. Only returns a sponsorship if it is active.
", "type": "Sponsorship", "id": "sponsorship", "kind": "objects", "href": "/graphql/reference/objects#sponsorship" }, { "name": "sponsorshipNewsletters", "description": "List of sponsorship updates sent from this sponsorable to sponsors.
", "type": "SponsorshipNewsletterConnection!", "id": "sponsorshipnewsletterconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipnewsletterconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorship updates returned from the connection.
", "type": { "name": "SponsorshipNewsletterOrder", "id": "sponsorshipnewsletterorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshipnewsletterorder" } } ] }, { "name": "sponsorshipsAsMaintainer", "description": "This object's sponsorships as the maintainer.
", "type": "SponsorshipConnection!", "id": "sponsorshipconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "includePrivate", "defaultValue": false, "description": "Whether or not to include private sponsorships in the result set.
", "type": { "name": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.
", "type": { "name": "SponsorshipOrder", "id": "sponsorshiporder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshiporder" } } ] }, { "name": "sponsorshipsAsSponsor", "description": "This object's sponsorships as the sponsor.
", "type": "SponsorshipConnection!", "id": "sponsorshipconnection", "kind": "objects", "href": "/graphql/reference/objects#sponsorshipconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.
", "type": { "name": "SponsorshipOrder", "id": "sponsorshiporder", "kind": "input-objects", "href": "/graphql/reference/input-objects#sponsorshiporder" } } ] }, { "name": "viewerCanSponsor", "description": "Whether or not the viewer is able to sponsor this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerIsSponsoring", "description": "True if the viewer is sponsoring this user/organization.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "Starrable", "kind": "interfaces", "id": "starrable", "href": "/graphql/reference/interfaces#starrable", "description": "Things that can be starred.
", "fields": [ { "name": "stargazerCount", "description": "Returns a count of how many stargazers there are on this object.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "stargazers", "description": "A list of users who have starred this starrable.
", "type": "StargazerConnection!", "id": "stargazerconnection", "kind": "objects", "href": "/graphql/reference/objects#stargazerconnection", "arguments": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.
", "type": { "name": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } }, { "name": "first", "description": "Returns the first n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "last", "description": "Returns the last n elements from the list.
", "type": { "name": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } }, { "name": "orderBy", "description": "Order for connection.
", "type": { "name": "StarOrder", "id": "starorder", "kind": "input-objects", "href": "/graphql/reference/input-objects#starorder" } } ] }, { "name": "viewerHasStarred", "description": "Returns a boolean indicating whether the viewing user has starred this starrable.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "Subscribable", "kind": "interfaces", "id": "subscribable", "href": "/graphql/reference/interfaces#subscribable", "description": "Entities that can be subscribed to for web and email notifications.
", "fields": [ { "name": "viewerCanSubscribe", "description": "Check if the viewer is able to change their subscription status for the repository.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerSubscription", "description": "Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
", "type": "SubscriptionState", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" } ] }, { "name": "TeamAuditEntryData", "kind": "interfaces", "id": "teamauditentrydata", "href": "/graphql/reference/interfaces#teamauditentrydata", "description": "Metadata for an audit entry with action team.*.
", "fields": [ { "name": "team", "description": "The team associated with the action.
", "type": "Team", "id": "team", "kind": "objects", "href": "/graphql/reference/objects#team" }, { "name": "teamName", "description": "The name of the team.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "teamResourcePath", "description": "The HTTP path for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "teamUrl", "description": "The HTTP URL for this team.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "TopicAuditEntryData", "kind": "interfaces", "id": "topicauditentrydata", "href": "/graphql/reference/interfaces#topicauditentrydata", "description": "Metadata for an audit entry with a topic.
", "fields": [ { "name": "topic", "description": "The name of the topic added to the repository.
", "type": "Topic", "id": "topic", "kind": "objects", "href": "/graphql/reference/objects#topic" }, { "name": "topicName", "description": "The name of the topic added to the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UniformResourceLocatable", "kind": "interfaces", "id": "uniformresourcelocatable", "href": "/graphql/reference/interfaces#uniformresourcelocatable", "description": "Represents a type that can be retrieved by a URL.
", "fields": [ { "name": "resourcePath", "description": "The HTML path to this resource.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "url", "description": "The URL to this resource.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "Updatable", "kind": "interfaces", "id": "updatable", "href": "/graphql/reference/interfaces#updatable", "description": "Entities that can be updated.
", "fields": [ { "name": "viewerCanUpdate", "description": "Check if the current viewer can update this object.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "UpdatableComment", "kind": "interfaces", "id": "updatablecomment", "href": "/graphql/reference/interfaces#updatablecomment", "description": "Comments that can be updated.
", "fields": [ { "name": "viewerCannotUpdateReasons", "description": "Reasons why the current viewer can not update this comment.
", "type": "[CommentCannotUpdateReason!]!", "id": "commentcannotupdatereason", "kind": "enums", "href": "/graphql/reference/enums#commentcannotupdatereason" } ] }, { "name": "Votable", "kind": "interfaces", "id": "votable", "href": "/graphql/reference/interfaces#votable", "description": "A subject that may be upvoted.
", "fields": [ { "name": "upvoteCount", "description": "Number of upvotes that this subject has received.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "viewerCanUpvote", "description": "Whether or not the current user can add or remove an upvote on this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "viewerHasUpvoted", "description": "Whether or not the current user has already upvoted this subject.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] } ], "enums": [ { "name": "ActorType", "kind": "enums", "id": "actortype", "href": "/graphql/reference/enums#actortype", "description": "The actor's type.
", "values": [ { "name": "TEAM", "description": "Indicates a team actor.
" }, { "name": "USER", "description": "Indicates a user actor.
" } ] }, { "name": "AuditLogOrderField", "kind": "enums", "id": "auditlogorderfield", "href": "/graphql/reference/enums#auditlogorderfield", "description": "Properties by which Audit Log connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order audit log entries by timestamp.
" } ] }, { "name": "CheckAnnotationLevel", "kind": "enums", "id": "checkannotationlevel", "href": "/graphql/reference/enums#checkannotationlevel", "description": "Represents an annotation's information level.
", "values": [ { "name": "FAILURE", "description": "An annotation indicating an inescapable error.
" }, { "name": "NOTICE", "description": "An annotation indicating some information.
" }, { "name": "WARNING", "description": "An annotation indicating an ignorable error.
" } ] }, { "name": "CheckConclusionState", "kind": "enums", "id": "checkconclusionstate", "href": "/graphql/reference/enums#checkconclusionstate", "description": "The possible states for a check suite or run conclusion.
", "values": [ { "name": "ACTION_REQUIRED", "description": "The check suite or run requires action.
" }, { "name": "CANCELLED", "description": "The check suite or run has been cancelled.
" }, { "name": "FAILURE", "description": "The check suite or run has failed.
" }, { "name": "NEUTRAL", "description": "The check suite or run was neutral.
" }, { "name": "SKIPPED", "description": "The check suite or run was skipped.
" }, { "name": "STALE", "description": "The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion.
" }, { "name": "STARTUP_FAILURE", "description": "The check suite or run has failed at startup.
" }, { "name": "SUCCESS", "description": "The check suite or run has succeeded.
" }, { "name": "TIMED_OUT", "description": "The check suite or run has timed out.
" } ] }, { "name": "CheckRunState", "kind": "enums", "id": "checkrunstate", "href": "/graphql/reference/enums#checkrunstate", "description": "The possible states of a check run in a status rollup.
", "values": [ { "name": "ACTION_REQUIRED", "description": "The check run requires action.
" }, { "name": "CANCELLED", "description": "The check run has been cancelled.
" }, { "name": "COMPLETED", "description": "The check run has been completed.
" }, { "name": "FAILURE", "description": "The check run has failed.
" }, { "name": "IN_PROGRESS", "description": "The check run is in progress.
" }, { "name": "NEUTRAL", "description": "The check run was neutral.
" }, { "name": "PENDING", "description": "The check run is in pending state.
" }, { "name": "QUEUED", "description": "The check run has been queued.
" }, { "name": "SKIPPED", "description": "The check run was skipped.
" }, { "name": "STALE", "description": "The check run was marked stale by GitHub. Only GitHub can use this conclusion.
" }, { "name": "STARTUP_FAILURE", "description": "The check run has failed at startup.
" }, { "name": "SUCCESS", "description": "The check run has succeeded.
" }, { "name": "TIMED_OUT", "description": "The check run has timed out.
" }, { "name": "WAITING", "description": "The check run is in waiting state.
" } ] }, { "name": "CheckRunType", "kind": "enums", "id": "checkruntype", "href": "/graphql/reference/enums#checkruntype", "description": "The possible types of check runs.
", "values": [ { "name": "ALL", "description": "Every check run available.
" }, { "name": "LATEST", "description": "The latest check run.
" } ] }, { "name": "CheckStatusState", "kind": "enums", "id": "checkstatusstate", "href": "/graphql/reference/enums#checkstatusstate", "description": "The possible states for a check suite or run status.
", "values": [ { "name": "COMPLETED", "description": "The check suite or run has been completed.
" }, { "name": "IN_PROGRESS", "description": "The check suite or run is in progress.
" }, { "name": "PENDING", "description": "The check suite or run is in pending state.
" }, { "name": "QUEUED", "description": "The check suite or run has been queued.
" }, { "name": "REQUESTED", "description": "The check suite or run has been requested.
" }, { "name": "WAITING", "description": "The check suite or run is in waiting state.
" } ] }, { "name": "CollaboratorAffiliation", "kind": "enums", "id": "collaboratoraffiliation", "href": "/graphql/reference/enums#collaboratoraffiliation", "description": "Collaborators affiliation level with a subject.
", "values": [ { "name": "ALL", "description": "All collaborators the authenticated user can see.
" }, { "name": "DIRECT", "description": "All collaborators with permissions to an organization-owned subject, regardless of organization membership status.
" }, { "name": "OUTSIDE", "description": "All outside collaborators of an organization-owned subject.
" } ] }, { "name": "CommentAuthorAssociation", "kind": "enums", "id": "commentauthorassociation", "href": "/graphql/reference/enums#commentauthorassociation", "description": "A comment author association with repository.
", "values": [ { "name": "COLLABORATOR", "description": "Author has been invited to collaborate on the repository.
" }, { "name": "CONTRIBUTOR", "description": "Author has previously committed to the repository.
" }, { "name": "FIRST_TIMER", "description": "Author has not previously committed to GitHub.
" }, { "name": "FIRST_TIME_CONTRIBUTOR", "description": "Author has not previously committed to the repository.
" }, { "name": "MANNEQUIN", "description": "Author is a placeholder for an unclaimed user.
" }, { "name": "MEMBER", "description": "Author is a member of the organization that owns the repository.
" }, { "name": "NONE", "description": "Author has no association with the repository.
" }, { "name": "OWNER", "description": "Author is the owner of the repository.
" } ] }, { "name": "CommentCannotUpdateReason", "kind": "enums", "id": "commentcannotupdatereason", "href": "/graphql/reference/enums#commentcannotupdatereason", "description": "The possible errors that will prevent a user from updating a comment.
", "values": [ { "name": "ARCHIVED", "description": "Unable to create comment because repository is archived.
" }, { "name": "DENIED", "description": "You cannot update this comment.
" }, { "name": "INSUFFICIENT_ACCESS", "description": "You must be the author or have write access to this repository to update this comment.
" }, { "name": "LOCKED", "description": "Unable to create comment because issue is locked.
" }, { "name": "LOGIN_REQUIRED", "description": "You must be logged in to update this comment.
" }, { "name": "MAINTENANCE", "description": "Repository is under maintenance.
" }, { "name": "VERIFIED_EMAIL_REQUIRED", "description": "At least one email address must be verified to update this comment.
" } ] }, { "name": "CommitContributionOrderField", "kind": "enums", "id": "commitcontributionorderfield", "href": "/graphql/reference/enums#commitcontributionorderfield", "description": "Properties by which commit contribution connections can be ordered.
", "values": [ { "name": "COMMIT_COUNT", "description": "Order commit contributions by how many commits they represent.
" }, { "name": "OCCURRED_AT", "description": "Order commit contributions by when they were made.
" } ] }, { "name": "ComparisonStatus", "kind": "enums", "id": "comparisonstatus", "href": "/graphql/reference/enums#comparisonstatus", "description": "The status of a git comparison between two refs.
", "values": [ { "name": "AHEAD", "description": "The head ref is ahead of the base ref.
" }, { "name": "BEHIND", "description": "The head ref is behind the base ref.
" }, { "name": "DIVERGED", "description": "The head ref is both ahead and behind of the base ref, indicating git history has diverged.
" }, { "name": "IDENTICAL", "description": "The head ref and base ref are identical.
" } ] }, { "name": "ContributionLevel", "kind": "enums", "id": "contributionlevel", "href": "/graphql/reference/enums#contributionlevel", "description": "Varying levels of contributions from none to many.
", "values": [ { "name": "FIRST_QUARTILE", "description": "Lowest 25% of days of contributions.
" }, { "name": "FOURTH_QUARTILE", "description": "Highest 25% of days of contributions. More contributions than the third quartile.
" }, { "name": "NONE", "description": "No contributions occurred.
" }, { "name": "SECOND_QUARTILE", "description": "Second lowest 25% of days of contributions. More contributions than the first quartile.
" }, { "name": "THIRD_QUARTILE", "description": "Second highest 25% of days of contributions. More contributions than second quartile, less than the fourth quartile.
" } ] }, { "name": "DefaultRepositoryPermissionField", "kind": "enums", "id": "defaultrepositorypermissionfield", "href": "/graphql/reference/enums#defaultrepositorypermissionfield", "description": "The possible base permissions for repositories.
", "values": [ { "name": "ADMIN", "description": "Can read, write, and administrate repos by default.
" }, { "name": "NONE", "description": "No access.
" }, { "name": "READ", "description": "Can read repos by default.
" }, { "name": "WRITE", "description": "Can read and write repos by default.
" } ] }, { "name": "DependencyGraphEcosystem", "kind": "enums", "id": "dependencygraphecosystem", "href": "/graphql/reference/enums#dependencygraphecosystem", "description": "The possible ecosystems of a dependency graph package.
", "values": [ { "name": "ACTIONS", "description": "GitHub Actions.
" }, { "name": "COMPOSER", "description": "PHP packages hosted at packagist.org.
" }, { "name": "GO", "description": "Go modules.
" }, { "name": "MAVEN", "description": "Java artifacts hosted at the Maven central repository.
" }, { "name": "NPM", "description": "JavaScript packages hosted at npmjs.com.
" }, { "name": "NUGET", "description": ".NET packages hosted at the NuGet Gallery.
" }, { "name": "PIP", "description": "Python packages hosted at PyPI.org.
" }, { "name": "PUB", "description": "Dart packages hosted at pub.dev.
" }, { "name": "RUBYGEMS", "description": "Ruby gems hosted at RubyGems.org.
" }, { "name": "RUST", "description": "Rust crates.
" } ] }, { "name": "DeploymentOrderField", "kind": "enums", "id": "deploymentorderfield", "href": "/graphql/reference/enums#deploymentorderfield", "description": "Properties by which deployment connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order collection by creation time.
" } ] }, { "name": "DeploymentProtectionRuleType", "kind": "enums", "id": "deploymentprotectionruletype", "href": "/graphql/reference/enums#deploymentprotectionruletype", "description": "The possible protection rule types.
", "values": [ { "name": "REQUIRED_REVIEWERS", "description": "Required reviewers.
" }, { "name": "WAIT_TIMER", "description": "Wait timer.
" } ] }, { "name": "DeploymentReviewState", "kind": "enums", "id": "deploymentreviewstate", "href": "/graphql/reference/enums#deploymentreviewstate", "description": "The possible states for a deployment review.
", "values": [ { "name": "APPROVED", "description": "The deployment was approved.
" }, { "name": "REJECTED", "description": "The deployment was rejected.
" } ] }, { "name": "DeploymentState", "kind": "enums", "id": "deploymentstate", "href": "/graphql/reference/enums#deploymentstate", "description": "The possible states in which a deployment can be.
", "values": [ { "name": "ABANDONED", "description": "The pending deployment was not updated after 30 minutes.
" }, { "name": "ACTIVE", "description": "The deployment is currently active.
" }, { "name": "DESTROYED", "description": "An inactive transient deployment.
" }, { "name": "ERROR", "description": "The deployment experienced an error.
" }, { "name": "FAILURE", "description": "The deployment has failed.
" }, { "name": "INACTIVE", "description": "The deployment is inactive.
" }, { "name": "IN_PROGRESS", "description": "The deployment is in progress.
" }, { "name": "PENDING", "description": "The deployment is pending.
" }, { "name": "QUEUED", "description": "The deployment has queued.
" }, { "name": "WAITING", "description": "The deployment is waiting.
" } ] }, { "name": "DeploymentStatusState", "kind": "enums", "id": "deploymentstatusstate", "href": "/graphql/reference/enums#deploymentstatusstate", "description": "The possible states for a deployment status.
", "values": [ { "name": "ERROR", "description": "The deployment experienced an error.
" }, { "name": "FAILURE", "description": "The deployment has failed.
" }, { "name": "INACTIVE", "description": "The deployment is inactive.
" }, { "name": "IN_PROGRESS", "description": "The deployment is in progress.
" }, { "name": "PENDING", "description": "The deployment is pending.
" }, { "name": "QUEUED", "description": "The deployment is queued.
" }, { "name": "SUCCESS", "description": "The deployment was successful.
" }, { "name": "WAITING", "description": "The deployment is waiting.
" } ] }, { "name": "DiffSide", "kind": "enums", "id": "diffside", "href": "/graphql/reference/enums#diffside", "description": "The possible sides of a diff.
", "values": [ { "name": "LEFT", "description": "The left side of the diff.
" }, { "name": "RIGHT", "description": "The right side of the diff.
" } ] }, { "name": "DiscussionOrderField", "kind": "enums", "id": "discussionorderfield", "href": "/graphql/reference/enums#discussionorderfield", "description": "Properties by which discussion connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order discussions by creation time.
" }, { "name": "UPDATED_AT", "description": "Order discussions by most recent modification time.
" } ] }, { "name": "DiscussionPollOptionOrderField", "kind": "enums", "id": "discussionpolloptionorderfield", "href": "/graphql/reference/enums#discussionpolloptionorderfield", "description": "Properties by which discussion poll option connections can be ordered.
", "values": [ { "name": "AUTHORED_ORDER", "description": "Order poll options by the order that the poll author specified when creating the poll.
" }, { "name": "VOTE_COUNT", "description": "Order poll options by the number of votes it has.
" } ] }, { "name": "DismissReason", "kind": "enums", "id": "dismissreason", "href": "/graphql/reference/enums#dismissreason", "description": "The possible reasons that a Dependabot alert was dismissed.
", "values": [ { "name": "FIX_STARTED", "description": "A fix has already been started.
" }, { "name": "INACCURATE", "description": "This alert is inaccurate or incorrect.
" }, { "name": "NOT_USED", "description": "Vulnerable code is not actually used.
" }, { "name": "NO_BANDWIDTH", "description": "No bandwidth to fix this.
" }, { "name": "TOLERABLE_RISK", "description": "Risk is tolerable to this project.
" } ] }, { "name": "EnterpriseAdministratorInvitationOrderField", "kind": "enums", "id": "enterpriseadministratorinvitationorderfield", "href": "/graphql/reference/enums#enterpriseadministratorinvitationorderfield", "description": "Properties by which enterprise administrator invitation connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order enterprise administrator member invitations by creation time.
" } ] }, { "name": "EnterpriseAdministratorRole", "kind": "enums", "id": "enterpriseadministratorrole", "href": "/graphql/reference/enums#enterpriseadministratorrole", "description": "The possible administrator roles in an enterprise account.
", "values": [ { "name": "BILLING_MANAGER", "description": "Represents a billing manager of the enterprise account.
" }, { "name": "OWNER", "description": "Represents an owner of the enterprise account.
" } ] }, { "name": "EnterpriseAllowPrivateRepositoryForkingPolicyValue", "kind": "enums", "id": "enterpriseallowprivaterepositoryforkingpolicyvalue", "href": "/graphql/reference/enums#enterpriseallowprivaterepositoryforkingpolicyvalue", "description": "The possible values for the enterprise allow private repository forking policy value.
", "values": [ { "name": "ENTERPRISE_ORGANIZATIONS", "description": "Members can fork a repository to an organization within this enterprise.
" }, { "name": "ENTERPRISE_ORGANIZATIONS_USER_ACCOUNTS", "description": "Members can fork a repository to their enterprise-managed user account or an organization inside this enterprise.
" }, { "name": "EVERYWHERE", "description": "Members can fork a repository to their user account or an organization, either inside or outside of this enterprise.
" }, { "name": "SAME_ORGANIZATION", "description": "Members can fork a repository only within the same organization (intra-org).
" }, { "name": "SAME_ORGANIZATION_USER_ACCOUNTS", "description": "Members can fork a repository to their user account or within the same organization.
" }, { "name": "USER_ACCOUNTS", "description": "Members can fork a repository to their user account.
" } ] }, { "name": "EnterpriseDefaultRepositoryPermissionSettingValue", "kind": "enums", "id": "enterprisedefaultrepositorypermissionsettingvalue", "href": "/graphql/reference/enums#enterprisedefaultrepositorypermissionsettingvalue", "description": "The possible values for the enterprise base repository permission setting.
", "values": [ { "name": "ADMIN", "description": "Organization members will be able to clone, pull, push, and add new collaborators to all organization repositories.
" }, { "name": "NONE", "description": "Organization members will only be able to clone and pull public repositories.
" }, { "name": "NO_POLICY", "description": "Organizations in the enterprise choose base repository permissions for their members.
" }, { "name": "READ", "description": "Organization members will be able to clone and pull all organization repositories.
" }, { "name": "WRITE", "description": "Organization members will be able to clone, pull, and push all organization repositories.
" } ] }, { "name": "EnterpriseEnabledDisabledSettingValue", "kind": "enums", "id": "enterpriseenableddisabledsettingvalue", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue", "description": "The possible values for an enabled/disabled enterprise setting.
", "values": [ { "name": "DISABLED", "description": "The setting is disabled for organizations in the enterprise.
" }, { "name": "ENABLED", "description": "The setting is enabled for organizations in the enterprise.
" }, { "name": "NO_POLICY", "description": "There is no policy set for organizations in the enterprise.
" } ] }, { "name": "EnterpriseEnabledSettingValue", "kind": "enums", "id": "enterpriseenabledsettingvalue", "href": "/graphql/reference/enums#enterpriseenabledsettingvalue", "description": "The possible values for an enabled/no policy enterprise setting.
", "values": [ { "name": "ENABLED", "description": "The setting is enabled for organizations in the enterprise.
" }, { "name": "NO_POLICY", "description": "There is no policy set for organizations in the enterprise.
" } ] }, { "name": "EnterpriseMemberOrderField", "kind": "enums", "id": "enterprisememberorderfield", "href": "/graphql/reference/enums#enterprisememberorderfield", "description": "Properties by which enterprise member connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order enterprise members by creation time.
" }, { "name": "LOGIN", "description": "Order enterprise members by login.
" } ] }, { "name": "EnterpriseMembersCanCreateRepositoriesSettingValue", "kind": "enums", "id": "enterprisememberscancreaterepositoriessettingvalue", "href": "/graphql/reference/enums#enterprisememberscancreaterepositoriessettingvalue", "description": "The possible values for the enterprise members can create repositories setting.
", "values": [ { "name": "ALL", "description": "Members will be able to create public and private repositories.
" }, { "name": "DISABLED", "description": "Members will not be able to create public or private repositories.
" }, { "name": "NO_POLICY", "description": "Organization administrators choose whether to allow members to create repositories.
" }, { "name": "PRIVATE", "description": "Members will be able to create only private repositories.
" }, { "name": "PUBLIC", "description": "Members will be able to create only public repositories.
" } ] }, { "name": "EnterpriseMembersCanMakePurchasesSettingValue", "kind": "enums", "id": "enterprisememberscanmakepurchasessettingvalue", "href": "/graphql/reference/enums#enterprisememberscanmakepurchasessettingvalue", "description": "The possible values for the members can make purchases setting.
", "values": [ { "name": "DISABLED", "description": "The setting is disabled for organizations in the enterprise.
" }, { "name": "ENABLED", "description": "The setting is enabled for organizations in the enterprise.
" } ] }, { "name": "EnterpriseServerInstallationOrderField", "kind": "enums", "id": "enterpriseserverinstallationorderfield", "href": "/graphql/reference/enums#enterpriseserverinstallationorderfield", "description": "Properties by which Enterprise Server installation connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order Enterprise Server installations by creation time.
" }, { "name": "CUSTOMER_NAME", "description": "Order Enterprise Server installations by customer name.
" }, { "name": "HOST_NAME", "description": "Order Enterprise Server installations by host name.
" } ] }, { "name": "EnterpriseServerUserAccountEmailOrderField", "kind": "enums", "id": "enterpriseserveruseraccountemailorderfield", "href": "/graphql/reference/enums#enterpriseserveruseraccountemailorderfield", "description": "Properties by which Enterprise Server user account email connections can be ordered.
", "values": [ { "name": "EMAIL", "description": "Order emails by email.
" } ] }, { "name": "EnterpriseServerUserAccountOrderField", "kind": "enums", "id": "enterpriseserveruseraccountorderfield", "href": "/graphql/reference/enums#enterpriseserveruseraccountorderfield", "description": "Properties by which Enterprise Server user account connections can be ordered.
", "values": [ { "name": "LOGIN", "description": "Order user accounts by login.
" }, { "name": "REMOTE_CREATED_AT", "description": "Order user accounts by creation time on the Enterprise Server installation.
" } ] }, { "name": "EnterpriseServerUserAccountsUploadOrderField", "kind": "enums", "id": "enterpriseserveruseraccountsuploadorderfield", "href": "/graphql/reference/enums#enterpriseserveruseraccountsuploadorderfield", "description": "Properties by which Enterprise Server user accounts upload connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order user accounts uploads by creation time.
" } ] }, { "name": "EnterpriseServerUserAccountsUploadSyncState", "kind": "enums", "id": "enterpriseserveruseraccountsuploadsyncstate", "href": "/graphql/reference/enums#enterpriseserveruseraccountsuploadsyncstate", "description": "Synchronization state of the Enterprise Server user accounts upload.
", "values": [ { "name": "FAILURE", "description": "The synchronization of the upload failed.
" }, { "name": "PENDING", "description": "The synchronization of the upload is pending.
" }, { "name": "SUCCESS", "description": "The synchronization of the upload succeeded.
" } ] }, { "name": "EnterpriseUserAccountMembershipRole", "kind": "enums", "id": "enterpriseuseraccountmembershiprole", "href": "/graphql/reference/enums#enterpriseuseraccountmembershiprole", "description": "The possible roles for enterprise membership.
", "values": [ { "name": "MEMBER", "description": "The user is a member of an organization in the enterprise.
" }, { "name": "OWNER", "description": "The user is an owner of an organization in the enterprise.
" }, { "name": "UNAFFILIATED", "description": "The user is not an owner of the enterprise, and not a member or owner of any\norganizations in the enterprise; only for EMU-enabled enterprises.
" } ] }, { "name": "EnterpriseUserDeployment", "kind": "enums", "id": "enterpriseuserdeployment", "href": "/graphql/reference/enums#enterpriseuserdeployment", "description": "The possible GitHub Enterprise deployments where this user can exist.
", "values": [ { "name": "CLOUD", "description": "The user is part of a GitHub Enterprise Cloud deployment.
" }, { "name": "SERVER", "description": "The user is part of a GitHub Enterprise Server deployment.
" } ] }, { "name": "FileViewedState", "kind": "enums", "id": "fileviewedstate", "href": "/graphql/reference/enums#fileviewedstate", "description": "The possible viewed states of a file .
", "values": [ { "name": "DISMISSED", "description": "The file has new changes since last viewed.
" }, { "name": "UNVIEWED", "description": "The file has not been marked as viewed.
" }, { "name": "VIEWED", "description": "The file has been marked as viewed.
" } ] }, { "name": "FundingPlatform", "kind": "enums", "id": "fundingplatform", "href": "/graphql/reference/enums#fundingplatform", "description": "The possible funding platforms for repository funding links.
", "values": [ { "name": "COMMUNITY_BRIDGE", "description": "Community Bridge funding platform.
" }, { "name": "CUSTOM", "description": "Custom funding platform.
" }, { "name": "GITHUB", "description": "GitHub funding platform.
" }, { "name": "ISSUEHUNT", "description": "IssueHunt funding platform.
" }, { "name": "KO_FI", "description": "Ko-fi funding platform.
" }, { "name": "LFX_CROWDFUNDING", "description": "LFX Crowdfunding funding platform.
" }, { "name": "LIBERAPAY", "description": "Liberapay funding platform.
" }, { "name": "OPEN_COLLECTIVE", "description": "Open Collective funding platform.
" }, { "name": "OTECHIE", "description": "Otechie funding platform.
" }, { "name": "PATREON", "description": "Patreon funding platform.
" }, { "name": "TIDELIFT", "description": "Tidelift funding platform.
" } ] }, { "name": "GistOrderField", "kind": "enums", "id": "gistorderfield", "href": "/graphql/reference/enums#gistorderfield", "description": "Properties by which gist connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order gists by creation time.
" }, { "name": "PUSHED_AT", "description": "Order gists by push time.
" }, { "name": "UPDATED_AT", "description": "Order gists by update time.
" } ] }, { "name": "GistPrivacy", "kind": "enums", "id": "gistprivacy", "href": "/graphql/reference/enums#gistprivacy", "description": "The privacy of a Gist.
", "values": [ { "name": "ALL", "description": "Gists that are public and secret.
" }, { "name": "PUBLIC", "description": "Public.
" }, { "name": "SECRET", "description": "Secret.
" } ] }, { "name": "GitSignatureState", "kind": "enums", "id": "gitsignaturestate", "href": "/graphql/reference/enums#gitsignaturestate", "description": "The state of a Git signature.
", "values": [ { "name": "BAD_CERT", "description": "The signing certificate or its chain could not be verified.
" }, { "name": "BAD_EMAIL", "description": "Invalid email used for signing.
" }, { "name": "EXPIRED_KEY", "description": "Signing key expired.
" }, { "name": "GPGVERIFY_ERROR", "description": "Internal error - the GPG verification service misbehaved.
" }, { "name": "GPGVERIFY_UNAVAILABLE", "description": "Internal error - the GPG verification service is unavailable at the moment.
" }, { "name": "INVALID", "description": "Invalid signature.
" }, { "name": "MALFORMED_SIG", "description": "Malformed signature.
" }, { "name": "NOT_SIGNING_KEY", "description": "The usage flags for the key that signed this don't allow signing.
" }, { "name": "NO_USER", "description": "Email used for signing not known to GitHub.
" }, { "name": "OCSP_ERROR", "description": "Valid signature, though certificate revocation check failed.
" }, { "name": "OCSP_PENDING", "description": "Valid signature, pending certificate revocation checking.
" }, { "name": "OCSP_REVOKED", "description": "One or more certificates in chain has been revoked.
" }, { "name": "UNKNOWN_KEY", "description": "Key used for signing not known to GitHub.
" }, { "name": "UNKNOWN_SIG_TYPE", "description": "Unknown signature type.
" }, { "name": "UNSIGNED", "description": "Unsigned.
" }, { "name": "UNVERIFIED_EMAIL", "description": "Email used for signing unverified on GitHub.
" }, { "name": "VALID", "description": "Valid signature and verified by GitHub.
" } ] }, { "name": "IdentityProviderConfigurationState", "kind": "enums", "id": "identityproviderconfigurationstate", "href": "/graphql/reference/enums#identityproviderconfigurationstate", "description": "The possible states in which authentication can be configured with an identity provider.
", "values": [ { "name": "CONFIGURED", "description": "Authentication with an identity provider is configured but not enforced.
" }, { "name": "ENFORCED", "description": "Authentication with an identity provider is configured and enforced.
" }, { "name": "UNCONFIGURED", "description": "Authentication with an identity provider is not configured.
" } ] }, { "name": "IpAllowListEnabledSettingValue", "kind": "enums", "id": "ipallowlistenabledsettingvalue", "href": "/graphql/reference/enums#ipallowlistenabledsettingvalue", "description": "The possible values for the IP allow list enabled setting.
", "values": [ { "name": "DISABLED", "description": "The setting is disabled for the owner.
" }, { "name": "ENABLED", "description": "The setting is enabled for the owner.
" } ] }, { "name": "IpAllowListEntryOrderField", "kind": "enums", "id": "ipallowlistentryorderfield", "href": "/graphql/reference/enums#ipallowlistentryorderfield", "description": "Properties by which IP allow list entry connections can be ordered.
", "values": [ { "name": "ALLOW_LIST_VALUE", "description": "Order IP allow list entries by the allow list value.
" }, { "name": "CREATED_AT", "description": "Order IP allow list entries by creation time.
" } ] }, { "name": "IpAllowListForInstalledAppsEnabledSettingValue", "kind": "enums", "id": "ipallowlistforinstalledappsenabledsettingvalue", "href": "/graphql/reference/enums#ipallowlistforinstalledappsenabledsettingvalue", "description": "The possible values for the IP allow list configuration for installed GitHub Apps setting.
", "values": [ { "name": "DISABLED", "description": "The setting is disabled for the owner.
" }, { "name": "ENABLED", "description": "The setting is enabled for the owner.
" } ] }, { "name": "IssueClosedStateReason", "kind": "enums", "id": "issueclosedstatereason", "href": "/graphql/reference/enums#issueclosedstatereason", "description": "The possible state reasons of a closed issue.
", "values": [ { "name": "COMPLETED", "description": "An issue that has been closed as completed.
" }, { "name": "NOT_PLANNED", "description": "An issue that has been closed as not planned.
" } ] }, { "name": "IssueCommentOrderField", "kind": "enums", "id": "issuecommentorderfield", "href": "/graphql/reference/enums#issuecommentorderfield", "description": "Properties by which issue comment connections can be ordered.
", "values": [ { "name": "UPDATED_AT", "description": "Order issue comments by update time.
" } ] }, { "name": "IssueOrderField", "kind": "enums", "id": "issueorderfield", "href": "/graphql/reference/enums#issueorderfield", "description": "Properties by which issue connections can be ordered.
", "values": [ { "name": "COMMENTS", "description": "Order issues by comment count.
" }, { "name": "CREATED_AT", "description": "Order issues by creation time.
" }, { "name": "UPDATED_AT", "description": "Order issues by update time.
" } ] }, { "name": "IssueState", "kind": "enums", "id": "issuestate", "href": "/graphql/reference/enums#issuestate", "description": "The possible states of an issue.
", "values": [ { "name": "CLOSED", "description": "An issue that has been closed.
" }, { "name": "OPEN", "description": "An issue that is still open.
" } ] }, { "name": "IssueStateReason", "kind": "enums", "id": "issuestatereason", "href": "/graphql/reference/enums#issuestatereason", "description": "The possible state reasons of an issue.
", "values": [ { "name": "COMPLETED", "description": "An issue that has been closed as completed.
" }, { "name": "NOT_PLANNED", "description": "An issue that has been closed as not planned.
" }, { "name": "REOPENED", "description": "An issue that has been reopened.
" } ] }, { "name": "IssueTimelineItemsItemType", "kind": "enums", "id": "issuetimelineitemsitemtype", "href": "/graphql/reference/enums#issuetimelineitemsitemtype", "description": "The possible item types found in a timeline.
", "values": [ { "name": "ADDED_TO_PROJECT_EVENT", "description": "Represents aadded_to_projectevent on a given issue or pull request.
Represents anassignedevent on any assignable object.
Represents aclosedevent on any Closable.
Represents acomment_deletedevent on a given issue or pull request.
Represents aconnectedevent on a given issue or pull request.
Represents aconverted_note_to_issueevent on a given issue or pull request.
Represents aconverted_to_discussionevent on a given issue.
Represents a mention made by one issue or pull request to another.
" }, { "name": "DEMILESTONED_EVENT", "description": "Represents ademilestonedevent on a given issue or pull request.
Represents adisconnectedevent on a given issue or pull request.
Represents a comment on an Issue.
" }, { "name": "LABELED_EVENT", "description": "Represents alabeledevent on a given issue or pull request.
Represents alockedevent on a given issue or pull request.
Represents amarked_as_duplicateevent on a given issue or pull request.
Represents amentionedevent on a given issue or pull request.
Represents amilestonedevent on a given issue or pull request.
Represents amoved_columns_in_projectevent on a given issue or pull request.
Represents apinnedevent on a given issue or pull request.
Represents areferencedevent on a given ReferencedSubject.
Represents aremoved_from_projectevent on a given issue or pull request.
Represents arenamedevent on a given issue or pull request.
Represents areopenedevent on any Closable.
Represents asubscribedevent on a given Subscribable.
Represents atransferredevent on a given issue or pull request.
Represents anunassignedevent on any assignable object.
Represents anunlabeledevent on a given issue or pull request.
Represents anunlockedevent on a given issue or pull request.
Represents anunmarked_as_duplicateevent on a given issue or pull request.
Represents anunpinnedevent on a given issue or pull request.
Represents anunsubscribedevent on a given Subscribable.
Represents auser_blockedevent on a given user.
Properties by which label connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order labels by creation time.
" }, { "name": "NAME", "description": "Order labels by name.
" } ] }, { "name": "LanguageOrderField", "kind": "enums", "id": "languageorderfield", "href": "/graphql/reference/enums#languageorderfield", "description": "Properties by which language connections can be ordered.
", "values": [ { "name": "SIZE", "description": "Order languages by the size of all files containing the language.
" } ] }, { "name": "LockReason", "kind": "enums", "id": "lockreason", "href": "/graphql/reference/enums#lockreason", "description": "The possible reasons that an issue or pull request was locked.
", "values": [ { "name": "OFF_TOPIC", "description": "The issue or pull request was locked because the conversation was off-topic.
" }, { "name": "RESOLVED", "description": "The issue or pull request was locked because the conversation was resolved.
" }, { "name": "SPAM", "description": "The issue or pull request was locked because the conversation was spam.
" }, { "name": "TOO_HEATED", "description": "The issue or pull request was locked because the conversation was too heated.
" } ] }, { "name": "MergeCommitMessage", "kind": "enums", "id": "mergecommitmessage", "href": "/graphql/reference/enums#mergecommitmessage", "description": "The possible default commit messages for merges.
", "values": [ { "name": "BLANK", "description": "Default to a blank commit message.
" }, { "name": "PR_BODY", "description": "Default to the pull request's body.
" }, { "name": "PR_TITLE", "description": "Default to the pull request's title.
" } ] }, { "name": "MergeCommitTitle", "kind": "enums", "id": "mergecommittitle", "href": "/graphql/reference/enums#mergecommittitle", "description": "The possible default commit titles for merges.
", "values": [ { "name": "MERGE_MESSAGE", "description": "Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).
" }, { "name": "PR_TITLE", "description": "Default to the pull request's title.
" } ] }, { "name": "MergeStateStatus", "kind": "enums", "id": "mergestatestatus", "href": "/graphql/reference/enums#mergestatestatus", "description": "Detailed status information about a pull request merge.
", "values": [ { "name": "BEHIND", "description": "The head ref is out of date.
" }, { "name": "BLOCKED", "description": "The merge is blocked.
" }, { "name": "CLEAN", "description": "Mergeable and passing commit status.
" }, { "name": "DIRTY", "description": "The merge commit cannot be cleanly created.
" }, { "name": "DRAFT", "description": "The merge is blocked due to the pull request being a draft.
" }, { "name": "HAS_HOOKS", "description": "Mergeable with passing commit status and pre-receive hooks.
" }, { "name": "UNKNOWN", "description": "The state cannot currently be determined.
" }, { "name": "UNSTABLE", "description": "Mergeable with non-passing commit status.
" } ] }, { "name": "MergeableState", "kind": "enums", "id": "mergeablestate", "href": "/graphql/reference/enums#mergeablestate", "description": "Whether or not a PullRequest can be merged.
", "values": [ { "name": "CONFLICTING", "description": "The pull request cannot be merged due to merge conflicts.
" }, { "name": "MERGEABLE", "description": "The pull request can be merged.
" }, { "name": "UNKNOWN", "description": "The mergeability of the pull request is still being calculated.
" } ] }, { "name": "MigrationSourceType", "kind": "enums", "id": "migrationsourcetype", "href": "/graphql/reference/enums#migrationsourcetype", "description": "Represents the different Octoshift migration sources.
", "values": [ { "name": "AZURE_DEVOPS", "description": "An Azure DevOps migration source.
" }, { "name": "BITBUCKET_SERVER", "description": "A Bitbucket Server migration source.
" }, { "name": "GITHUB_ARCHIVE", "description": "A GitHub Migration API source.
" } ] }, { "name": "MigrationState", "kind": "enums", "id": "migrationstate", "href": "/graphql/reference/enums#migrationstate", "description": "The Octoshift migration state.
", "values": [ { "name": "FAILED", "description": "The Octoshift migration has failed.
" }, { "name": "FAILED_VALIDATION", "description": "The Octoshift migration has invalid credentials.
" }, { "name": "IN_PROGRESS", "description": "The Octoshift migration is in progress.
" }, { "name": "NOT_STARTED", "description": "The Octoshift migration has not started.
" }, { "name": "PENDING_VALIDATION", "description": "The Octoshift migration needs to have its credentials validated.
" }, { "name": "QUEUED", "description": "The Octoshift migration has been queued.
" }, { "name": "SUCCEEDED", "description": "The Octoshift migration has succeeded.
" } ] }, { "name": "MilestoneOrderField", "kind": "enums", "id": "milestoneorderfield", "href": "/graphql/reference/enums#milestoneorderfield", "description": "Properties by which milestone connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order milestones by when they were created.
" }, { "name": "DUE_DATE", "description": "Order milestones by when they are due.
" }, { "name": "NUMBER", "description": "Order milestones by their number.
" }, { "name": "UPDATED_AT", "description": "Order milestones by when they were last updated.
" } ] }, { "name": "MilestoneState", "kind": "enums", "id": "milestonestate", "href": "/graphql/reference/enums#milestonestate", "description": "The possible states of a milestone.
", "values": [ { "name": "CLOSED", "description": "A milestone that has been closed.
" }, { "name": "OPEN", "description": "A milestone that is still open.
" } ] }, { "name": "NotificationRestrictionSettingValue", "kind": "enums", "id": "notificationrestrictionsettingvalue", "href": "/graphql/reference/enums#notificationrestrictionsettingvalue", "description": "The possible values for the notification restriction setting.
", "values": [ { "name": "DISABLED", "description": "The setting is disabled for the owner.
" }, { "name": "ENABLED", "description": "The setting is enabled for the owner.
" } ] }, { "name": "OIDCProviderType", "kind": "enums", "id": "oidcprovidertype", "href": "/graphql/reference/enums#oidcprovidertype", "description": "The OIDC identity provider type.
", "values": [ { "name": "AAD", "description": "Azure Active Directory.
" } ] }, { "name": "OauthApplicationCreateAuditEntryState", "kind": "enums", "id": "oauthapplicationcreateauditentrystate", "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate", "description": "The state of an OAuth Application when it was created.
", "values": [ { "name": "ACTIVE", "description": "The OAuth Application was active and allowed to have OAuth Accesses.
" }, { "name": "PENDING_DELETION", "description": "The OAuth Application was in the process of being deleted.
" }, { "name": "SUSPENDED", "description": "The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns.
" } ] }, { "name": "OperationType", "kind": "enums", "id": "operationtype", "href": "/graphql/reference/enums#operationtype", "description": "The corresponding operation type for the action.
", "values": [ { "name": "ACCESS", "description": "An existing resource was accessed.
" }, { "name": "AUTHENTICATION", "description": "A resource performed an authentication event.
" }, { "name": "CREATE", "description": "A new resource was created.
" }, { "name": "MODIFY", "description": "An existing resource was modified.
" }, { "name": "REMOVE", "description": "An existing resource was removed.
" }, { "name": "RESTORE", "description": "An existing resource was restored.
" }, { "name": "TRANSFER", "description": "An existing resource was transferred between multiple resources.
" } ] }, { "name": "OrderDirection", "kind": "enums", "id": "orderdirection", "href": "/graphql/reference/enums#orderdirection", "description": "Possible directions in which to order a list of items when provided an orderBy argument.
Specifies an ascending order for a given orderBy argument.
Specifies a descending order for a given orderBy argument.
The permissions available to members on an Organization.
", "values": [ { "name": "ADMIN", "description": "Can read, clone, push, and add collaborators to repositories.
" }, { "name": "READ", "description": "Can read and clone repositories.
" } ] }, { "name": "OrgCreateAuditEntryBillingPlan", "kind": "enums", "id": "orgcreateauditentrybillingplan", "href": "/graphql/reference/enums#orgcreateauditentrybillingplan", "description": "The billing plans available for organizations.
", "values": [ { "name": "BUSINESS", "description": "Team Plan.
" }, { "name": "BUSINESS_PLUS", "description": "Enterprise Cloud Plan.
" }, { "name": "FREE", "description": "Free Plan.
" }, { "name": "TIERED_PER_SEAT", "description": "Tiered Per Seat Plan.
" }, { "name": "UNLIMITED", "description": "Legacy Unlimited Plan.
" } ] }, { "name": "OrgEnterpriseOwnerOrderField", "kind": "enums", "id": "orgenterpriseownerorderfield", "href": "/graphql/reference/enums#orgenterpriseownerorderfield", "description": "Properties by which enterprise owners can be ordered.
", "values": [ { "name": "LOGIN", "description": "Order enterprise owners by login.
" } ] }, { "name": "OrgRemoveBillingManagerAuditEntryReason", "kind": "enums", "id": "orgremovebillingmanagerauditentryreason", "href": "/graphql/reference/enums#orgremovebillingmanagerauditentryreason", "description": "The reason a billing manager was removed from an Organization.
", "values": [ { "name": "SAML_EXTERNAL_IDENTITY_MISSING", "description": "SAML external identity missing.
" }, { "name": "SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY", "description": "SAML SSO enforcement requires an external identity.
" }, { "name": "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE", "description": "The organization required 2FA of its billing managers and this user did not have 2FA enabled.
" } ] }, { "name": "OrgRemoveMemberAuditEntryMembershipType", "kind": "enums", "id": "orgremovememberauditentrymembershiptype", "href": "/graphql/reference/enums#orgremovememberauditentrymembershiptype", "description": "The type of membership a user has with an Organization.
", "values": [ { "name": "ADMIN", "description": "Organization administrators have full access and can change several settings,\nincluding the names of repositories that belong to the Organization and Owners\nteam membership. In addition, organization admins can delete the organization\nand all of its repositories.
" }, { "name": "BILLING_MANAGER", "description": "A billing manager is a user who manages the billing settings for the Organization, such as updating payment information.
" }, { "name": "DIRECT_MEMBER", "description": "A direct member is a user that is a member of the Organization.
" }, { "name": "OUTSIDE_COLLABORATOR", "description": "An outside collaborator is a person who isn't explicitly a member of the\nOrganization, but who has Read, Write, or Admin permissions to one or more\nrepositories in the organization.
" }, { "name": "SUSPENDED", "description": "A suspended member.
" }, { "name": "UNAFFILIATED", "description": "An unaffiliated collaborator is a person who is not a member of the\nOrganization and does not have access to any repositories in the Organization.
" } ] }, { "name": "OrgRemoveMemberAuditEntryReason", "kind": "enums", "id": "orgremovememberauditentryreason", "href": "/graphql/reference/enums#orgremovememberauditentryreason", "description": "The reason a member was removed from an Organization.
", "values": [ { "name": "SAML_EXTERNAL_IDENTITY_MISSING", "description": "SAML external identity missing.
" }, { "name": "SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY", "description": "SAML SSO enforcement requires an external identity.
" }, { "name": "TWO_FACTOR_ACCOUNT_RECOVERY", "description": "User was removed from organization during account recovery.
" }, { "name": "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE", "description": "The organization required 2FA of its billing managers and this user did not have 2FA enabled.
" }, { "name": "USER_ACCOUNT_DELETED", "description": "User account has been deleted.
" } ] }, { "name": "OrgRemoveOutsideCollaboratorAuditEntryMembershipType", "kind": "enums", "id": "orgremoveoutsidecollaboratorauditentrymembershiptype", "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentrymembershiptype", "description": "The type of membership a user has with an Organization.
", "values": [ { "name": "BILLING_MANAGER", "description": "A billing manager is a user who manages the billing settings for the Organization, such as updating payment information.
" }, { "name": "OUTSIDE_COLLABORATOR", "description": "An outside collaborator is a person who isn't explicitly a member of the\nOrganization, but who has Read, Write, or Admin permissions to one or more\nrepositories in the organization.
" }, { "name": "UNAFFILIATED", "description": "An unaffiliated collaborator is a person who is not a member of the\nOrganization and does not have access to any repositories in the organization.
" } ] }, { "name": "OrgRemoveOutsideCollaboratorAuditEntryReason", "kind": "enums", "id": "orgremoveoutsidecollaboratorauditentryreason", "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentryreason", "description": "The reason an outside collaborator was removed from an Organization.
", "values": [ { "name": "SAML_EXTERNAL_IDENTITY_MISSING", "description": "SAML external identity missing.
" }, { "name": "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE", "description": "The organization required 2FA of its billing managers and this user did not have 2FA enabled.
" } ] }, { "name": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "kind": "enums", "id": "orgupdatedefaultrepositorypermissionauditentrypermission", "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission", "description": "The default permission a repository can have in an Organization.
", "values": [ { "name": "ADMIN", "description": "Can read, clone, push, and add collaborators to repositories.
" }, { "name": "NONE", "description": "No default permission value.
" }, { "name": "READ", "description": "Can read and clone repositories.
" }, { "name": "WRITE", "description": "Can read, clone and push to repositories.
" } ] }, { "name": "OrgUpdateMemberAuditEntryPermission", "kind": "enums", "id": "orgupdatememberauditentrypermission", "href": "/graphql/reference/enums#orgupdatememberauditentrypermission", "description": "The permissions available to members on an Organization.
", "values": [ { "name": "ADMIN", "description": "Can read, clone, push, and add collaborators to repositories.
" }, { "name": "READ", "description": "Can read and clone repositories.
" } ] }, { "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility", "kind": "enums", "id": "orgupdatememberrepositorycreationpermissionauditentryvisibility", "href": "/graphql/reference/enums#orgupdatememberrepositorycreationpermissionauditentryvisibility", "description": "The permissions available for repository creation on an Organization.
", "values": [ { "name": "ALL", "description": "All organization members are restricted from creating any repositories.
" }, { "name": "INTERNAL", "description": "All organization members are restricted from creating internal repositories.
" }, { "name": "NONE", "description": "All organization members are allowed to create any repositories.
" }, { "name": "PRIVATE", "description": "All organization members are restricted from creating private repositories.
" }, { "name": "PRIVATE_INTERNAL", "description": "All organization members are restricted from creating private or internal repositories.
" }, { "name": "PUBLIC", "description": "All organization members are restricted from creating public repositories.
" }, { "name": "PUBLIC_INTERNAL", "description": "All organization members are restricted from creating public or internal repositories.
" }, { "name": "PUBLIC_PRIVATE", "description": "All organization members are restricted from creating public or private repositories.
" } ] }, { "name": "OrganizationInvitationRole", "kind": "enums", "id": "organizationinvitationrole", "href": "/graphql/reference/enums#organizationinvitationrole", "description": "The possible organization invitation roles.
", "values": [ { "name": "ADMIN", "description": "The user is invited to be an admin of the organization.
" }, { "name": "BILLING_MANAGER", "description": "The user is invited to be a billing manager of the organization.
" }, { "name": "DIRECT_MEMBER", "description": "The user is invited to be a direct member of the organization.
" }, { "name": "REINSTATE", "description": "The user's previous role will be reinstated.
" } ] }, { "name": "OrganizationInvitationType", "kind": "enums", "id": "organizationinvitationtype", "href": "/graphql/reference/enums#organizationinvitationtype", "description": "The possible organization invitation types.
", "values": [ { "name": "EMAIL", "description": "The invitation was to an email address.
" }, { "name": "USER", "description": "The invitation was to an existing user.
" } ] }, { "name": "OrganizationMemberRole", "kind": "enums", "id": "organizationmemberrole", "href": "/graphql/reference/enums#organizationmemberrole", "description": "The possible roles within an organization for its members.
", "values": [ { "name": "ADMIN", "description": "The user is an administrator of the organization.
" }, { "name": "MEMBER", "description": "The user is a member of the organization.
" } ] }, { "name": "OrganizationMembersCanCreateRepositoriesSettingValue", "kind": "enums", "id": "organizationmemberscancreaterepositoriessettingvalue", "href": "/graphql/reference/enums#organizationmemberscancreaterepositoriessettingvalue", "description": "The possible values for the members can create repositories setting on an organization.
", "values": [ { "name": "ALL", "description": "Members will be able to create public and private repositories.
" }, { "name": "DISABLED", "description": "Members will not be able to create public or private repositories.
" }, { "name": "INTERNAL", "description": "Members will be able to create only internal repositories.
" }, { "name": "PRIVATE", "description": "Members will be able to create only private repositories.
" } ] }, { "name": "OrganizationOrderField", "kind": "enums", "id": "organizationorderfield", "href": "/graphql/reference/enums#organizationorderfield", "description": "Properties by which organization connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order organizations by creation time.
" }, { "name": "LOGIN", "description": "Order organizations by login.
" } ] }, { "name": "PackageFileOrderField", "kind": "enums", "id": "packagefileorderfield", "href": "/graphql/reference/enums#packagefileorderfield", "description": "Properties by which package file connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order package files by creation time.
" } ] }, { "name": "PackageOrderField", "kind": "enums", "id": "packageorderfield", "href": "/graphql/reference/enums#packageorderfield", "description": "Properties by which package connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order packages by creation time.
" } ] }, { "name": "PackageType", "kind": "enums", "id": "packagetype", "href": "/graphql/reference/enums#packagetype", "description": "The possible types of a package.
", "values": [ { "name": "DEBIAN", "description": "A debian package.
" }, { "name": "DOCKER", "description": "A docker image.
" }, { "name": "MAVEN", "description": "A maven package.
" }, { "name": "NPM", "description": "An npm package.
" }, { "name": "NUGET", "description": "A nuget package.
" }, { "name": "PYPI", "description": "A python package.
" }, { "name": "RUBYGEMS", "description": "A rubygems package.
" } ] }, { "name": "PackageVersionOrderField", "kind": "enums", "id": "packageversionorderfield", "href": "/graphql/reference/enums#packageversionorderfield", "description": "Properties by which package version connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order package versions by creation time.
" } ] }, { "name": "PatchStatus", "kind": "enums", "id": "patchstatus", "href": "/graphql/reference/enums#patchstatus", "description": "The possible types of patch statuses.
", "values": [ { "name": "ADDED", "description": "The file was added. Git status 'A'.
" }, { "name": "CHANGED", "description": "The file's type was changed. Git status 'T'.
" }, { "name": "COPIED", "description": "The file was copied. Git status 'C'.
" }, { "name": "DELETED", "description": "The file was deleted. Git status 'D'.
" }, { "name": "MODIFIED", "description": "The file's contents were changed. Git status 'M'.
" }, { "name": "RENAMED", "description": "The file was renamed. Git status 'R'.
" } ] }, { "name": "PinnableItemType", "kind": "enums", "id": "pinnableitemtype", "href": "/graphql/reference/enums#pinnableitemtype", "description": "Represents items that can be pinned to a profile page or dashboard.
", "values": [ { "name": "GIST", "description": "A gist.
" }, { "name": "ISSUE", "description": "An issue.
" }, { "name": "ORGANIZATION", "description": "An organization.
" }, { "name": "PROJECT", "description": "A project.
" }, { "name": "PULL_REQUEST", "description": "A pull request.
" }, { "name": "REPOSITORY", "description": "A repository.
" }, { "name": "TEAM", "description": "A team.
" }, { "name": "USER", "description": "A user.
" } ] }, { "name": "PinnedDiscussionGradient", "kind": "enums", "id": "pinneddiscussiongradient", "href": "/graphql/reference/enums#pinneddiscussiongradient", "description": "Preconfigured gradients that may be used to style discussions pinned within a repository.
", "values": [ { "name": "BLUE_MINT", "description": "A gradient of blue to mint.
" }, { "name": "BLUE_PURPLE", "description": "A gradient of blue to purple.
" }, { "name": "PINK_BLUE", "description": "A gradient of pink to blue.
" }, { "name": "PURPLE_CORAL", "description": "A gradient of purple to coral.
" }, { "name": "RED_ORANGE", "description": "A gradient of red to orange.
" } ] }, { "name": "PinnedDiscussionPattern", "kind": "enums", "id": "pinneddiscussionpattern", "href": "/graphql/reference/enums#pinneddiscussionpattern", "description": "Preconfigured background patterns that may be used to style discussions pinned within a repository.
", "values": [ { "name": "CHEVRON_UP", "description": "An upward-facing chevron pattern.
" }, { "name": "DOT", "description": "A hollow dot pattern.
" }, { "name": "DOT_FILL", "description": "A solid dot pattern.
" }, { "name": "HEART_FILL", "description": "A heart pattern.
" }, { "name": "PLUS", "description": "A plus sign pattern.
" }, { "name": "ZAP", "description": "A lightning bolt pattern.
" } ] }, { "name": "ProjectCardArchivedState", "kind": "enums", "id": "projectcardarchivedstate", "href": "/graphql/reference/enums#projectcardarchivedstate", "description": "The possible archived states of a project card.
", "values": [ { "name": "ARCHIVED", "description": "A project card that is archived.
" }, { "name": "NOT_ARCHIVED", "description": "A project card that is not archived.
" } ] }, { "name": "ProjectCardState", "kind": "enums", "id": "projectcardstate", "href": "/graphql/reference/enums#projectcardstate", "description": "Various content states of a ProjectCard.
", "values": [ { "name": "CONTENT_ONLY", "description": "The card has content only.
" }, { "name": "NOTE_ONLY", "description": "The card has a note only.
" }, { "name": "REDACTED", "description": "The card is redacted.
" } ] }, { "name": "ProjectColumnPurpose", "kind": "enums", "id": "projectcolumnpurpose", "href": "/graphql/reference/enums#projectcolumnpurpose", "description": "The semantic purpose of the column - todo, in progress, or done.
", "values": [ { "name": "DONE", "description": "The column contains cards which are complete.
" }, { "name": "IN_PROGRESS", "description": "The column contains cards which are currently being worked on.
" }, { "name": "TODO", "description": "The column contains cards still to be worked on.
" } ] }, { "name": "ProjectItemType", "kind": "enums", "id": "projectitemtype", "href": "/graphql/reference/enums#projectitemtype", "description": "The type of a project item.
", "values": [ { "name": "DRAFT_ISSUE", "description": "Draft Issue.
" }, { "name": "ISSUE", "description": "Issue.
" }, { "name": "PULL_REQUEST", "description": "Pull Request.
" }, { "name": "REDACTED", "description": "Redacted Item.
" } ] }, { "name": "ProjectNextFieldType", "kind": "enums", "id": "projectnextfieldtype", "href": "/graphql/reference/enums#projectnextfieldtype", "description": "The type of a project next field.
", "values": [ { "name": "ASSIGNEES", "description": "Assignees.
" }, { "name": "DATE", "description": "Date.
" }, { "name": "ITERATION", "description": "Iteration.
" }, { "name": "LABELS", "description": "Labels.
" }, { "name": "LINKED_PULL_REQUESTS", "description": "Linked Pull Requests.
" }, { "name": "MILESTONE", "description": "Milestone.
" }, { "name": "NUMBER", "description": "Number.
" }, { "name": "REPOSITORY", "description": "Repository.
" }, { "name": "REVIEWERS", "description": "Reviewers.
" }, { "name": "SINGLE_SELECT", "description": "Single Select.
" }, { "name": "TEXT", "description": "Text.
" }, { "name": "TITLE", "description": "Title.
" }, { "name": "TRACKS", "description": "Tracks.
" } ] }, { "name": "ProjectNextOrderField", "kind": "enums", "id": "projectnextorderfield", "href": "/graphql/reference/enums#projectnextorderfield", "description": "Properties by which the return project can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "The project's date and time of creation.
" }, { "name": "NUMBER", "description": "The project's number.
" }, { "name": "TITLE", "description": "The project's title.
" }, { "name": "UPDATED_AT", "description": "The project's date and time of update.
" } ] }, { "name": "ProjectOrderField", "kind": "enums", "id": "projectorderfield", "href": "/graphql/reference/enums#projectorderfield", "description": "Properties by which project connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order projects by creation time.
" }, { "name": "NAME", "description": "Order projects by name.
" }, { "name": "UPDATED_AT", "description": "Order projects by update time.
" } ] }, { "name": "ProjectState", "kind": "enums", "id": "projectstate", "href": "/graphql/reference/enums#projectstate", "description": "State of the project; eitheropenor 'closed'.
The project is closed.
" }, { "name": "OPEN", "description": "The project is open.
" } ] }, { "name": "ProjectTemplate", "kind": "enums", "id": "projecttemplate", "href": "/graphql/reference/enums#projecttemplate", "description": "GitHub-provided templates for Projects.
", "values": [ { "name": "AUTOMATED_KANBAN_V2", "description": "Create a board with v2 triggers to automatically move cards across To do, In progress and Done columns.
" }, { "name": "AUTOMATED_REVIEWS_KANBAN", "description": "Create a board with triggers to automatically move cards across columns with review automation.
" }, { "name": "BASIC_KANBAN", "description": "Create a board with columns for To do, In progress and Done.
" }, { "name": "BUG_TRIAGE", "description": "Create a board to triage and prioritize bugs with To do, priority, and Done columns.
" } ] }, { "name": "ProjectV2FieldOrderField", "kind": "enums", "id": "projectv2fieldorderfield", "href": "/graphql/reference/enums#projectv2fieldorderfield", "description": "Properties by which project v2 field connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order project v2 fields by creation time.
" }, { "name": "NAME", "description": "Order project v2 fields by name.
" }, { "name": "POSITION", "description": "Order project v2 fields by position.
" } ] }, { "name": "ProjectV2FieldType", "kind": "enums", "id": "projectv2fieldtype", "href": "/graphql/reference/enums#projectv2fieldtype", "description": "The type of a project field.
", "values": [ { "name": "ASSIGNEES", "description": "Assignees.
" }, { "name": "DATE", "description": "Date.
" }, { "name": "ITERATION", "description": "Iteration.
" }, { "name": "LABELS", "description": "Labels.
" }, { "name": "LINKED_PULL_REQUESTS", "description": "Linked Pull Requests.
" }, { "name": "MILESTONE", "description": "Milestone.
" }, { "name": "NUMBER", "description": "Number.
" }, { "name": "REPOSITORY", "description": "Repository.
" }, { "name": "REVIEWERS", "description": "Reviewers.
" }, { "name": "SINGLE_SELECT", "description": "Single Select.
" }, { "name": "TEXT", "description": "Text.
" }, { "name": "TITLE", "description": "Title.
" }, { "name": "TRACKS", "description": "Tracks.
" } ] }, { "name": "ProjectV2ItemFieldValueOrderField", "kind": "enums", "id": "projectv2itemfieldvalueorderfield", "href": "/graphql/reference/enums#projectv2itemfieldvalueorderfield", "description": "Properties by which project v2 item field value connections can be ordered.
", "values": [ { "name": "POSITION", "description": "Order project v2 item field values by the their position in the project.
" } ] }, { "name": "ProjectV2ItemOrderField", "kind": "enums", "id": "projectv2itemorderfield", "href": "/graphql/reference/enums#projectv2itemorderfield", "description": "Properties by which project v2 item connections can be ordered.
", "values": [ { "name": "POSITION", "description": "Order project v2 items by the their position in the project.
" } ] }, { "name": "ProjectV2ItemType", "kind": "enums", "id": "projectv2itemtype", "href": "/graphql/reference/enums#projectv2itemtype", "description": "The type of a project item.
", "values": [ { "name": "DRAFT_ISSUE", "description": "Draft Issue.
" }, { "name": "ISSUE", "description": "Issue.
" }, { "name": "PULL_REQUEST", "description": "Pull Request.
" }, { "name": "REDACTED", "description": "Redacted Item.
" } ] }, { "name": "ProjectV2OrderField", "kind": "enums", "id": "projectv2orderfield", "href": "/graphql/reference/enums#projectv2orderfield", "description": "Properties by which projects can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "The project's date and time of creation.
" }, { "name": "NUMBER", "description": "The project's number.
" }, { "name": "TITLE", "description": "The project's title.
" }, { "name": "UPDATED_AT", "description": "The project's date and time of update.
" } ] }, { "name": "ProjectV2ViewLayout", "kind": "enums", "id": "projectv2viewlayout", "href": "/graphql/reference/enums#projectv2viewlayout", "description": "The layout of a project v2 view.
", "values": [ { "name": "BOARD_LAYOUT", "description": "Board layout.
" }, { "name": "TABLE_LAYOUT", "description": "Table layout.
" } ] }, { "name": "ProjectV2ViewOrderField", "kind": "enums", "id": "projectv2vieworderfield", "href": "/graphql/reference/enums#projectv2vieworderfield", "description": "Properties by which project v2 view connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order project v2 views by creation time.
" }, { "name": "NAME", "description": "Order project v2 views by name.
" }, { "name": "POSITION", "description": "Order project v2 views by position.
" } ] }, { "name": "ProjectViewLayout", "kind": "enums", "id": "projectviewlayout", "href": "/graphql/reference/enums#projectviewlayout", "description": "The layout of a project view.
", "values": [ { "name": "BOARD_LAYOUT", "description": "Board layout.
" }, { "name": "TABLE_LAYOUT", "description": "Table layout.
" } ] }, { "name": "PullRequestMergeMethod", "kind": "enums", "id": "pullrequestmergemethod", "href": "/graphql/reference/enums#pullrequestmergemethod", "description": "Represents available types of methods to use when merging a pull request.
", "values": [ { "name": "MERGE", "description": "Add all commits from the head branch to the base branch with a merge commit.
" }, { "name": "REBASE", "description": "Add all commits from the head branch onto the base branch individually.
" }, { "name": "SQUASH", "description": "Combine all commits from the head branch into a single commit in the base branch.
" } ] }, { "name": "PullRequestOrderField", "kind": "enums", "id": "pullrequestorderfield", "href": "/graphql/reference/enums#pullrequestorderfield", "description": "Properties by which pull_requests connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order pull_requests by creation time.
" }, { "name": "UPDATED_AT", "description": "Order pull_requests by update time.
" } ] }, { "name": "PullRequestReviewCommentState", "kind": "enums", "id": "pullrequestreviewcommentstate", "href": "/graphql/reference/enums#pullrequestreviewcommentstate", "description": "The possible states of a pull request review comment.
", "values": [ { "name": "PENDING", "description": "A comment that is part of a pending review.
" }, { "name": "SUBMITTED", "description": "A comment that is part of a submitted review.
" } ] }, { "name": "PullRequestReviewDecision", "kind": "enums", "id": "pullrequestreviewdecision", "href": "/graphql/reference/enums#pullrequestreviewdecision", "description": "The review status of a pull request.
", "values": [ { "name": "APPROVED", "description": "The pull request has received an approving review.
" }, { "name": "CHANGES_REQUESTED", "description": "Changes have been requested on the pull request.
" }, { "name": "REVIEW_REQUIRED", "description": "A review is required before the pull request can be merged.
" } ] }, { "name": "PullRequestReviewEvent", "kind": "enums", "id": "pullrequestreviewevent", "href": "/graphql/reference/enums#pullrequestreviewevent", "description": "The possible events to perform on a pull request review.
", "values": [ { "name": "APPROVE", "description": "Submit feedback and approve merging these changes.
" }, { "name": "COMMENT", "description": "Submit general feedback without explicit approval.
" }, { "name": "DISMISS", "description": "Dismiss review so it now longer effects merging.
" }, { "name": "REQUEST_CHANGES", "description": "Submit feedback that must be addressed before merging.
" } ] }, { "name": "PullRequestReviewState", "kind": "enums", "id": "pullrequestreviewstate", "href": "/graphql/reference/enums#pullrequestreviewstate", "description": "The possible states of a pull request review.
", "values": [ { "name": "APPROVED", "description": "A review allowing the pull request to merge.
" }, { "name": "CHANGES_REQUESTED", "description": "A review blocking the pull request from merging.
" }, { "name": "COMMENTED", "description": "An informational review.
" }, { "name": "DISMISSED", "description": "A review that has been dismissed.
" }, { "name": "PENDING", "description": "A review that has not yet been submitted.
" } ] }, { "name": "PullRequestState", "kind": "enums", "id": "pullrequeststate", "href": "/graphql/reference/enums#pullrequeststate", "description": "The possible states of a pull request.
", "values": [ { "name": "CLOSED", "description": "A pull request that has been closed without being merged.
" }, { "name": "MERGED", "description": "A pull request that has been closed by being merged.
" }, { "name": "OPEN", "description": "A pull request that is still open.
" } ] }, { "name": "PullRequestTimelineItemsItemType", "kind": "enums", "id": "pullrequesttimelineitemsitemtype", "href": "/graphql/reference/enums#pullrequesttimelineitemsitemtype", "description": "The possible item types found in a timeline.
", "values": [ { "name": "ADDED_TO_MERGE_QUEUE_EVENT", "description": "Represents anadded_to_merge_queueevent on a given pull request.
Represents aadded_to_projectevent on a given issue or pull request.
Represents anassignedevent on any assignable object.
Represents aautomatic_base_change_failedevent on a given pull request.
Represents aautomatic_base_change_succeededevent on a given pull request.
Represents aauto_merge_disabledevent on a given pull request.
Represents aauto_merge_enabledevent on a given pull request.
Represents aauto_rebase_enabledevent on a given pull request.
Represents aauto_squash_enabledevent on a given pull request.
Represents abase_ref_changedevent on a given issue or pull request.
Represents abase_ref_deletedevent on a given pull request.
Represents abase_ref_force_pushedevent on a given pull request.
Represents aclosedevent on any Closable.
Represents acomment_deletedevent on a given issue or pull request.
Represents aconnectedevent on a given issue or pull request.
Represents aconverted_note_to_issueevent on a given issue or pull request.
Represents aconverted_to_discussionevent on a given issue.
Represents aconvert_to_draftevent on a given pull request.
Represents a mention made by one issue or pull request to another.
" }, { "name": "DEMILESTONED_EVENT", "description": "Represents ademilestonedevent on a given issue or pull request.
Represents adeployedevent on a given pull request.
Represents adeployment_environment_changedevent on a given pull request.
Represents adisconnectedevent on a given issue or pull request.
Represents ahead_ref_deletedevent on a given pull request.
Represents ahead_ref_force_pushedevent on a given pull request.
Represents ahead_ref_restoredevent on a given pull request.
Represents a comment on an Issue.
" }, { "name": "LABELED_EVENT", "description": "Represents alabeledevent on a given issue or pull request.
Represents alockedevent on a given issue or pull request.
Represents amarked_as_duplicateevent on a given issue or pull request.
Represents amentionedevent on a given issue or pull request.
Represents amergedevent on a given pull request.
Represents amilestonedevent on a given issue or pull request.
Represents amoved_columns_in_projectevent on a given issue or pull request.
Represents apinnedevent on a given issue or pull request.
Represents a Git commit part of a pull request.
" }, { "name": "PULL_REQUEST_COMMIT_COMMENT_THREAD", "description": "Represents a commit comment thread part of a pull request.
" }, { "name": "PULL_REQUEST_REVIEW", "description": "A review object for a given pull request.
" }, { "name": "PULL_REQUEST_REVIEW_THREAD", "description": "A threaded list of comments for a given pull request.
" }, { "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.
" }, { "name": "READY_FOR_REVIEW_EVENT", "description": "Represents aready_for_reviewevent on a given pull request.
Represents areferencedevent on a given ReferencedSubject.
Represents aremoved_from_merge_queueevent on a given pull request.
Represents aremoved_from_projectevent on a given issue or pull request.
Represents arenamedevent on a given issue or pull request.
Represents areopenedevent on any Closable.
Represents areview_dismissedevent on a given issue or pull request.
Represents anreview_requestedevent on a given pull request.
Represents anreview_request_removedevent on a given pull request.
Represents asubscribedevent on a given Subscribable.
Represents atransferredevent on a given issue or pull request.
Represents anunassignedevent on any assignable object.
Represents anunlabeledevent on a given issue or pull request.
Represents anunlockedevent on a given issue or pull request.
Represents anunmarked_as_duplicateevent on a given issue or pull request.
Represents anunpinnedevent on a given issue or pull request.
Represents anunsubscribedevent on a given Subscribable.
Represents auser_blockedevent on a given user.
The possible target states when updating a pull request.
", "values": [ { "name": "CLOSED", "description": "A pull request that has been closed without being merged.
" }, { "name": "OPEN", "description": "A pull request that is still open.
" } ] }, { "name": "ReactionContent", "kind": "enums", "id": "reactioncontent", "href": "/graphql/reference/enums#reactioncontent", "description": "Emojis that can be attached to Issues, Pull Requests and Comments.
", "values": [ { "name": "CONFUSED", "description": "Represents the :confused: emoji.
Represents the :eyes: emoji.
Represents the :heart: emoji.
Represents the :hooray: emoji.
Represents the :laugh: emoji.
Represents the :rocket: emoji.
Represents the :-1: emoji.
Represents the :+1: emoji.
A list of fields that reactions can be ordered by.
", "values": [ { "name": "CREATED_AT", "description": "Allows ordering a list of reactions by when they were created.
" } ] }, { "name": "RefOrderField", "kind": "enums", "id": "reforderfield", "href": "/graphql/reference/enums#reforderfield", "description": "Properties by which ref connections can be ordered.
", "values": [ { "name": "ALPHABETICAL", "description": "Order refs by their alphanumeric name.
" }, { "name": "TAG_COMMIT_DATE", "description": "Order refs by underlying commit date if the ref prefix is refs/tags/.
" } ] }, { "name": "ReleaseOrderField", "kind": "enums", "id": "releaseorderfield", "href": "/graphql/reference/enums#releaseorderfield", "description": "Properties by which release connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order releases by creation time.
" }, { "name": "NAME", "description": "Order releases alphabetically by name.
" } ] }, { "name": "RepoAccessAuditEntryVisibility", "kind": "enums", "id": "repoaccessauditentryvisibility", "href": "/graphql/reference/enums#repoaccessauditentryvisibility", "description": "The privacy of a repository.
", "values": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.
" }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.
" }, { "name": "PUBLIC", "description": "The repository is visible to everyone.
" } ] }, { "name": "RepoAddMemberAuditEntryVisibility", "kind": "enums", "id": "repoaddmemberauditentryvisibility", "href": "/graphql/reference/enums#repoaddmemberauditentryvisibility", "description": "The privacy of a repository.
", "values": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.
" }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.
" }, { "name": "PUBLIC", "description": "The repository is visible to everyone.
" } ] }, { "name": "RepoArchivedAuditEntryVisibility", "kind": "enums", "id": "repoarchivedauditentryvisibility", "href": "/graphql/reference/enums#repoarchivedauditentryvisibility", "description": "The privacy of a repository.
", "values": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.
" }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.
" }, { "name": "PUBLIC", "description": "The repository is visible to everyone.
" } ] }, { "name": "RepoChangeMergeSettingAuditEntryMergeType", "kind": "enums", "id": "repochangemergesettingauditentrymergetype", "href": "/graphql/reference/enums#repochangemergesettingauditentrymergetype", "description": "The merge options available for pull requests to this repository.
", "values": [ { "name": "MERGE", "description": "The pull request is added to the base branch in a merge commit.
" }, { "name": "REBASE", "description": "Commits from the pull request are added onto the base branch individually without a merge commit.
" }, { "name": "SQUASH", "description": "The pull request's commits are squashed into a single commit before they are merged to the base branch.
" } ] }, { "name": "RepoCreateAuditEntryVisibility", "kind": "enums", "id": "repocreateauditentryvisibility", "href": "/graphql/reference/enums#repocreateauditentryvisibility", "description": "The privacy of a repository.
", "values": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.
" }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.
" }, { "name": "PUBLIC", "description": "The repository is visible to everyone.
" } ] }, { "name": "RepoDestroyAuditEntryVisibility", "kind": "enums", "id": "repodestroyauditentryvisibility", "href": "/graphql/reference/enums#repodestroyauditentryvisibility", "description": "The privacy of a repository.
", "values": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.
" }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.
" }, { "name": "PUBLIC", "description": "The repository is visible to everyone.
" } ] }, { "name": "RepoRemoveMemberAuditEntryVisibility", "kind": "enums", "id": "reporemovememberauditentryvisibility", "href": "/graphql/reference/enums#reporemovememberauditentryvisibility", "description": "The privacy of a repository.
", "values": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.
" }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.
" }, { "name": "PUBLIC", "description": "The repository is visible to everyone.
" } ] }, { "name": "ReportedContentClassifiers", "kind": "enums", "id": "reportedcontentclassifiers", "href": "/graphql/reference/enums#reportedcontentclassifiers", "description": "The reasons a piece of content can be reported or minimized.
", "values": [ { "name": "ABUSE", "description": "An abusive or harassing piece of content.
" }, { "name": "DUPLICATE", "description": "A duplicated piece of content.
" }, { "name": "OFF_TOPIC", "description": "An irrelevant piece of content.
" }, { "name": "OUTDATED", "description": "An outdated piece of content.
" }, { "name": "RESOLVED", "description": "The content has been resolved.
" }, { "name": "SPAM", "description": "A spammy piece of content.
" } ] }, { "name": "RepositoryAffiliation", "kind": "enums", "id": "repositoryaffiliation", "href": "/graphql/reference/enums#repositoryaffiliation", "description": "The affiliation of a user to a repository.
", "values": [ { "name": "COLLABORATOR", "description": "Repositories that the user has been added to as a collaborator.
" }, { "name": "ORGANIZATION_MEMBER", "description": "Repositories that the user has access to through being a member of an\norganization. This includes every repository on every team that the user is on.
" }, { "name": "OWNER", "description": "Repositories that are owned by the authenticated user.
" } ] }, { "name": "RepositoryContributionType", "kind": "enums", "id": "repositorycontributiontype", "href": "/graphql/reference/enums#repositorycontributiontype", "description": "The reason a repository is listed as 'contributed'.
", "values": [ { "name": "COMMIT", "description": "Created a commit.
" }, { "name": "ISSUE", "description": "Created an issue.
" }, { "name": "PULL_REQUEST", "description": "Created a pull request.
" }, { "name": "PULL_REQUEST_REVIEW", "description": "Reviewed a pull request.
" }, { "name": "REPOSITORY", "description": "Created the repository.
" } ] }, { "name": "RepositoryInteractionLimit", "kind": "enums", "id": "repositoryinteractionlimit", "href": "/graphql/reference/enums#repositoryinteractionlimit", "description": "A repository interaction limit.
", "values": [ { "name": "COLLABORATORS_ONLY", "description": "Users that are not collaborators will not be able to interact with the repository.
" }, { "name": "CONTRIBUTORS_ONLY", "description": "Users that have not previously committed to a repository’s default branch will be unable to interact with the repository.
" }, { "name": "EXISTING_USERS", "description": "Users that have recently created their account will be unable to interact with the repository.
" }, { "name": "NO_LIMIT", "description": "No interaction limits are enabled.
" } ] }, { "name": "RepositoryInteractionLimitExpiry", "kind": "enums", "id": "repositoryinteractionlimitexpiry", "href": "/graphql/reference/enums#repositoryinteractionlimitexpiry", "description": "The length for a repository interaction limit to be enabled for.
", "values": [ { "name": "ONE_DAY", "description": "The interaction limit will expire after 1 day.
" }, { "name": "ONE_MONTH", "description": "The interaction limit will expire after 1 month.
" }, { "name": "ONE_WEEK", "description": "The interaction limit will expire after 1 week.
" }, { "name": "SIX_MONTHS", "description": "The interaction limit will expire after 6 months.
" }, { "name": "THREE_DAYS", "description": "The interaction limit will expire after 3 days.
" } ] }, { "name": "RepositoryInteractionLimitOrigin", "kind": "enums", "id": "repositoryinteractionlimitorigin", "href": "/graphql/reference/enums#repositoryinteractionlimitorigin", "description": "Indicates where an interaction limit is configured.
", "values": [ { "name": "ORGANIZATION", "description": "A limit that is configured at the organization level.
" }, { "name": "REPOSITORY", "description": "A limit that is configured at the repository level.
" }, { "name": "USER", "description": "A limit that is configured at the user-wide level.
" } ] }, { "name": "RepositoryInvitationOrderField", "kind": "enums", "id": "repositoryinvitationorderfield", "href": "/graphql/reference/enums#repositoryinvitationorderfield", "description": "Properties by which repository invitation connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order repository invitations by creation time.
" } ] }, { "name": "RepositoryLockReason", "kind": "enums", "id": "repositorylockreason", "href": "/graphql/reference/enums#repositorylockreason", "description": "The possible reasons a given repository could be in a locked state.
", "values": [ { "name": "BILLING", "description": "The repository is locked due to a billing related reason.
" }, { "name": "MIGRATING", "description": "The repository is locked due to a migration.
" }, { "name": "MOVING", "description": "The repository is locked due to a move.
" }, { "name": "RENAME", "description": "The repository is locked due to a rename.
" } ] }, { "name": "RepositoryMigrationOrderDirection", "kind": "enums", "id": "repositorymigrationorderdirection", "href": "/graphql/reference/enums#repositorymigrationorderdirection", "description": "Possible directions in which to order a list of repository migrations when provided an orderBy argument.
Specifies an ascending order for a given orderBy argument.
Specifies a descending order for a given orderBy argument.
Properties by which repository migrations can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order mannequins why when they were created.
" } ] }, { "name": "RepositoryOrderField", "kind": "enums", "id": "repositoryorderfield", "href": "/graphql/reference/enums#repositoryorderfield", "description": "Properties by which repository connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order repositories by creation time.
" }, { "name": "NAME", "description": "Order repositories by name.
" }, { "name": "PUSHED_AT", "description": "Order repositories by push time.
" }, { "name": "STARGAZERS", "description": "Order repositories by number of stargazers.
" }, { "name": "UPDATED_AT", "description": "Order repositories by update time.
" } ] }, { "name": "RepositoryPermission", "kind": "enums", "id": "repositorypermission", "href": "/graphql/reference/enums#repositorypermission", "description": "The access level to a repository.
", "values": [ { "name": "ADMIN", "description": "Can read, clone, and push to this repository. Can also manage issues, pull\nrequests, and repository settings, including adding collaborators.
" }, { "name": "MAINTAIN", "description": "Can read, clone, and push to this repository. They can also manage issues, pull requests, and some repository settings.
" }, { "name": "READ", "description": "Can read and clone this repository. Can also open and comment on issues and pull requests.
" }, { "name": "TRIAGE", "description": "Can read and clone this repository. Can also manage issues and pull requests.
" }, { "name": "WRITE", "description": "Can read, clone, and push to this repository. Can also manage issues and pull requests.
" } ] }, { "name": "RepositoryPrivacy", "kind": "enums", "id": "repositoryprivacy", "href": "/graphql/reference/enums#repositoryprivacy", "description": "The privacy of a repository.
", "values": [ { "name": "PRIVATE", "description": "Private.
" }, { "name": "PUBLIC", "description": "Public.
" } ] }, { "name": "RepositoryVisibility", "kind": "enums", "id": "repositoryvisibility", "href": "/graphql/reference/enums#repositoryvisibility", "description": "The repository's visibility level.
", "values": [ { "name": "INTERNAL", "description": "The repository is visible only to users in the same business.
" }, { "name": "PRIVATE", "description": "The repository is visible only to those with explicit access.
" }, { "name": "PUBLIC", "description": "The repository is visible to everyone.
" } ] }, { "name": "RepositoryVulnerabilityAlertDependencyScope", "kind": "enums", "id": "repositoryvulnerabilityalertdependencyscope", "href": "/graphql/reference/enums#repositoryvulnerabilityalertdependencyscope", "description": "The possible scopes of an alert's dependency.
", "values": [ { "name": "DEVELOPMENT", "description": "A dependency that is only used in development.
" }, { "name": "RUNTIME", "description": "A dependency that is leveraged during application runtime.
" } ] }, { "name": "RepositoryVulnerabilityAlertState", "kind": "enums", "id": "repositoryvulnerabilityalertstate", "href": "/graphql/reference/enums#repositoryvulnerabilityalertstate", "description": "The possible states of an alert.
", "values": [ { "name": "DISMISSED", "description": "An alert that has been manually closed by a user.
" }, { "name": "FIXED", "description": "An alert that has been resolved by a code change.
" }, { "name": "OPEN", "description": "An alert that is still open.
" } ] }, { "name": "RequestableCheckStatusState", "kind": "enums", "id": "requestablecheckstatusstate", "href": "/graphql/reference/enums#requestablecheckstatusstate", "description": "The possible states that can be requested when creating a check run.
", "values": [ { "name": "COMPLETED", "description": "The check suite or run has been completed.
" }, { "name": "IN_PROGRESS", "description": "The check suite or run is in progress.
" }, { "name": "PENDING", "description": "The check suite or run is in pending state.
" }, { "name": "QUEUED", "description": "The check suite or run has been queued.
" }, { "name": "WAITING", "description": "The check suite or run is in waiting state.
" } ] }, { "name": "RoleInOrganization", "kind": "enums", "id": "roleinorganization", "href": "/graphql/reference/enums#roleinorganization", "description": "Possible roles a user may have in relation to an organization.
", "values": [ { "name": "DIRECT_MEMBER", "description": "A user who is a direct member of the organization.
" }, { "name": "OWNER", "description": "A user with full administrative access to the organization.
" }, { "name": "UNAFFILIATED", "description": "A user who is unaffiliated with the organization.
" } ] }, { "name": "SamlDigestAlgorithm", "kind": "enums", "id": "samldigestalgorithm", "href": "/graphql/reference/enums#samldigestalgorithm", "description": "The possible digest algorithms used to sign SAML requests for an identity provider.
", "values": [ { "name": "SHA1", "description": "SHA1.
" }, { "name": "SHA256", "description": "SHA256.
" }, { "name": "SHA384", "description": "SHA384.
" }, { "name": "SHA512", "description": "SHA512.
" } ] }, { "name": "SamlSignatureAlgorithm", "kind": "enums", "id": "samlsignaturealgorithm", "href": "/graphql/reference/enums#samlsignaturealgorithm", "description": "The possible signature algorithms used to sign SAML requests for a Identity Provider.
", "values": [ { "name": "RSA_SHA1", "description": "RSA-SHA1.
" }, { "name": "RSA_SHA256", "description": "RSA-SHA256.
" }, { "name": "RSA_SHA384", "description": "RSA-SHA384.
" }, { "name": "RSA_SHA512", "description": "RSA-SHA512.
" } ] }, { "name": "SavedReplyOrderField", "kind": "enums", "id": "savedreplyorderfield", "href": "/graphql/reference/enums#savedreplyorderfield", "description": "Properties by which saved reply connections can be ordered.
", "values": [ { "name": "UPDATED_AT", "description": "Order saved reply by when they were updated.
" } ] }, { "name": "SearchType", "kind": "enums", "id": "searchtype", "href": "/graphql/reference/enums#searchtype", "description": "Represents the individual results of a search.
", "values": [ { "name": "DISCUSSION", "description": "Returns matching discussions in repositories.
" }, { "name": "ISSUE", "description": "Returns results matching issues in repositories.
" }, { "name": "REPOSITORY", "description": "Returns results matching repositories.
" }, { "name": "USER", "description": "Returns results matching users and organizations on GitHub.
" } ] }, { "name": "SecurityAdvisoryClassification", "kind": "enums", "id": "securityadvisoryclassification", "href": "/graphql/reference/enums#securityadvisoryclassification", "description": "Classification of the advisory.
", "values": [ { "name": "GENERAL", "description": "Classification of general advisories.
" }, { "name": "MALWARE", "description": "Classification of malware advisories.
" } ] }, { "name": "SecurityAdvisoryEcosystem", "kind": "enums", "id": "securityadvisoryecosystem", "href": "/graphql/reference/enums#securityadvisoryecosystem", "description": "The possible ecosystems of a security vulnerability's package.
", "values": [ { "name": "ACTIONS", "description": "GitHub Actions.
" }, { "name": "COMPOSER", "description": "PHP packages hosted at packagist.org.
" }, { "name": "ERLANG", "description": "Erlang/Elixir packages hosted at hex.pm.
" }, { "name": "GO", "description": "Go modules.
" }, { "name": "MAVEN", "description": "Java artifacts hosted at the Maven central repository.
" }, { "name": "NPM", "description": "JavaScript packages hosted at npmjs.com.
" }, { "name": "NUGET", "description": ".NET packages hosted at the NuGet Gallery.
" }, { "name": "PIP", "description": "Python packages hosted at PyPI.org.
" }, { "name": "PUB", "description": "Dart packages hosted at pub.dev.
" }, { "name": "RUBYGEMS", "description": "Ruby gems hosted at RubyGems.org.
" }, { "name": "RUST", "description": "Rust crates.
" } ] }, { "name": "SecurityAdvisoryIdentifierType", "kind": "enums", "id": "securityadvisoryidentifiertype", "href": "/graphql/reference/enums#securityadvisoryidentifiertype", "description": "Identifier formats available for advisories.
", "values": [ { "name": "CVE", "description": "Common Vulnerabilities and Exposures Identifier.
" }, { "name": "GHSA", "description": "GitHub Security Advisory ID.
" } ] }, { "name": "SecurityAdvisoryOrderField", "kind": "enums", "id": "securityadvisoryorderfield", "href": "/graphql/reference/enums#securityadvisoryorderfield", "description": "Properties by which security advisory connections can be ordered.
", "values": [ { "name": "PUBLISHED_AT", "description": "Order advisories by publication time.
" }, { "name": "UPDATED_AT", "description": "Order advisories by update time.
" } ] }, { "name": "SecurityAdvisorySeverity", "kind": "enums", "id": "securityadvisoryseverity", "href": "/graphql/reference/enums#securityadvisoryseverity", "description": "Severity of the vulnerability.
", "values": [ { "name": "CRITICAL", "description": "Critical.
" }, { "name": "HIGH", "description": "High.
" }, { "name": "LOW", "description": "Low.
" }, { "name": "MODERATE", "description": "Moderate.
" } ] }, { "name": "SecurityVulnerabilityOrderField", "kind": "enums", "id": "securityvulnerabilityorderfield", "href": "/graphql/reference/enums#securityvulnerabilityorderfield", "description": "Properties by which security vulnerability connections can be ordered.
", "values": [ { "name": "UPDATED_AT", "description": "Order vulnerability by update time.
" } ] }, { "name": "SponsorOrderField", "kind": "enums", "id": "sponsororderfield", "href": "/graphql/reference/enums#sponsororderfield", "description": "Properties by which sponsor connections can be ordered.
", "values": [ { "name": "LOGIN", "description": "Order sponsorable entities by login (username).
" }, { "name": "RELEVANCE", "description": "Order sponsors by their relevance to the viewer.
" } ] }, { "name": "SponsorableOrderField", "kind": "enums", "id": "sponsorableorderfield", "href": "/graphql/reference/enums#sponsorableorderfield", "description": "Properties by which sponsorable connections can be ordered.
", "values": [ { "name": "LOGIN", "description": "Order sponsorable entities by login (username).
" } ] }, { "name": "SponsorsActivityAction", "kind": "enums", "id": "sponsorsactivityaction", "href": "/graphql/reference/enums#sponsorsactivityaction", "description": "The possible actions that GitHub Sponsors activities can represent.
", "values": [ { "name": "CANCELLED_SPONSORSHIP", "description": "The activity was cancelling a sponsorship.
" }, { "name": "NEW_SPONSORSHIP", "description": "The activity was starting a sponsorship.
" }, { "name": "PENDING_CHANGE", "description": "The activity was scheduling a downgrade or cancellation.
" }, { "name": "REFUND", "description": "The activity was funds being refunded to the sponsor or GitHub.
" }, { "name": "SPONSOR_MATCH_DISABLED", "description": "The activity was disabling matching for a previously matched sponsorship.
" }, { "name": "TIER_CHANGE", "description": "The activity was changing the sponsorship tier, either directly by the sponsor or by a scheduled/pending change.
" } ] }, { "name": "SponsorsActivityOrderField", "kind": "enums", "id": "sponsorsactivityorderfield", "href": "/graphql/reference/enums#sponsorsactivityorderfield", "description": "Properties by which GitHub Sponsors activity connections can be ordered.
", "values": [ { "name": "TIMESTAMP", "description": "Order activities by when they happened.
" } ] }, { "name": "SponsorsActivityPeriod", "kind": "enums", "id": "sponsorsactivityperiod", "href": "/graphql/reference/enums#sponsorsactivityperiod", "description": "The possible time periods for which Sponsors activities can be requested.
", "values": [ { "name": "ALL", "description": "Don't restrict the activity to any date range, include all activity.
" }, { "name": "DAY", "description": "The previous calendar day.
" }, { "name": "MONTH", "description": "The previous thirty days.
" }, { "name": "WEEK", "description": "The previous seven days.
" } ] }, { "name": "SponsorsGoalKind", "kind": "enums", "id": "sponsorsgoalkind", "href": "/graphql/reference/enums#sponsorsgoalkind", "description": "The different kinds of goals a GitHub Sponsors member can have.
", "values": [ { "name": "MONTHLY_SPONSORSHIP_AMOUNT", "description": "The goal is about getting a certain amount in USD from sponsorships each month.
" }, { "name": "TOTAL_SPONSORS_COUNT", "description": "The goal is about reaching a certain number of sponsors.
" } ] }, { "name": "SponsorsTierOrderField", "kind": "enums", "id": "sponsorstierorderfield", "href": "/graphql/reference/enums#sponsorstierorderfield", "description": "Properties by which Sponsors tiers connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order tiers by creation time.
" }, { "name": "MONTHLY_PRICE_IN_CENTS", "description": "Order tiers by their monthly price in cents.
" } ] }, { "name": "SponsorshipNewsletterOrderField", "kind": "enums", "id": "sponsorshipnewsletterorderfield", "href": "/graphql/reference/enums#sponsorshipnewsletterorderfield", "description": "Properties by which sponsorship update connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order sponsorship newsletters by when they were created.
" } ] }, { "name": "SponsorshipOrderField", "kind": "enums", "id": "sponsorshiporderfield", "href": "/graphql/reference/enums#sponsorshiporderfield", "description": "Properties by which sponsorship connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order sponsorship by creation time.
" } ] }, { "name": "SponsorshipPrivacy", "kind": "enums", "id": "sponsorshipprivacy", "href": "/graphql/reference/enums#sponsorshipprivacy", "description": "The privacy of a sponsorship.
", "values": [ { "name": "PRIVATE", "description": "Private.
" }, { "name": "PUBLIC", "description": "Public.
" } ] }, { "name": "SquashMergeCommitMessage", "kind": "enums", "id": "squashmergecommitmessage", "href": "/graphql/reference/enums#squashmergecommitmessage", "description": "The possible default commit messages for squash merges.
", "values": [ { "name": "BLANK", "description": "Default to a blank commit message.
" }, { "name": "COMMIT_MESSAGES", "description": "Default to the branch's commit messages.
" }, { "name": "PR_BODY", "description": "Default to the pull request's body.
" } ] }, { "name": "SquashMergeCommitTitle", "kind": "enums", "id": "squashmergecommittitle", "href": "/graphql/reference/enums#squashmergecommittitle", "description": "The possible default commit titles for squash merges.
", "values": [ { "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).
" }, { "name": "PR_TITLE", "description": "Default to the pull request's title.
" } ] }, { "name": "StarOrderField", "kind": "enums", "id": "starorderfield", "href": "/graphql/reference/enums#starorderfield", "description": "Properties by which star connections can be ordered.
", "values": [ { "name": "STARRED_AT", "description": "Allows ordering a list of stars by when they were created.
" } ] }, { "name": "StatusState", "kind": "enums", "id": "statusstate", "href": "/graphql/reference/enums#statusstate", "description": "The possible commit status states.
", "values": [ { "name": "ERROR", "description": "Status is errored.
" }, { "name": "EXPECTED", "description": "Status is expected.
" }, { "name": "FAILURE", "description": "Status is failing.
" }, { "name": "PENDING", "description": "Status is pending.
" }, { "name": "SUCCESS", "description": "Status is successful.
" } ] }, { "name": "SubscriptionState", "kind": "enums", "id": "subscriptionstate", "href": "/graphql/reference/enums#subscriptionstate", "description": "The possible states of a subscription.
", "values": [ { "name": "IGNORED", "description": "The User is never notified.
" }, { "name": "SUBSCRIBED", "description": "The User is notified of all conversations.
" }, { "name": "UNSUBSCRIBED", "description": "The User is only notified when participating or @mentioned.
" } ] }, { "name": "TeamDiscussionCommentOrderField", "kind": "enums", "id": "teamdiscussioncommentorderfield", "href": "/graphql/reference/enums#teamdiscussioncommentorderfield", "description": "Properties by which team discussion comment connections can be ordered.
", "values": [ { "name": "NUMBER", "description": "Allows sequential ordering of team discussion comments (which is equivalent to chronological ordering).
" } ] }, { "name": "TeamDiscussionOrderField", "kind": "enums", "id": "teamdiscussionorderfield", "href": "/graphql/reference/enums#teamdiscussionorderfield", "description": "Properties by which team discussion connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Allows chronological ordering of team discussions.
" } ] }, { "name": "TeamMemberOrderField", "kind": "enums", "id": "teammemberorderfield", "href": "/graphql/reference/enums#teammemberorderfield", "description": "Properties by which team member connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order team members by creation time.
" }, { "name": "LOGIN", "description": "Order team members by login.
" } ] }, { "name": "TeamMemberRole", "kind": "enums", "id": "teammemberrole", "href": "/graphql/reference/enums#teammemberrole", "description": "The possible team member roles; eithermaintaineror 'member'.
A team maintainer has permission to add and remove team members.
" }, { "name": "MEMBER", "description": "A team member has no administrative permissions on the team.
" } ] }, { "name": "TeamMembershipType", "kind": "enums", "id": "teammembershiptype", "href": "/graphql/reference/enums#teammembershiptype", "description": "Defines which types of team members are included in the returned list. Can be one of IMMEDIATE, CHILD_TEAM or ALL.
", "values": [ { "name": "ALL", "description": "Includes immediate and child team members for the team.
" }, { "name": "CHILD_TEAM", "description": "Includes only child team members for the team.
" }, { "name": "IMMEDIATE", "description": "Includes only immediate members of the team.
" } ] }, { "name": "TeamOrderField", "kind": "enums", "id": "teamorderfield", "href": "/graphql/reference/enums#teamorderfield", "description": "Properties by which team connections can be ordered.
", "values": [ { "name": "NAME", "description": "Allows ordering a list of teams by name.
" } ] }, { "name": "TeamPrivacy", "kind": "enums", "id": "teamprivacy", "href": "/graphql/reference/enums#teamprivacy", "description": "The possible team privacy values.
", "values": [ { "name": "SECRET", "description": "A secret team can only be seen by its members.
" }, { "name": "VISIBLE", "description": "A visible team can be seen and @mentioned by every member of the organization.
" } ] }, { "name": "TeamRepositoryOrderField", "kind": "enums", "id": "teamrepositoryorderfield", "href": "/graphql/reference/enums#teamrepositoryorderfield", "description": "Properties by which team repository connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order repositories by creation time.
" }, { "name": "NAME", "description": "Order repositories by name.
" }, { "name": "PERMISSION", "description": "Order repositories by permission.
" }, { "name": "PUSHED_AT", "description": "Order repositories by push time.
" }, { "name": "STARGAZERS", "description": "Order repositories by number of stargazers.
" }, { "name": "UPDATED_AT", "description": "Order repositories by update time.
" } ] }, { "name": "TeamReviewAssignmentAlgorithm", "kind": "enums", "id": "teamreviewassignmentalgorithm", "href": "/graphql/reference/enums#teamreviewassignmentalgorithm", "description": "The possible team review assignment algorithms.
", "isDeprecated": false, "preview": { "title": "Team review assignments preview", "description": "This preview adds support for updating the settings for team review assignment.", "toggled_by": "stone-crop-preview", "toggled_on": [ "Mutation.updateTeamReviewAssignment", "TeamReviewAssignmentAlgorithm", "Team.reviewRequestDelegationEnabled", "Team.reviewRequestDelegationAlgorithm", "Team.reviewRequestDelegationMemberCount", "Team.reviewRequestDelegationNotifyTeam" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.stone-crop-preview+json", "href": "/graphql/overview/schema-previews#team-review-assignments-preview" }, "values": [ { "name": "LOAD_BALANCE", "description": "Balance review load across the entire team.
" }, { "name": "ROUND_ROBIN", "description": "Alternate reviews between each team member.
" } ] }, { "name": "TeamRole", "kind": "enums", "id": "teamrole", "href": "/graphql/reference/enums#teamrole", "description": "The role of a user on a team.
", "values": [ { "name": "ADMIN", "description": "User has admin rights on the team.
" }, { "name": "MEMBER", "description": "User is a member of the team.
" } ] }, { "name": "TopicSuggestionDeclineReason", "kind": "enums", "id": "topicsuggestiondeclinereason", "href": "/graphql/reference/enums#topicsuggestiondeclinereason", "description": "Reason that the suggested topic is declined.
", "values": [ { "name": "NOT_RELEVANT", "description": "The suggested topic is not relevant to the repository.
" }, { "name": "PERSONAL_PREFERENCE", "description": "The viewer does not like the suggested topic.
" }, { "name": "TOO_GENERAL", "description": "The suggested topic is too general for the repository.
" }, { "name": "TOO_SPECIFIC", "description": "The suggested topic is too specific for the repository (e.g. #ruby-on-rails-version-4-2-1).
" } ] }, { "name": "TrackedIssueStates", "kind": "enums", "id": "trackedissuestates", "href": "/graphql/reference/enums#trackedissuestates", "description": "The possible states of a tracked issue.
", "values": [ { "name": "CLOSED", "description": "The tracked issue is closed.
" }, { "name": "OPEN", "description": "The tracked issue is open.
" } ] }, { "name": "UserBlockDuration", "kind": "enums", "id": "userblockduration", "href": "/graphql/reference/enums#userblockduration", "description": "The possible durations that a user can be blocked for.
", "values": [ { "name": "ONE_DAY", "description": "The user was blocked for 1 day.
" }, { "name": "ONE_MONTH", "description": "The user was blocked for 30 days.
" }, { "name": "ONE_WEEK", "description": "The user was blocked for 7 days.
" }, { "name": "PERMANENT", "description": "The user was blocked permanently.
" }, { "name": "THREE_DAYS", "description": "The user was blocked for 3 days.
" } ] }, { "name": "UserStatusOrderField", "kind": "enums", "id": "userstatusorderfield", "href": "/graphql/reference/enums#userstatusorderfield", "description": "Properties by which user status connections can be ordered.
", "values": [ { "name": "UPDATED_AT", "description": "Order user statuses by when they were updated.
" } ] }, { "name": "VerifiableDomainOrderField", "kind": "enums", "id": "verifiabledomainorderfield", "href": "/graphql/reference/enums#verifiabledomainorderfield", "description": "Properties by which verifiable domain connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order verifiable domains by their creation date.
" }, { "name": "DOMAIN", "description": "Order verifiable domains by the domain name.
" } ] }, { "name": "WorkflowRunOrderField", "kind": "enums", "id": "workflowrunorderfield", "href": "/graphql/reference/enums#workflowrunorderfield", "description": "Properties by which workflow run connections can be ordered.
", "values": [ { "name": "CREATED_AT", "description": "Order workflow runs by most recently created.
" } ] } ], "unions": [ { "name": "Assignee", "kind": "unions", "id": "assignee", "href": "/graphql/reference/unions#assignee", "description": "Types that can be assigned to issues.
", "possibleTypes": [ { "name": "Bot", "id": "bot", "href": "/graphql/reference/objects#bot" }, { "name": "Mannequin", "id": "mannequin", "href": "/graphql/reference/objects#mannequin" }, { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "AuditEntryActor", "kind": "unions", "id": "auditentryactor", "href": "/graphql/reference/unions#auditentryactor", "description": "Types that can initiate an audit log event.
", "possibleTypes": [ { "name": "Bot", "id": "bot", "href": "/graphql/reference/objects#bot" }, { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "BranchActorAllowanceActor", "kind": "unions", "id": "branchactorallowanceactor", "href": "/graphql/reference/unions#branchactorallowanceactor", "description": "Types which can be actors for BranchActorAllowance objects.
The object which triggered a ClosedEvent.
Represents either a issue the viewer can access or a restricted contribution.
", "possibleTypes": [ { "name": "CreatedIssueContribution", "id": "createdissuecontribution", "href": "/graphql/reference/objects#createdissuecontribution" }, { "name": "RestrictedContribution", "id": "restrictedcontribution", "href": "/graphql/reference/objects#restrictedcontribution" } ] }, { "name": "CreatedPullRequestOrRestrictedContribution", "kind": "unions", "id": "createdpullrequestorrestrictedcontribution", "href": "/graphql/reference/unions#createdpullrequestorrestrictedcontribution", "description": "Represents either a pull request the viewer can access or a restricted contribution.
", "possibleTypes": [ { "name": "CreatedPullRequestContribution", "id": "createdpullrequestcontribution", "href": "/graphql/reference/objects#createdpullrequestcontribution" }, { "name": "RestrictedContribution", "id": "restrictedcontribution", "href": "/graphql/reference/objects#restrictedcontribution" } ] }, { "name": "CreatedRepositoryOrRestrictedContribution", "kind": "unions", "id": "createdrepositoryorrestrictedcontribution", "href": "/graphql/reference/unions#createdrepositoryorrestrictedcontribution", "description": "Represents either a repository the viewer can access or a restricted contribution.
", "possibleTypes": [ { "name": "CreatedRepositoryContribution", "id": "createdrepositorycontribution", "href": "/graphql/reference/objects#createdrepositorycontribution" }, { "name": "RestrictedContribution", "id": "restrictedcontribution", "href": "/graphql/reference/objects#restrictedcontribution" } ] }, { "name": "DeploymentReviewer", "kind": "unions", "id": "deploymentreviewer", "href": "/graphql/reference/unions#deploymentreviewer", "description": "Users and teams.
", "possibleTypes": [ { "name": "Team", "id": "team", "href": "/graphql/reference/objects#team" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "EnterpriseMember", "kind": "unions", "id": "enterprisemember", "href": "/graphql/reference/unions#enterprisemember", "description": "An object that is a member of an enterprise.
", "possibleTypes": [ { "name": "EnterpriseUserAccount", "id": "enterpriseuseraccount", "href": "/graphql/reference/objects#enterpriseuseraccount" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "IpAllowListOwner", "kind": "unions", "id": "ipallowlistowner", "href": "/graphql/reference/unions#ipallowlistowner", "description": "Types that can own an IP allow list.
", "possibleTypes": [ { "name": "App", "id": "app", "href": "/graphql/reference/objects#app" }, { "name": "Enterprise", "id": "enterprise", "href": "/graphql/reference/objects#enterprise" }, { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" } ] }, { "name": "IssueOrPullRequest", "kind": "unions", "id": "issueorpullrequest", "href": "/graphql/reference/unions#issueorpullrequest", "description": "Used for return value of Repository.issueOrPullRequest.
", "possibleTypes": [ { "name": "Issue", "id": "issue", "href": "/graphql/reference/objects#issue" }, { "name": "PullRequest", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "IssueTimelineItem", "kind": "unions", "id": "issuetimelineitem", "href": "/graphql/reference/unions#issuetimelineitem", "description": "An item in an issue timeline.
", "possibleTypes": [ { "name": "AssignedEvent", "id": "assignedevent", "href": "/graphql/reference/objects#assignedevent" }, { "name": "ClosedEvent", "id": "closedevent", "href": "/graphql/reference/objects#closedevent" }, { "name": "Commit", "id": "commit", "href": "/graphql/reference/objects#commit" }, { "name": "CrossReferencedEvent", "id": "crossreferencedevent", "href": "/graphql/reference/objects#crossreferencedevent" }, { "name": "DemilestonedEvent", "id": "demilestonedevent", "href": "/graphql/reference/objects#demilestonedevent" }, { "name": "IssueComment", "id": "issuecomment", "href": "/graphql/reference/objects#issuecomment" }, { "name": "LabeledEvent", "id": "labeledevent", "href": "/graphql/reference/objects#labeledevent" }, { "name": "LockedEvent", "id": "lockedevent", "href": "/graphql/reference/objects#lockedevent" }, { "name": "MilestonedEvent", "id": "milestonedevent", "href": "/graphql/reference/objects#milestonedevent" }, { "name": "ReferencedEvent", "id": "referencedevent", "href": "/graphql/reference/objects#referencedevent" }, { "name": "RenamedTitleEvent", "id": "renamedtitleevent", "href": "/graphql/reference/objects#renamedtitleevent" }, { "name": "ReopenedEvent", "id": "reopenedevent", "href": "/graphql/reference/objects#reopenedevent" }, { "name": "SubscribedEvent", "id": "subscribedevent", "href": "/graphql/reference/objects#subscribedevent" }, { "name": "TransferredEvent", "id": "transferredevent", "href": "/graphql/reference/objects#transferredevent" }, { "name": "UnassignedEvent", "id": "unassignedevent", "href": "/graphql/reference/objects#unassignedevent" }, { "name": "UnlabeledEvent", "id": "unlabeledevent", "href": "/graphql/reference/objects#unlabeledevent" }, { "name": "UnlockedEvent", "id": "unlockedevent", "href": "/graphql/reference/objects#unlockedevent" }, { "name": "UnsubscribedEvent", "id": "unsubscribedevent", "href": "/graphql/reference/objects#unsubscribedevent" }, { "name": "UserBlockedEvent", "id": "userblockedevent", "href": "/graphql/reference/objects#userblockedevent" } ] }, { "name": "IssueTimelineItems", "kind": "unions", "id": "issuetimelineitems", "href": "/graphql/reference/unions#issuetimelineitems", "description": "An item in an issue timeline.
", "possibleTypes": [ { "name": "AddedToProjectEvent", "id": "addedtoprojectevent", "href": "/graphql/reference/objects#addedtoprojectevent" }, { "name": "AssignedEvent", "id": "assignedevent", "href": "/graphql/reference/objects#assignedevent" }, { "name": "ClosedEvent", "id": "closedevent", "href": "/graphql/reference/objects#closedevent" }, { "name": "CommentDeletedEvent", "id": "commentdeletedevent", "href": "/graphql/reference/objects#commentdeletedevent" }, { "name": "ConnectedEvent", "id": "connectedevent", "href": "/graphql/reference/objects#connectedevent" }, { "name": "ConvertedNoteToIssueEvent", "id": "convertednotetoissueevent", "href": "/graphql/reference/objects#convertednotetoissueevent" }, { "name": "ConvertedToDiscussionEvent", "id": "convertedtodiscussionevent", "href": "/graphql/reference/objects#convertedtodiscussionevent" }, { "name": "CrossReferencedEvent", "id": "crossreferencedevent", "href": "/graphql/reference/objects#crossreferencedevent" }, { "name": "DemilestonedEvent", "id": "demilestonedevent", "href": "/graphql/reference/objects#demilestonedevent" }, { "name": "DisconnectedEvent", "id": "disconnectedevent", "href": "/graphql/reference/objects#disconnectedevent" }, { "name": "IssueComment", "id": "issuecomment", "href": "/graphql/reference/objects#issuecomment" }, { "name": "LabeledEvent", "id": "labeledevent", "href": "/graphql/reference/objects#labeledevent" }, { "name": "LockedEvent", "id": "lockedevent", "href": "/graphql/reference/objects#lockedevent" }, { "name": "MarkedAsDuplicateEvent", "id": "markedasduplicateevent", "href": "/graphql/reference/objects#markedasduplicateevent" }, { "name": "MentionedEvent", "id": "mentionedevent", "href": "/graphql/reference/objects#mentionedevent" }, { "name": "MilestonedEvent", "id": "milestonedevent", "href": "/graphql/reference/objects#milestonedevent" }, { "name": "MovedColumnsInProjectEvent", "id": "movedcolumnsinprojectevent", "href": "/graphql/reference/objects#movedcolumnsinprojectevent" }, { "name": "PinnedEvent", "id": "pinnedevent", "href": "/graphql/reference/objects#pinnedevent" }, { "name": "ReferencedEvent", "id": "referencedevent", "href": "/graphql/reference/objects#referencedevent" }, { "name": "RemovedFromProjectEvent", "id": "removedfromprojectevent", "href": "/graphql/reference/objects#removedfromprojectevent" }, { "name": "RenamedTitleEvent", "id": "renamedtitleevent", "href": "/graphql/reference/objects#renamedtitleevent" }, { "name": "ReopenedEvent", "id": "reopenedevent", "href": "/graphql/reference/objects#reopenedevent" }, { "name": "SubscribedEvent", "id": "subscribedevent", "href": "/graphql/reference/objects#subscribedevent" }, { "name": "TransferredEvent", "id": "transferredevent", "href": "/graphql/reference/objects#transferredevent" }, { "name": "UnassignedEvent", "id": "unassignedevent", "href": "/graphql/reference/objects#unassignedevent" }, { "name": "UnlabeledEvent", "id": "unlabeledevent", "href": "/graphql/reference/objects#unlabeledevent" }, { "name": "UnlockedEvent", "id": "unlockedevent", "href": "/graphql/reference/objects#unlockedevent" }, { "name": "UnmarkedAsDuplicateEvent", "id": "unmarkedasduplicateevent", "href": "/graphql/reference/objects#unmarkedasduplicateevent" }, { "name": "UnpinnedEvent", "id": "unpinnedevent", "href": "/graphql/reference/objects#unpinnedevent" }, { "name": "UnsubscribedEvent", "id": "unsubscribedevent", "href": "/graphql/reference/objects#unsubscribedevent" }, { "name": "UserBlockedEvent", "id": "userblockedevent", "href": "/graphql/reference/objects#userblockedevent" } ] }, { "name": "MilestoneItem", "kind": "unions", "id": "milestoneitem", "href": "/graphql/reference/unions#milestoneitem", "description": "Types that can be inside a Milestone.
", "possibleTypes": [ { "name": "Issue", "id": "issue", "href": "/graphql/reference/objects#issue" }, { "name": "PullRequest", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "OrgRestoreMemberAuditEntryMembership", "kind": "unions", "id": "orgrestorememberauditentrymembership", "href": "/graphql/reference/unions#orgrestorememberauditentrymembership", "description": "Types of memberships that can be restored for an Organization member.
", "possibleTypes": [ { "name": "OrgRestoreMemberMembershipOrganizationAuditEntryData", "id": "orgrestoremembermembershiporganizationauditentrydata", "href": "/graphql/reference/objects#orgrestoremembermembershiporganizationauditentrydata" }, { "name": "OrgRestoreMemberMembershipRepositoryAuditEntryData", "id": "orgrestoremembermembershiprepositoryauditentrydata", "href": "/graphql/reference/objects#orgrestoremembermembershiprepositoryauditentrydata" }, { "name": "OrgRestoreMemberMembershipTeamAuditEntryData", "id": "orgrestoremembermembershipteamauditentrydata", "href": "/graphql/reference/objects#orgrestoremembermembershipteamauditentrydata" } ] }, { "name": "OrganizationAuditEntry", "kind": "unions", "id": "organizationauditentry", "href": "/graphql/reference/unions#organizationauditentry", "description": "An audit entry in an organization audit log.
", "possibleTypes": [ { "name": "MembersCanDeleteReposClearAuditEntry", "id": "memberscandeletereposclearauditentry", "href": "/graphql/reference/objects#memberscandeletereposclearauditentry" }, { "name": "MembersCanDeleteReposDisableAuditEntry", "id": "memberscandeletereposdisableauditentry", "href": "/graphql/reference/objects#memberscandeletereposdisableauditentry" }, { "name": "MembersCanDeleteReposEnableAuditEntry", "id": "memberscandeletereposenableauditentry", "href": "/graphql/reference/objects#memberscandeletereposenableauditentry" }, { "name": "OauthApplicationCreateAuditEntry", "id": "oauthapplicationcreateauditentry", "href": "/graphql/reference/objects#oauthapplicationcreateauditentry" }, { "name": "OrgAddBillingManagerAuditEntry", "id": "orgaddbillingmanagerauditentry", "href": "/graphql/reference/objects#orgaddbillingmanagerauditentry" }, { "name": "OrgAddMemberAuditEntry", "id": "orgaddmemberauditentry", "href": "/graphql/reference/objects#orgaddmemberauditentry" }, { "name": "OrgBlockUserAuditEntry", "id": "orgblockuserauditentry", "href": "/graphql/reference/objects#orgblockuserauditentry" }, { "name": "OrgConfigDisableCollaboratorsOnlyAuditEntry", "id": "orgconfigdisablecollaboratorsonlyauditentry", "href": "/graphql/reference/objects#orgconfigdisablecollaboratorsonlyauditentry" }, { "name": "OrgConfigEnableCollaboratorsOnlyAuditEntry", "id": "orgconfigenablecollaboratorsonlyauditentry", "href": "/graphql/reference/objects#orgconfigenablecollaboratorsonlyauditentry" }, { "name": "OrgCreateAuditEntry", "id": "orgcreateauditentry", "href": "/graphql/reference/objects#orgcreateauditentry" }, { "name": "OrgDisableOauthAppRestrictionsAuditEntry", "id": "orgdisableoauthapprestrictionsauditentry", "href": "/graphql/reference/objects#orgdisableoauthapprestrictionsauditentry" }, { "name": "OrgDisableSamlAuditEntry", "id": "orgdisablesamlauditentry", "href": "/graphql/reference/objects#orgdisablesamlauditentry" }, { "name": "OrgDisableTwoFactorRequirementAuditEntry", "id": "orgdisabletwofactorrequirementauditentry", "href": "/graphql/reference/objects#orgdisabletwofactorrequirementauditentry" }, { "name": "OrgEnableOauthAppRestrictionsAuditEntry", "id": "orgenableoauthapprestrictionsauditentry", "href": "/graphql/reference/objects#orgenableoauthapprestrictionsauditentry" }, { "name": "OrgEnableSamlAuditEntry", "id": "orgenablesamlauditentry", "href": "/graphql/reference/objects#orgenablesamlauditentry" }, { "name": "OrgEnableTwoFactorRequirementAuditEntry", "id": "orgenabletwofactorrequirementauditentry", "href": "/graphql/reference/objects#orgenabletwofactorrequirementauditentry" }, { "name": "OrgInviteMemberAuditEntry", "id": "orginvitememberauditentry", "href": "/graphql/reference/objects#orginvitememberauditentry" }, { "name": "OrgInviteToBusinessAuditEntry", "id": "orginvitetobusinessauditentry", "href": "/graphql/reference/objects#orginvitetobusinessauditentry" }, { "name": "OrgOauthAppAccessApprovedAuditEntry", "id": "orgoauthappaccessapprovedauditentry", "href": "/graphql/reference/objects#orgoauthappaccessapprovedauditentry" }, { "name": "OrgOauthAppAccessDeniedAuditEntry", "id": "orgoauthappaccessdeniedauditentry", "href": "/graphql/reference/objects#orgoauthappaccessdeniedauditentry" }, { "name": "OrgOauthAppAccessRequestedAuditEntry", "id": "orgoauthappaccessrequestedauditentry", "href": "/graphql/reference/objects#orgoauthappaccessrequestedauditentry" }, { "name": "OrgRemoveBillingManagerAuditEntry", "id": "orgremovebillingmanagerauditentry", "href": "/graphql/reference/objects#orgremovebillingmanagerauditentry" }, { "name": "OrgRemoveMemberAuditEntry", "id": "orgremovememberauditentry", "href": "/graphql/reference/objects#orgremovememberauditentry" }, { "name": "OrgRemoveOutsideCollaboratorAuditEntry", "id": "orgremoveoutsidecollaboratorauditentry", "href": "/graphql/reference/objects#orgremoveoutsidecollaboratorauditentry" }, { "name": "OrgRestoreMemberAuditEntry", "id": "orgrestorememberauditentry", "href": "/graphql/reference/objects#orgrestorememberauditentry" }, { "name": "OrgUnblockUserAuditEntry", "id": "orgunblockuserauditentry", "href": "/graphql/reference/objects#orgunblockuserauditentry" }, { "name": "OrgUpdateDefaultRepositoryPermissionAuditEntry", "id": "orgupdatedefaultrepositorypermissionauditentry", "href": "/graphql/reference/objects#orgupdatedefaultrepositorypermissionauditentry" }, { "name": "OrgUpdateMemberAuditEntry", "id": "orgupdatememberauditentry", "href": "/graphql/reference/objects#orgupdatememberauditentry" }, { "name": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry", "id": "orgupdatememberrepositorycreationpermissionauditentry", "href": "/graphql/reference/objects#orgupdatememberrepositorycreationpermissionauditentry" }, { "name": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry", "id": "orgupdatememberrepositoryinvitationpermissionauditentry", "href": "/graphql/reference/objects#orgupdatememberrepositoryinvitationpermissionauditentry" }, { "name": "PrivateRepositoryForkingDisableAuditEntry", "id": "privaterepositoryforkingdisableauditentry", "href": "/graphql/reference/objects#privaterepositoryforkingdisableauditentry" }, { "name": "PrivateRepositoryForkingEnableAuditEntry", "id": "privaterepositoryforkingenableauditentry", "href": "/graphql/reference/objects#privaterepositoryforkingenableauditentry" }, { "name": "RepoAccessAuditEntry", "id": "repoaccessauditentry", "href": "/graphql/reference/objects#repoaccessauditentry" }, { "name": "RepoAddMemberAuditEntry", "id": "repoaddmemberauditentry", "href": "/graphql/reference/objects#repoaddmemberauditentry" }, { "name": "RepoAddTopicAuditEntry", "id": "repoaddtopicauditentry", "href": "/graphql/reference/objects#repoaddtopicauditentry" }, { "name": "RepoArchivedAuditEntry", "id": "repoarchivedauditentry", "href": "/graphql/reference/objects#repoarchivedauditentry" }, { "name": "RepoChangeMergeSettingAuditEntry", "id": "repochangemergesettingauditentry", "href": "/graphql/reference/objects#repochangemergesettingauditentry" }, { "name": "RepoConfigDisableAnonymousGitAccessAuditEntry", "id": "repoconfigdisableanonymousgitaccessauditentry", "href": "/graphql/reference/objects#repoconfigdisableanonymousgitaccessauditentry" }, { "name": "RepoConfigDisableCollaboratorsOnlyAuditEntry", "id": "repoconfigdisablecollaboratorsonlyauditentry", "href": "/graphql/reference/objects#repoconfigdisablecollaboratorsonlyauditentry" }, { "name": "RepoConfigDisableContributorsOnlyAuditEntry", "id": "repoconfigdisablecontributorsonlyauditentry", "href": "/graphql/reference/objects#repoconfigdisablecontributorsonlyauditentry" }, { "name": "RepoConfigDisableSockpuppetDisallowedAuditEntry", "id": "repoconfigdisablesockpuppetdisallowedauditentry", "href": "/graphql/reference/objects#repoconfigdisablesockpuppetdisallowedauditentry" }, { "name": "RepoConfigEnableAnonymousGitAccessAuditEntry", "id": "repoconfigenableanonymousgitaccessauditentry", "href": "/graphql/reference/objects#repoconfigenableanonymousgitaccessauditentry" }, { "name": "RepoConfigEnableCollaboratorsOnlyAuditEntry", "id": "repoconfigenablecollaboratorsonlyauditentry", "href": "/graphql/reference/objects#repoconfigenablecollaboratorsonlyauditentry" }, { "name": "RepoConfigEnableContributorsOnlyAuditEntry", "id": "repoconfigenablecontributorsonlyauditentry", "href": "/graphql/reference/objects#repoconfigenablecontributorsonlyauditentry" }, { "name": "RepoConfigEnableSockpuppetDisallowedAuditEntry", "id": "repoconfigenablesockpuppetdisallowedauditentry", "href": "/graphql/reference/objects#repoconfigenablesockpuppetdisallowedauditentry" }, { "name": "RepoConfigLockAnonymousGitAccessAuditEntry", "id": "repoconfiglockanonymousgitaccessauditentry", "href": "/graphql/reference/objects#repoconfiglockanonymousgitaccessauditentry" }, { "name": "RepoConfigUnlockAnonymousGitAccessAuditEntry", "id": "repoconfigunlockanonymousgitaccessauditentry", "href": "/graphql/reference/objects#repoconfigunlockanonymousgitaccessauditentry" }, { "name": "RepoCreateAuditEntry", "id": "repocreateauditentry", "href": "/graphql/reference/objects#repocreateauditentry" }, { "name": "RepoDestroyAuditEntry", "id": "repodestroyauditentry", "href": "/graphql/reference/objects#repodestroyauditentry" }, { "name": "RepoRemoveMemberAuditEntry", "id": "reporemovememberauditentry", "href": "/graphql/reference/objects#reporemovememberauditentry" }, { "name": "RepoRemoveTopicAuditEntry", "id": "reporemovetopicauditentry", "href": "/graphql/reference/objects#reporemovetopicauditentry" }, { "name": "RepositoryVisibilityChangeDisableAuditEntry", "id": "repositoryvisibilitychangedisableauditentry", "href": "/graphql/reference/objects#repositoryvisibilitychangedisableauditentry" }, { "name": "RepositoryVisibilityChangeEnableAuditEntry", "id": "repositoryvisibilitychangeenableauditentry", "href": "/graphql/reference/objects#repositoryvisibilitychangeenableauditentry" }, { "name": "TeamAddMemberAuditEntry", "id": "teamaddmemberauditentry", "href": "/graphql/reference/objects#teamaddmemberauditentry" }, { "name": "TeamAddRepositoryAuditEntry", "id": "teamaddrepositoryauditentry", "href": "/graphql/reference/objects#teamaddrepositoryauditentry" }, { "name": "TeamChangeParentTeamAuditEntry", "id": "teamchangeparentteamauditentry", "href": "/graphql/reference/objects#teamchangeparentteamauditentry" }, { "name": "TeamRemoveMemberAuditEntry", "id": "teamremovememberauditentry", "href": "/graphql/reference/objects#teamremovememberauditentry" }, { "name": "TeamRemoveRepositoryAuditEntry", "id": "teamremoverepositoryauditentry", "href": "/graphql/reference/objects#teamremoverepositoryauditentry" } ] }, { "name": "OrganizationOrUser", "kind": "unions", "id": "organizationoruser", "href": "/graphql/reference/unions#organizationoruser", "description": "Used for argument of CreateProjectV2 mutation.
", "possibleTypes": [ { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "PermissionGranter", "kind": "unions", "id": "permissiongranter", "href": "/graphql/reference/unions#permissiongranter", "description": "Types that can grant permissions on a repository to a user.
", "possibleTypes": [ { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" }, { "name": "Repository", "id": "repository", "href": "/graphql/reference/objects#repository" }, { "name": "Team", "id": "team", "href": "/graphql/reference/objects#team" } ] }, { "name": "PinnableItem", "kind": "unions", "id": "pinnableitem", "href": "/graphql/reference/unions#pinnableitem", "description": "Types that can be pinned to a profile page.
", "possibleTypes": [ { "name": "Gist", "id": "gist", "href": "/graphql/reference/objects#gist" }, { "name": "Repository", "id": "repository", "href": "/graphql/reference/objects#repository" } ] }, { "name": "ProjectCardItem", "kind": "unions", "id": "projectcarditem", "href": "/graphql/reference/unions#projectcarditem", "description": "Types that can be inside Project Cards.
", "possibleTypes": [ { "name": "Issue", "id": "issue", "href": "/graphql/reference/objects#issue" }, { "name": "PullRequest", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "ProjectNextItemContent", "kind": "unions", "id": "projectnextitemcontent", "href": "/graphql/reference/unions#projectnextitemcontent", "description": "Types that can be inside Project Items.
", "possibleTypes": [ { "name": "DraftIssue", "id": "draftissue", "href": "/graphql/reference/objects#draftissue" }, { "name": "Issue", "id": "issue", "href": "/graphql/reference/objects#issue" }, { "name": "PullRequest", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "ProjectV2FieldConfiguration", "kind": "unions", "id": "projectv2fieldconfiguration", "href": "/graphql/reference/unions#projectv2fieldconfiguration", "description": "Configurations for project fields.
", "possibleTypes": [ { "name": "ProjectV2Field", "id": "projectv2field", "href": "/graphql/reference/objects#projectv2field" }, { "name": "ProjectV2IterationField", "id": "projectv2iterationfield", "href": "/graphql/reference/objects#projectv2iterationfield" }, { "name": "ProjectV2SingleSelectField", "id": "projectv2singleselectfield", "href": "/graphql/reference/objects#projectv2singleselectfield" } ] }, { "name": "ProjectV2ItemContent", "kind": "unions", "id": "projectv2itemcontent", "href": "/graphql/reference/unions#projectv2itemcontent", "description": "Types that can be inside Project Items.
", "possibleTypes": [ { "name": "DraftIssue", "id": "draftissue", "href": "/graphql/reference/objects#draftissue" }, { "name": "Issue", "id": "issue", "href": "/graphql/reference/objects#issue" }, { "name": "PullRequest", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "ProjectV2ItemFieldValue", "kind": "unions", "id": "projectv2itemfieldvalue", "href": "/graphql/reference/unions#projectv2itemfieldvalue", "description": "Project field values.
", "possibleTypes": [ { "name": "ProjectV2ItemFieldDateValue", "id": "projectv2itemfielddatevalue", "href": "/graphql/reference/objects#projectv2itemfielddatevalue" }, { "name": "ProjectV2ItemFieldIterationValue", "id": "projectv2itemfielditerationvalue", "href": "/graphql/reference/objects#projectv2itemfielditerationvalue" }, { "name": "ProjectV2ItemFieldLabelValue", "id": "projectv2itemfieldlabelvalue", "href": "/graphql/reference/objects#projectv2itemfieldlabelvalue" }, { "name": "ProjectV2ItemFieldMilestoneValue", "id": "projectv2itemfieldmilestonevalue", "href": "/graphql/reference/objects#projectv2itemfieldmilestonevalue" }, { "name": "ProjectV2ItemFieldNumberValue", "id": "projectv2itemfieldnumbervalue", "href": "/graphql/reference/objects#projectv2itemfieldnumbervalue" }, { "name": "ProjectV2ItemFieldPullRequestValue", "id": "projectv2itemfieldpullrequestvalue", "href": "/graphql/reference/objects#projectv2itemfieldpullrequestvalue" }, { "name": "ProjectV2ItemFieldRepositoryValue", "id": "projectv2itemfieldrepositoryvalue", "href": "/graphql/reference/objects#projectv2itemfieldrepositoryvalue" }, { "name": "ProjectV2ItemFieldReviewerValue", "id": "projectv2itemfieldreviewervalue", "href": "/graphql/reference/objects#projectv2itemfieldreviewervalue" }, { "name": "ProjectV2ItemFieldSingleSelectValue", "id": "projectv2itemfieldsingleselectvalue", "href": "/graphql/reference/objects#projectv2itemfieldsingleselectvalue" }, { "name": "ProjectV2ItemFieldTextValue", "id": "projectv2itemfieldtextvalue", "href": "/graphql/reference/objects#projectv2itemfieldtextvalue" }, { "name": "ProjectV2ItemFieldUserValue", "id": "projectv2itemfielduservalue", "href": "/graphql/reference/objects#projectv2itemfielduservalue" } ] }, { "name": "PullRequestTimelineItem", "kind": "unions", "id": "pullrequesttimelineitem", "href": "/graphql/reference/unions#pullrequesttimelineitem", "description": "An item in a pull request timeline.
", "possibleTypes": [ { "name": "AssignedEvent", "id": "assignedevent", "href": "/graphql/reference/objects#assignedevent" }, { "name": "BaseRefDeletedEvent", "id": "baserefdeletedevent", "href": "/graphql/reference/objects#baserefdeletedevent" }, { "name": "BaseRefForcePushedEvent", "id": "baserefforcepushedevent", "href": "/graphql/reference/objects#baserefforcepushedevent" }, { "name": "ClosedEvent", "id": "closedevent", "href": "/graphql/reference/objects#closedevent" }, { "name": "Commit", "id": "commit", "href": "/graphql/reference/objects#commit" }, { "name": "CommitCommentThread", "id": "commitcommentthread", "href": "/graphql/reference/objects#commitcommentthread" }, { "name": "CrossReferencedEvent", "id": "crossreferencedevent", "href": "/graphql/reference/objects#crossreferencedevent" }, { "name": "DemilestonedEvent", "id": "demilestonedevent", "href": "/graphql/reference/objects#demilestonedevent" }, { "name": "DeployedEvent", "id": "deployedevent", "href": "/graphql/reference/objects#deployedevent" }, { "name": "DeploymentEnvironmentChangedEvent", "id": "deploymentenvironmentchangedevent", "href": "/graphql/reference/objects#deploymentenvironmentchangedevent" }, { "name": "HeadRefDeletedEvent", "id": "headrefdeletedevent", "href": "/graphql/reference/objects#headrefdeletedevent" }, { "name": "HeadRefForcePushedEvent", "id": "headrefforcepushedevent", "href": "/graphql/reference/objects#headrefforcepushedevent" }, { "name": "HeadRefRestoredEvent", "id": "headrefrestoredevent", "href": "/graphql/reference/objects#headrefrestoredevent" }, { "name": "IssueComment", "id": "issuecomment", "href": "/graphql/reference/objects#issuecomment" }, { "name": "LabeledEvent", "id": "labeledevent", "href": "/graphql/reference/objects#labeledevent" }, { "name": "LockedEvent", "id": "lockedevent", "href": "/graphql/reference/objects#lockedevent" }, { "name": "MergedEvent", "id": "mergedevent", "href": "/graphql/reference/objects#mergedevent" }, { "name": "MilestonedEvent", "id": "milestonedevent", "href": "/graphql/reference/objects#milestonedevent" }, { "name": "PullRequestReview", "id": "pullrequestreview", "href": "/graphql/reference/objects#pullrequestreview" }, { "name": "PullRequestReviewComment", "id": "pullrequestreviewcomment", "href": "/graphql/reference/objects#pullrequestreviewcomment" }, { "name": "PullRequestReviewThread", "id": "pullrequestreviewthread", "href": "/graphql/reference/objects#pullrequestreviewthread" }, { "name": "ReferencedEvent", "id": "referencedevent", "href": "/graphql/reference/objects#referencedevent" }, { "name": "RenamedTitleEvent", "id": "renamedtitleevent", "href": "/graphql/reference/objects#renamedtitleevent" }, { "name": "ReopenedEvent", "id": "reopenedevent", "href": "/graphql/reference/objects#reopenedevent" }, { "name": "ReviewDismissedEvent", "id": "reviewdismissedevent", "href": "/graphql/reference/objects#reviewdismissedevent" }, { "name": "ReviewRequestRemovedEvent", "id": "reviewrequestremovedevent", "href": "/graphql/reference/objects#reviewrequestremovedevent" }, { "name": "ReviewRequestedEvent", "id": "reviewrequestedevent", "href": "/graphql/reference/objects#reviewrequestedevent" }, { "name": "SubscribedEvent", "id": "subscribedevent", "href": "/graphql/reference/objects#subscribedevent" }, { "name": "UnassignedEvent", "id": "unassignedevent", "href": "/graphql/reference/objects#unassignedevent" }, { "name": "UnlabeledEvent", "id": "unlabeledevent", "href": "/graphql/reference/objects#unlabeledevent" }, { "name": "UnlockedEvent", "id": "unlockedevent", "href": "/graphql/reference/objects#unlockedevent" }, { "name": "UnsubscribedEvent", "id": "unsubscribedevent", "href": "/graphql/reference/objects#unsubscribedevent" }, { "name": "UserBlockedEvent", "id": "userblockedevent", "href": "/graphql/reference/objects#userblockedevent" } ] }, { "name": "PullRequestTimelineItems", "kind": "unions", "id": "pullrequesttimelineitems", "href": "/graphql/reference/unions#pullrequesttimelineitems", "description": "An item in a pull request timeline.
", "possibleTypes": [ { "name": "AddedToProjectEvent", "id": "addedtoprojectevent", "href": "/graphql/reference/objects#addedtoprojectevent" }, { "name": "AssignedEvent", "id": "assignedevent", "href": "/graphql/reference/objects#assignedevent" }, { "name": "AutoMergeDisabledEvent", "id": "automergedisabledevent", "href": "/graphql/reference/objects#automergedisabledevent" }, { "name": "AutoMergeEnabledEvent", "id": "automergeenabledevent", "href": "/graphql/reference/objects#automergeenabledevent" }, { "name": "AutoRebaseEnabledEvent", "id": "autorebaseenabledevent", "href": "/graphql/reference/objects#autorebaseenabledevent" }, { "name": "AutoSquashEnabledEvent", "id": "autosquashenabledevent", "href": "/graphql/reference/objects#autosquashenabledevent" }, { "name": "AutomaticBaseChangeFailedEvent", "id": "automaticbasechangefailedevent", "href": "/graphql/reference/objects#automaticbasechangefailedevent" }, { "name": "AutomaticBaseChangeSucceededEvent", "id": "automaticbasechangesucceededevent", "href": "/graphql/reference/objects#automaticbasechangesucceededevent" }, { "name": "BaseRefChangedEvent", "id": "baserefchangedevent", "href": "/graphql/reference/objects#baserefchangedevent" }, { "name": "BaseRefDeletedEvent", "id": "baserefdeletedevent", "href": "/graphql/reference/objects#baserefdeletedevent" }, { "name": "BaseRefForcePushedEvent", "id": "baserefforcepushedevent", "href": "/graphql/reference/objects#baserefforcepushedevent" }, { "name": "ClosedEvent", "id": "closedevent", "href": "/graphql/reference/objects#closedevent" }, { "name": "CommentDeletedEvent", "id": "commentdeletedevent", "href": "/graphql/reference/objects#commentdeletedevent" }, { "name": "ConnectedEvent", "id": "connectedevent", "href": "/graphql/reference/objects#connectedevent" }, { "name": "ConvertToDraftEvent", "id": "converttodraftevent", "href": "/graphql/reference/objects#converttodraftevent" }, { "name": "ConvertedNoteToIssueEvent", "id": "convertednotetoissueevent", "href": "/graphql/reference/objects#convertednotetoissueevent" }, { "name": "ConvertedToDiscussionEvent", "id": "convertedtodiscussionevent", "href": "/graphql/reference/objects#convertedtodiscussionevent" }, { "name": "CrossReferencedEvent", "id": "crossreferencedevent", "href": "/graphql/reference/objects#crossreferencedevent" }, { "name": "DemilestonedEvent", "id": "demilestonedevent", "href": "/graphql/reference/objects#demilestonedevent" }, { "name": "DeployedEvent", "id": "deployedevent", "href": "/graphql/reference/objects#deployedevent" }, { "name": "DeploymentEnvironmentChangedEvent", "id": "deploymentenvironmentchangedevent", "href": "/graphql/reference/objects#deploymentenvironmentchangedevent" }, { "name": "DisconnectedEvent", "id": "disconnectedevent", "href": "/graphql/reference/objects#disconnectedevent" }, { "name": "HeadRefDeletedEvent", "id": "headrefdeletedevent", "href": "/graphql/reference/objects#headrefdeletedevent" }, { "name": "HeadRefForcePushedEvent", "id": "headrefforcepushedevent", "href": "/graphql/reference/objects#headrefforcepushedevent" }, { "name": "HeadRefRestoredEvent", "id": "headrefrestoredevent", "href": "/graphql/reference/objects#headrefrestoredevent" }, { "name": "IssueComment", "id": "issuecomment", "href": "/graphql/reference/objects#issuecomment" }, { "name": "LabeledEvent", "id": "labeledevent", "href": "/graphql/reference/objects#labeledevent" }, { "name": "LockedEvent", "id": "lockedevent", "href": "/graphql/reference/objects#lockedevent" }, { "name": "MarkedAsDuplicateEvent", "id": "markedasduplicateevent", "href": "/graphql/reference/objects#markedasduplicateevent" }, { "name": "MentionedEvent", "id": "mentionedevent", "href": "/graphql/reference/objects#mentionedevent" }, { "name": "MergedEvent", "id": "mergedevent", "href": "/graphql/reference/objects#mergedevent" }, { "name": "MilestonedEvent", "id": "milestonedevent", "href": "/graphql/reference/objects#milestonedevent" }, { "name": "MovedColumnsInProjectEvent", "id": "movedcolumnsinprojectevent", "href": "/graphql/reference/objects#movedcolumnsinprojectevent" }, { "name": "PinnedEvent", "id": "pinnedevent", "href": "/graphql/reference/objects#pinnedevent" }, { "name": "PullRequestCommit", "id": "pullrequestcommit", "href": "/graphql/reference/objects#pullrequestcommit" }, { "name": "PullRequestCommitCommentThread", "id": "pullrequestcommitcommentthread", "href": "/graphql/reference/objects#pullrequestcommitcommentthread" }, { "name": "PullRequestReview", "id": "pullrequestreview", "href": "/graphql/reference/objects#pullrequestreview" }, { "name": "PullRequestReviewThread", "id": "pullrequestreviewthread", "href": "/graphql/reference/objects#pullrequestreviewthread" }, { "name": "PullRequestRevisionMarker", "id": "pullrequestrevisionmarker", "href": "/graphql/reference/objects#pullrequestrevisionmarker" }, { "name": "ReadyForReviewEvent", "id": "readyforreviewevent", "href": "/graphql/reference/objects#readyforreviewevent" }, { "name": "ReferencedEvent", "id": "referencedevent", "href": "/graphql/reference/objects#referencedevent" }, { "name": "RemovedFromProjectEvent", "id": "removedfromprojectevent", "href": "/graphql/reference/objects#removedfromprojectevent" }, { "name": "RenamedTitleEvent", "id": "renamedtitleevent", "href": "/graphql/reference/objects#renamedtitleevent" }, { "name": "ReopenedEvent", "id": "reopenedevent", "href": "/graphql/reference/objects#reopenedevent" }, { "name": "ReviewDismissedEvent", "id": "reviewdismissedevent", "href": "/graphql/reference/objects#reviewdismissedevent" }, { "name": "ReviewRequestRemovedEvent", "id": "reviewrequestremovedevent", "href": "/graphql/reference/objects#reviewrequestremovedevent" }, { "name": "ReviewRequestedEvent", "id": "reviewrequestedevent", "href": "/graphql/reference/objects#reviewrequestedevent" }, { "name": "SubscribedEvent", "id": "subscribedevent", "href": "/graphql/reference/objects#subscribedevent" }, { "name": "TransferredEvent", "id": "transferredevent", "href": "/graphql/reference/objects#transferredevent" }, { "name": "UnassignedEvent", "id": "unassignedevent", "href": "/graphql/reference/objects#unassignedevent" }, { "name": "UnlabeledEvent", "id": "unlabeledevent", "href": "/graphql/reference/objects#unlabeledevent" }, { "name": "UnlockedEvent", "id": "unlockedevent", "href": "/graphql/reference/objects#unlockedevent" }, { "name": "UnmarkedAsDuplicateEvent", "id": "unmarkedasduplicateevent", "href": "/graphql/reference/objects#unmarkedasduplicateevent" }, { "name": "UnpinnedEvent", "id": "unpinnedevent", "href": "/graphql/reference/objects#unpinnedevent" }, { "name": "UnsubscribedEvent", "id": "unsubscribedevent", "href": "/graphql/reference/objects#unsubscribedevent" }, { "name": "UserBlockedEvent", "id": "userblockedevent", "href": "/graphql/reference/objects#userblockedevent" } ] }, { "name": "PushAllowanceActor", "kind": "unions", "id": "pushallowanceactor", "href": "/graphql/reference/unions#pushallowanceactor", "description": "Types that can be an actor.
", "possibleTypes": [ { "name": "App", "id": "app", "href": "/graphql/reference/objects#app" }, { "name": "Team", "id": "team", "href": "/graphql/reference/objects#team" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "Reactor", "kind": "unions", "id": "reactor", "href": "/graphql/reference/unions#reactor", "description": "Types that can be assigned to reactions.
", "possibleTypes": [ { "name": "Bot", "id": "bot", "href": "/graphql/reference/objects#bot" }, { "name": "Mannequin", "id": "mannequin", "href": "/graphql/reference/objects#mannequin" }, { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "ReferencedSubject", "kind": "unions", "id": "referencedsubject", "href": "/graphql/reference/unions#referencedsubject", "description": "Any referencable object.
", "possibleTypes": [ { "name": "Issue", "id": "issue", "href": "/graphql/reference/objects#issue" }, { "name": "PullRequest", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "RenamedTitleSubject", "kind": "unions", "id": "renamedtitlesubject", "href": "/graphql/reference/unions#renamedtitlesubject", "description": "An object which has a renamable title.
", "possibleTypes": [ { "name": "Issue", "id": "issue", "href": "/graphql/reference/objects#issue" }, { "name": "PullRequest", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest" } ] }, { "name": "RequestedReviewer", "kind": "unions", "id": "requestedreviewer", "href": "/graphql/reference/unions#requestedreviewer", "description": "Types that can be requested reviewers.
", "possibleTypes": [ { "name": "Mannequin", "id": "mannequin", "href": "/graphql/reference/objects#mannequin" }, { "name": "Team", "id": "team", "href": "/graphql/reference/objects#team" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "ReviewDismissalAllowanceActor", "kind": "unions", "id": "reviewdismissalallowanceactor", "href": "/graphql/reference/unions#reviewdismissalallowanceactor", "description": "Types that can be an actor.
", "possibleTypes": [ { "name": "App", "id": "app", "href": "/graphql/reference/objects#app" }, { "name": "Team", "id": "team", "href": "/graphql/reference/objects#team" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "SearchResultItem", "kind": "unions", "id": "searchresultitem", "href": "/graphql/reference/unions#searchresultitem", "description": "The results of a search.
", "possibleTypes": [ { "name": "App", "id": "app", "href": "/graphql/reference/objects#app" }, { "name": "Discussion", "id": "discussion", "href": "/graphql/reference/objects#discussion" }, { "name": "Issue", "id": "issue", "href": "/graphql/reference/objects#issue" }, { "name": "MarketplaceListing", "id": "marketplacelisting", "href": "/graphql/reference/objects#marketplacelisting" }, { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" }, { "name": "PullRequest", "id": "pullrequest", "href": "/graphql/reference/objects#pullrequest" }, { "name": "Repository", "id": "repository", "href": "/graphql/reference/objects#repository" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "Sponsor", "kind": "unions", "id": "sponsor", "href": "/graphql/reference/unions#sponsor", "description": "Entities that can sponsor others via GitHub Sponsors.
", "possibleTypes": [ { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "SponsorableItem", "kind": "unions", "id": "sponsorableitem", "href": "/graphql/reference/unions#sponsorableitem", "description": "Entities that can be sponsored via GitHub Sponsors.
", "possibleTypes": [ { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" }, { "name": "User", "id": "user", "href": "/graphql/reference/objects#user" } ] }, { "name": "StatusCheckRollupContext", "kind": "unions", "id": "statuscheckrollupcontext", "href": "/graphql/reference/unions#statuscheckrollupcontext", "description": "Types that can be inside a StatusCheckRollup context.
", "possibleTypes": [ { "name": "CheckRun", "id": "checkrun", "href": "/graphql/reference/objects#checkrun" }, { "name": "StatusContext", "id": "statuscontext", "href": "/graphql/reference/objects#statuscontext" } ] }, { "name": "VerifiableDomainOwner", "kind": "unions", "id": "verifiabledomainowner", "href": "/graphql/reference/unions#verifiabledomainowner", "description": "Types that can own a verifiable domain.
", "possibleTypes": [ { "name": "Enterprise", "id": "enterprise", "href": "/graphql/reference/objects#enterprise" }, { "name": "Organization", "id": "organization", "href": "/graphql/reference/objects#organization" } ] } ], "inputObjects": [ { "name": "AbortQueuedMigrationsInput", "kind": "inputObjects", "id": "abortqueuedmigrationsinput", "href": "/graphql/reference/input-objects#abortqueuedmigrationsinput", "description": "Autogenerated input type of AbortQueuedMigrations.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the organization that is running the migrations.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AcceptEnterpriseAdministratorInvitationInput", "kind": "inputObjects", "id": "acceptenterpriseadministratorinvitationinput", "href": "/graphql/reference/input-objects#acceptenterpriseadministratorinvitationinput", "description": "Autogenerated input type of AcceptEnterpriseAdministratorInvitation.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "invitationId", "description": "The id of the invitation being accepted.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AcceptTopicSuggestionInput", "kind": "inputObjects", "id": "accepttopicsuggestioninput", "href": "/graphql/reference/input-objects#accepttopicsuggestioninput", "description": "Autogenerated input type of AcceptTopicSuggestion.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the suggested topic.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddAssigneesToAssignableInput", "kind": "inputObjects", "id": "addassigneestoassignableinput", "href": "/graphql/reference/input-objects#addassigneestoassignableinput", "description": "Autogenerated input type of AddAssigneesToAssignable.
", "inputFields": [ { "name": "assignableId", "description": "The id of the assignable object to add assignees to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "assigneeIds", "description": "The id of users to add as assignees.
", "type": "[ID!]!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "AddCommentInput", "kind": "inputObjects", "id": "addcommentinput", "href": "/graphql/reference/input-objects#addcommentinput", "description": "Autogenerated input type of AddComment.
", "inputFields": [ { "name": "body", "description": "The contents of the comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "subjectId", "description": "The Node ID of the subject to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddDiscussionCommentInput", "kind": "inputObjects", "id": "adddiscussioncommentinput", "href": "/graphql/reference/input-objects#adddiscussioncommentinput", "description": "Autogenerated input type of AddDiscussionComment.
", "inputFields": [ { "name": "body", "description": "The contents of the comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "discussionId", "description": "The Node ID of the discussion to comment on.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "replyToId", "description": "The Node ID of the discussion comment within this discussion to reply to.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddDiscussionPollVoteInput", "kind": "inputObjects", "id": "adddiscussionpollvoteinput", "href": "/graphql/reference/input-objects#adddiscussionpollvoteinput", "description": "Autogenerated input type of AddDiscussionPollVote.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pollOptionId", "description": "The Node ID of the discussion poll option to vote for.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddEnterpriseSupportEntitlementInput", "kind": "inputObjects", "id": "addenterprisesupportentitlementinput", "href": "/graphql/reference/input-objects#addenterprisesupportentitlementinput", "description": "Autogenerated input type of AddEnterpriseSupportEntitlement.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the Enterprise which the admin belongs to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "login", "description": "The login of a member who will receive the support entitlement.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "AddLabelsToLabelableInput", "kind": "inputObjects", "id": "addlabelstolabelableinput", "href": "/graphql/reference/input-objects#addlabelstolabelableinput", "description": "Autogenerated input type of AddLabelsToLabelable.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "labelIds", "description": "The ids of the labels to add.
", "type": "[ID!]!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "labelableId", "description": "The id of the labelable object to add labels to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddProjectCardInput", "kind": "inputObjects", "id": "addprojectcardinput", "href": "/graphql/reference/input-objects#addprojectcardinput", "description": "Autogenerated input type of AddProjectCard.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "contentId", "description": "The content of the card. Must be a member of the ProjectCardItem union.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "note", "description": "The note on the card.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectColumnId", "description": "The Node ID of the ProjectColumn.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddProjectColumnInput", "kind": "inputObjects", "id": "addprojectcolumninput", "href": "/graphql/reference/input-objects#addprojectcolumninput", "description": "Autogenerated input type of AddProjectColumn.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the column.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectId", "description": "The Node ID of the project.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddProjectDraftIssueInput", "kind": "inputObjects", "id": "addprojectdraftissueinput", "href": "/graphql/reference/input-objects#addprojectdraftissueinput", "description": "Autogenerated input type of AddProjectDraftIssue.
", "inputFields": [ { "name": "assigneeIds", "description": "The IDs of the assignees of the draft issue.
\nUpcoming Change on 2023-01-01 UTC\nDescription: assigneeIds will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
The body of the draft issue.
\nUpcoming Change on 2023-01-01 UTC\nDescription: body will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectId", "description": "The ID of the Project to add the draft issue to. This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: projectId will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
The title of the draft issue. This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: title will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Autogenerated input type of AddProjectNextItem.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "contentId", "description": "The content id of the item (Issue or PullRequest). This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: contentId will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
The ID of the Project to add the item to. This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: projectId will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Autogenerated input type of AddProjectV2DraftIssue.
", "inputFields": [ { "name": "assigneeIds", "description": "The IDs of the assignees of the draft issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "body", "description": "The body of the draft issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectId", "description": "The ID of the Project to add the draft issue to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title of the draft issue.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "AddProjectV2ItemByIdInput", "kind": "inputObjects", "id": "addprojectv2itembyidinput", "href": "/graphql/reference/input-objects#addprojectv2itembyidinput", "description": "Autogenerated input type of AddProjectV2ItemById.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "contentId", "description": "The id of the Issue or Pull Request to add.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "projectId", "description": "The ID of the Project to add the item to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddPullRequestReviewCommentInput", "kind": "inputObjects", "id": "addpullrequestreviewcommentinput", "href": "/graphql/reference/input-objects#addpullrequestreviewcommentinput", "description": "Autogenerated input type of AddPullRequestReviewComment.
", "inputFields": [ { "name": "body", "description": "The text of the comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitOID", "description": "The SHA of the commit to comment on.
", "type": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "inReplyTo", "description": "The comment id to reply to.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "path", "description": "The relative path of the file to comment on.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "position", "description": "The line index in the diff to comment on.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "pullRequestId", "description": "The node ID of the pull request reviewing.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "pullRequestReviewId", "description": "The Node ID of the review to modify.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddPullRequestReviewInput", "kind": "inputObjects", "id": "addpullrequestreviewinput", "href": "/graphql/reference/input-objects#addpullrequestreviewinput", "description": "Autogenerated input type of AddPullRequestReview.
", "inputFields": [ { "name": "body", "description": "The contents of the review body comment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "comments", "description": "The review line comments.
", "type": "[DraftPullRequestReviewComment]", "id": "draftpullrequestreviewcomment", "kind": "input-objects", "href": "/graphql/reference/input-objects#draftpullrequestreviewcomment" }, { "name": "commitOID", "description": "The commit OID the review pertains to.
", "type": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "event", "description": "The event to perform on the pull request review.
", "type": "PullRequestReviewEvent", "id": "pullrequestreviewevent", "kind": "enums", "href": "/graphql/reference/enums#pullrequestreviewevent" }, { "name": "pullRequestId", "description": "The Node ID of the pull request to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "threads", "description": "The review line comment threads.
", "type": "[DraftPullRequestReviewThread]", "id": "draftpullrequestreviewthread", "kind": "input-objects", "href": "/graphql/reference/input-objects#draftpullrequestreviewthread" } ] }, { "name": "AddPullRequestReviewThreadInput", "kind": "inputObjects", "id": "addpullrequestreviewthreadinput", "href": "/graphql/reference/input-objects#addpullrequestreviewthreadinput", "description": "Autogenerated input type of AddPullRequestReviewThread.
", "inputFields": [ { "name": "body", "description": "Body of the thread's first comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "line", "description": "The line of the blob to which the thread refers. The end of the line range for multi-line comments.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "path", "description": "Path to the file being commented on.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "The node ID of the pull request reviewing.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "pullRequestReviewId", "description": "The Node ID of the review to modify.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "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": "DiffSide", "id": "diffside", "kind": "enums", "href": "/graphql/reference/enums#diffside" }, { "name": "startLine", "description": "The first line of the range to which the comment refers.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "startSide", "description": "The side of the diff on which the start line resides.
", "type": "DiffSide", "id": "diffside", "kind": "enums", "href": "/graphql/reference/enums#diffside" } ] }, { "name": "AddReactionInput", "kind": "inputObjects", "id": "addreactioninput", "href": "/graphql/reference/input-objects#addreactioninput", "description": "Autogenerated input type of AddReaction.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "content", "description": "The name of the emoji to react with.
", "type": "ReactionContent!", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" }, { "name": "subjectId", "description": "The Node ID of the subject to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddStarInput", "kind": "inputObjects", "id": "addstarinput", "href": "/graphql/reference/input-objects#addstarinput", "description": "Autogenerated input type of AddStar.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "starrableId", "description": "The Starrable ID to star.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddUpvoteInput", "kind": "inputObjects", "id": "addupvoteinput", "href": "/graphql/reference/input-objects#addupvoteinput", "description": "Autogenerated input type of AddUpvote.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "subjectId", "description": "The Node ID of the discussion or comment to upvote.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AddVerifiableDomainInput", "kind": "inputObjects", "id": "addverifiabledomaininput", "href": "/graphql/reference/input-objects#addverifiabledomaininput", "description": "Autogenerated input type of AddVerifiableDomain.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "domain", "description": "The URL of the domain.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "ownerId", "description": "The ID of the owner to add the domain to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ApproveDeploymentsInput", "kind": "inputObjects", "id": "approvedeploymentsinput", "href": "/graphql/reference/input-objects#approvedeploymentsinput", "description": "Autogenerated input type of ApproveDeployments.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "comment", "description": "Optional comment for approving deployments.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "environmentIds", "description": "The ids of environments to reject deployments.
", "type": "[ID!]!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "workflowRunId", "description": "The node ID of the workflow run containing the pending deployments.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ApproveVerifiableDomainInput", "kind": "inputObjects", "id": "approveverifiabledomaininput", "href": "/graphql/reference/input-objects#approveverifiabledomaininput", "description": "Autogenerated input type of ApproveVerifiableDomain.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the verifiable domain to approve.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ArchiveRepositoryInput", "kind": "inputObjects", "id": "archiverepositoryinput", "href": "/graphql/reference/input-objects#archiverepositoryinput", "description": "Autogenerated input type of ArchiveRepository.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The ID of the repository to mark as archived.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "AuditLogOrder", "kind": "inputObjects", "id": "auditlogorder", "href": "/graphql/reference/input-objects#auditlogorder", "description": "Ordering options for Audit Log connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order Audit Logs by.
", "type": "AuditLogOrderField", "id": "auditlogorderfield", "kind": "enums", "href": "/graphql/reference/enums#auditlogorderfield" } ] }, { "name": "CancelEnterpriseAdminInvitationInput", "kind": "inputObjects", "id": "cancelenterpriseadmininvitationinput", "href": "/graphql/reference/input-objects#cancelenterpriseadmininvitationinput", "description": "Autogenerated input type of CancelEnterpriseAdminInvitation.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "invitationId", "description": "The Node ID of the pending enterprise administrator invitation.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CancelSponsorshipInput", "kind": "inputObjects", "id": "cancelsponsorshipinput", "href": "/graphql/reference/input-objects#cancelsponsorshipinput", "description": "Autogenerated input type of CancelSponsorship.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sponsorId", "description": "The ID of the user or organization who is acting as the sponsor, paying for\nthe sponsorship. Required if sponsorLogin is not given.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "sponsorLogin", "description": "The username of the user or organization who is acting as the sponsor, paying\nfor the sponsorship. Required if sponsorId is not given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sponsorableId", "description": "The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "sponsorableLogin", "description": "The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ChangeUserStatusInput", "kind": "inputObjects", "id": "changeuserstatusinput", "href": "/graphql/reference/input-objects#changeuserstatusinput", "description": "Autogenerated input type of ChangeUserStatus.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "emoji", "description": "The emoji to represent your status. Can either be a native Unicode emoji or an emoji name with colons, e.g., 😀.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "expiresAt", "description": "If set, the user status will not be shown after this date.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "limitedAvailability", "description": "Whether this status should indicate you are not fully available on GitHub, e.g., you are away.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "message", "description": "A short description of your current status.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationId", "description": "The ID of the organization whose members will be allowed to see the status. If\nomitted, the status will be publicly visible.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CheckAnnotationData", "kind": "inputObjects", "id": "checkannotationdata", "href": "/graphql/reference/input-objects#checkannotationdata", "description": "Information from a check run analysis to specific lines of code.
", "inputFields": [ { "name": "annotationLevel", "description": "Represents an annotation's information level.
", "type": "CheckAnnotationLevel!", "id": "checkannotationlevel", "kind": "enums", "href": "/graphql/reference/enums#checkannotationlevel" }, { "name": "location", "description": "The location of the annotation.
", "type": "CheckAnnotationRange!", "id": "checkannotationrange", "kind": "input-objects", "href": "/graphql/reference/input-objects#checkannotationrange" }, { "name": "message", "description": "A short description of the feedback for these lines of code.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "path", "description": "The path of the file to add an annotation to.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "rawDetails", "description": "Details about this annotation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "title", "description": "The title that represents the annotation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CheckAnnotationRange", "kind": "inputObjects", "id": "checkannotationrange", "href": "/graphql/reference/input-objects#checkannotationrange", "description": "Information from a check run analysis to specific lines of code.
", "inputFields": [ { "name": "endColumn", "description": "The ending column of the range.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "endLine", "description": "The ending line of the range.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "startColumn", "description": "The starting column of the range.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "startLine", "description": "The starting line of the range.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "CheckRunAction", "kind": "inputObjects", "id": "checkrunaction", "href": "/graphql/reference/input-objects#checkrunaction", "description": "Possible further actions the integrator can perform.
", "inputFields": [ { "name": "description", "description": "A short explanation of what this action would do.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "identifier", "description": "A reference for the action on the integrator's system.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "label", "description": "The text to be displayed on a button in the web UI.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CheckRunFilter", "kind": "inputObjects", "id": "checkrunfilter", "href": "/graphql/reference/input-objects#checkrunfilter", "description": "The filters that are available when fetching check runs.
", "inputFields": [ { "name": "appId", "description": "Filters the check runs created by this application ID.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "checkName", "description": "Filters the check runs by this name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "checkType", "description": "Filters the check runs by this type.
", "type": "CheckRunType", "id": "checkruntype", "kind": "enums", "href": "/graphql/reference/enums#checkruntype" }, { "name": "conclusions", "description": "Filters the check runs by these conclusions.
", "type": "[CheckConclusionState!]", "id": "checkconclusionstate", "kind": "enums", "href": "/graphql/reference/enums#checkconclusionstate" }, { "name": "status", "description": "Filters the check runs by this status. Superceded by statuses.
", "type": "CheckStatusState", "id": "checkstatusstate", "kind": "enums", "href": "/graphql/reference/enums#checkstatusstate" }, { "name": "statuses", "description": "Filters the check runs by this status. Overrides status.
", "type": "[CheckStatusState!]", "id": "checkstatusstate", "kind": "enums", "href": "/graphql/reference/enums#checkstatusstate" } ] }, { "name": "CheckRunOutput", "kind": "inputObjects", "id": "checkrunoutput", "href": "/graphql/reference/input-objects#checkrunoutput", "description": "Descriptive details about the check run.
", "inputFields": [ { "name": "annotations", "description": "The annotations that are made as part of the check run.
", "type": "[CheckAnnotationData!]", "id": "checkannotationdata", "kind": "input-objects", "href": "/graphql/reference/input-objects#checkannotationdata" }, { "name": "images", "description": "Images attached to the check run output displayed in the GitHub pull request UI.
", "type": "[CheckRunOutputImage!]", "id": "checkrunoutputimage", "kind": "input-objects", "href": "/graphql/reference/input-objects#checkrunoutputimage" }, { "name": "summary", "description": "The summary of the check run (supports Commonmark).
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "text", "description": "The details of the check run (supports Commonmark).
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "title", "description": "A title to provide for this check run.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CheckRunOutputImage", "kind": "inputObjects", "id": "checkrunoutputimage", "href": "/graphql/reference/input-objects#checkrunoutputimage", "description": "Images attached to the check run output displayed in the GitHub pull request UI.
", "inputFields": [ { "name": "alt", "description": "The alternative text for the image.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "caption", "description": "A short image description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "imageUrl", "description": "The full URL of the image.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "CheckSuiteAutoTriggerPreference", "kind": "inputObjects", "id": "checksuiteautotriggerpreference", "href": "/graphql/reference/input-objects#checksuiteautotriggerpreference", "description": "The auto-trigger preferences that are available for check suites.
", "inputFields": [ { "name": "appId", "description": "The node ID of the application that owns the check suite.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "setting", "description": "Set to true to enable automatic creation of CheckSuite events upon pushes to the repository.
The filters that are available when fetching check suites.
", "inputFields": [ { "name": "appId", "description": "Filters the check suites created by this application ID.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "checkName", "description": "Filters the check suites by this name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ClearLabelsFromLabelableInput", "kind": "inputObjects", "id": "clearlabelsfromlabelableinput", "href": "/graphql/reference/input-objects#clearlabelsfromlabelableinput", "description": "Autogenerated input type of ClearLabelsFromLabelable.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "labelableId", "description": "The id of the labelable object to clear the labels from.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ClearProjectV2ItemFieldValueInput", "kind": "inputObjects", "id": "clearprojectv2itemfieldvalueinput", "href": "/graphql/reference/input-objects#clearprojectv2itemfieldvalueinput", "description": "Autogenerated input type of ClearProjectV2ItemFieldValue.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "fieldId", "description": "The ID of the field to be cleared.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "itemId", "description": "The ID of the item to be cleared.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "projectId", "description": "The ID of the Project.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CloneProjectInput", "kind": "inputObjects", "id": "cloneprojectinput", "href": "/graphql/reference/input-objects#cloneprojectinput", "description": "Autogenerated input type of CloneProject.
", "inputFields": [ { "name": "body", "description": "The description of the project.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "includeWorkflows", "description": "Whether or not to clone the source project's workflows.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "The name of the project.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "public", "description": "The visibility of the project, defaults to false (private).
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "sourceId", "description": "The source project to clone.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "targetOwnerId", "description": "The owner ID to create the project under.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CloneTemplateRepositoryInput", "kind": "inputObjects", "id": "clonetemplaterepositoryinput", "href": "/graphql/reference/input-objects#clonetemplaterepositoryinput", "description": "Autogenerated input type of CloneTemplateRepository.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "description", "description": "A short description of the new repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "includeAllBranches", "description": "Whether to copy all branches from the template to the new repository. Defaults\nto copying only the default branch of the template.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "The name of the new repository.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the owner for the new repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryId", "description": "The Node ID of the template repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "visibility", "description": "Indicates the repository's visibility level.
", "type": "RepositoryVisibility!", "id": "repositoryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repositoryvisibility" } ] }, { "name": "CloseIssueInput", "kind": "inputObjects", "id": "closeissueinput", "href": "/graphql/reference/input-objects#closeissueinput", "description": "Autogenerated input type of CloseIssue.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issueId", "description": "ID of the issue to be closed.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "stateReason", "description": "The reason the issue is to be closed.
", "type": "IssueClosedStateReason", "id": "issueclosedstatereason", "kind": "enums", "href": "/graphql/reference/enums#issueclosedstatereason" } ] }, { "name": "ClosePullRequestInput", "kind": "inputObjects", "id": "closepullrequestinput", "href": "/graphql/reference/input-objects#closepullrequestinput", "description": "Autogenerated input type of ClosePullRequest.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "ID of the pull request to be closed.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CommitAuthor", "kind": "inputObjects", "id": "commitauthor", "href": "/graphql/reference/input-objects#commitauthor", "description": "Specifies an author for filtering Git commits.
", "inputFields": [ { "name": "emails", "description": "Email addresses to filter by. Commits authored by any of the specified email addresses will be returned.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "ID of a User to filter by. If non-null, only commits authored by this user\nwill be returned. This field takes precedence over emails.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } ] }, { "name": "CommitContributionOrder", "kind": "inputObjects", "id": "commitcontributionorder", "href": "/graphql/reference/input-objects#commitcontributionorder", "description": "Ordering options for commit contribution connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field by which to order commit contributions.
", "type": "CommitContributionOrderField!", "id": "commitcontributionorderfield", "kind": "enums", "href": "/graphql/reference/enums#commitcontributionorderfield" } ] }, { "name": "CommitMessage", "kind": "inputObjects", "id": "commitmessage", "href": "/graphql/reference/input-objects#commitmessage", "description": "A message to include with a new commit.
", "inputFields": [ { "name": "body", "description": "The body of the message.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "headline", "description": "The headline of the message.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CommittableBranch", "kind": "inputObjects", "id": "committablebranch", "href": "/graphql/reference/input-objects#committablebranch", "description": "A git ref for a commit to be appended to.
\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).
The Ref may be specified by its global node ID or by the\nrepositoryNameWithOwner and branchName.
Specify a branch using a global node ID:
\n{ \"id\": \"MDM6UmVmMTpyZWZzL2hlYWRzL21haW4=\" }\n\nSpecify a branch using repositoryNameWithOwner and branchName:
{\n \"repositoryNameWithOwner\": \"github/graphql-client\",\n \"branchName\": \"main\"\n}.\n",
"inputFields": [
{
"name": "branchName",
"description": "The unqualified name of the branch to append the commit to.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node ID of the Ref to be updated.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "repositoryNameWithOwner", "description": "The nameWithOwner of the repository to commit to.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ContributionOrder", "kind": "inputObjects", "id": "contributionorder", "href": "/graphql/reference/input-objects#contributionorder", "description": "Ordering options for contribution connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" } ] }, { "name": "ConvertProjectCardNoteToIssueInput", "kind": "inputObjects", "id": "convertprojectcardnotetoissueinput", "href": "/graphql/reference/input-objects#convertprojectcardnotetoissueinput", "description": "Autogenerated input type of ConvertProjectCardNoteToIssue.
", "inputFields": [ { "name": "body", "description": "The body of the newly created issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectCardId", "description": "The ProjectCard ID to convert.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryId", "description": "The ID of the repository to create the issue in.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title of the newly created issue. Defaults to the card's note text.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ConvertPullRequestToDraftInput", "kind": "inputObjects", "id": "convertpullrequesttodraftinput", "href": "/graphql/reference/input-objects#convertpullrequesttodraftinput", "description": "Autogenerated input type of ConvertPullRequestToDraft.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "ID of the pull request to convert to draft.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateBranchProtectionRuleInput", "kind": "inputObjects", "id": "createbranchprotectionruleinput", "href": "/graphql/reference/input-objects#createbranchprotectionruleinput", "description": "Autogenerated input type of CreateBranchProtectionRule.
", "inputFields": [ { "name": "allowsDeletions", "description": "Can this branch be deleted.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "allowsForcePushes", "description": "Are force pushes allowed on this branch.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "blocksCreations", "description": "Is branch creation a protected operation.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "bypassForcePushActorIds", "description": "A list of User, Team, or App IDs allowed to bypass force push targeting matching branches.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "bypassPullRequestActorIds", "description": "A list of User, Team, or App IDs allowed to bypass pull requests targeting matching branches.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "dismissesStaleReviews", "description": "Will new commits pushed to matching branches dismiss pull request review approvals.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isAdminEnforced", "description": "Can admins overwrite branch protection.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "pattern", "description": "The glob-like pattern used to determine matching branches.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pushActorIds", "description": "A list of User, Team, or App IDs allowed to push to matching branches.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "repositoryId", "description": "The global relay id of the repository in which a new branch protection rule should be created in.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "requiredApprovingReviewCount", "description": "Number of approving reviews required to update matching branches.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "requiredStatusCheckContexts", "description": "List of required status check contexts that must pass for commits to be accepted to matching branches.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "requiredStatusChecks", "description": "The list of required status checks.
", "type": "[RequiredStatusCheckInput!]", "id": "requiredstatuscheckinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#requiredstatuscheckinput" }, { "name": "requiresApprovingReviews", "description": "Are approving reviews required to update matching branches.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresCodeOwnerReviews", "description": "Are reviews from code owners required to update matching branches.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresCommitSignatures", "description": "Are commits required to be signed.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresConversationResolution", "description": "Are conversations required to be resolved before merging.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresLinearHistory", "description": "Are merge commits prohibited from being pushed to this branch.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresStatusChecks", "description": "Are status checks required to update matching branches.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresStrictStatusChecks", "description": "Are branches required to be up to date before merging.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "restrictsPushes", "description": "Is pushing to matching branches restricted.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "restrictsReviewDismissals", "description": "Is dismissal of pull request reviews restricted.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "reviewDismissalActorIds", "description": "A list of User, Team, or App IDs allowed to dismiss reviews on pull requests targeting matching branches.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } ] }, { "name": "CreateCheckRunInput", "kind": "inputObjects", "id": "createcheckruninput", "href": "/graphql/reference/input-objects#createcheckruninput", "description": "Autogenerated input type of CreateCheckRun.
", "inputFields": [ { "name": "actions", "description": "Possible further actions the integrator can perform, which a user may trigger.
", "type": "[CheckRunAction!]", "id": "checkrunaction", "kind": "input-objects", "href": "/graphql/reference/input-objects#checkrunaction" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "completedAt", "description": "The time that the check run finished.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "conclusion", "description": "The final conclusion of the check.
", "type": "CheckConclusionState", "id": "checkconclusionstate", "kind": "enums", "href": "/graphql/reference/enums#checkconclusionstate" }, { "name": "detailsUrl", "description": "The URL of the integrator's site that has the full details of the check.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "externalId", "description": "A reference for the run on the integrator's system.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "headSha", "description": "The SHA of the head commit.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "name", "description": "The name of the check.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "output", "description": "Descriptive details about the run.
", "type": "CheckRunOutput", "id": "checkrunoutput", "kind": "input-objects", "href": "/graphql/reference/input-objects#checkrunoutput" }, { "name": "repositoryId", "description": "The node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "startedAt", "description": "The time that the check run began.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "status", "description": "The current status.
", "type": "RequestableCheckStatusState", "id": "requestablecheckstatusstate", "kind": "enums", "href": "/graphql/reference/enums#requestablecheckstatusstate" } ] }, { "name": "CreateCheckSuiteInput", "kind": "inputObjects", "id": "createchecksuiteinput", "href": "/graphql/reference/input-objects#createchecksuiteinput", "description": "Autogenerated input type of CreateCheckSuite.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "headSha", "description": "The SHA of the head commit.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateCommitOnBranchInput", "kind": "inputObjects", "id": "createcommitonbranchinput", "href": "/graphql/reference/input-objects#createcommitonbranchinput", "description": "Autogenerated input type of CreateCommitOnBranch.
", "inputFields": [ { "name": "branch", "description": "The Ref to be updated. Must be a branch.
", "type": "CommittableBranch!", "id": "committablebranch", "kind": "input-objects", "href": "/graphql/reference/input-objects#committablebranch" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "expectedHeadOid", "description": "The git commit oid expected at the head of the branch prior to the commit.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "fileChanges", "description": "A description of changes to files in this commit.
", "type": "FileChanges", "id": "filechanges", "kind": "input-objects", "href": "/graphql/reference/input-objects#filechanges" }, { "name": "message", "description": "The commit message the be included with the commit.
", "type": "CommitMessage!", "id": "commitmessage", "kind": "input-objects", "href": "/graphql/reference/input-objects#commitmessage" } ] }, { "name": "CreateDeploymentInput", "kind": "inputObjects", "id": "createdeploymentinput", "href": "/graphql/reference/input-objects#createdeploymentinput", "description": "Autogenerated input type of CreateDeployment.
", "isDeprecated": false, "preview": { "title": "Deployments preview", "description": "This preview adds support for deployments mutations and new deployments features.", "toggled_by": "flash-preview", "toggled_on": [ "DeploymentStatus.environment", "Mutation.createDeploymentStatus", "Mutation.createDeployment" ], "owning_teams": [ "@github/c2c-actions-service" ], "accept_header": "application/vnd.github.flash-preview+json", "href": "/graphql/overview/schema-previews#deployments-preview" }, "inputFields": [ { "name": "autoMerge", "description": "Attempt to automatically merge the default branch into the requested ref, defaults to true.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "description", "description": "Short description of the deployment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "environment", "description": "Name for the target deployment environment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "payload", "description": "JSON payload with extra information about the deployment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "refId", "description": "The node ID of the ref to be deployed.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryId", "description": "The node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "requiredContexts", "description": "The status contexts to verify against commit status checks. To bypass required\ncontexts, pass an empty array. Defaults to all unique contexts.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "task", "description": "Specifies a task to execute.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CreateDeploymentStatusInput", "kind": "inputObjects", "id": "createdeploymentstatusinput", "href": "/graphql/reference/input-objects#createdeploymentstatusinput", "description": "Autogenerated input type of CreateDeploymentStatus.
", "isDeprecated": false, "preview": { "title": "Deployments preview", "description": "This preview adds support for deployments mutations and new deployments features.", "toggled_by": "flash-preview", "toggled_on": [ "DeploymentStatus.environment", "Mutation.createDeploymentStatus", "Mutation.createDeployment" ], "owning_teams": [ "@github/c2c-actions-service" ], "accept_header": "application/vnd.github.flash-preview+json", "href": "/graphql/overview/schema-previews#deployments-preview" }, "inputFields": [ { "name": "autoInactive", "description": "Adds a new inactive status to all non-transient, non-production environment\ndeployments with the same repository and environment name as the created\nstatus's deployment.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "deploymentId", "description": "The node ID of the deployment.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "description", "description": "A short description of the status. Maximum length of 140 characters.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "environment", "description": "If provided, updates the environment of the deploy. Otherwise, does not modify the environment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "environmentUrl", "description": "Sets the URL for accessing your environment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "logUrl", "description": "The log URL to associate with this status. This URL should contain\noutput to keep the user updated while the task is running or serve as\nhistorical information for what happened in the deployment.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "state", "description": "The state of the deployment.
", "type": "DeploymentStatusState!", "id": "deploymentstatusstate", "kind": "enums", "href": "/graphql/reference/enums#deploymentstatusstate" } ] }, { "name": "CreateDiscussionInput", "kind": "inputObjects", "id": "creatediscussioninput", "href": "/graphql/reference/input-objects#creatediscussioninput", "description": "Autogenerated input type of CreateDiscussion.
", "inputFields": [ { "name": "body", "description": "The body of the discussion.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "categoryId", "description": "The id of the discussion category to associate with this discussion.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The id of the repository on which to create the discussion.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title of the discussion.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CreateEnterpriseOrganizationInput", "kind": "inputObjects", "id": "createenterpriseorganizationinput", "href": "/graphql/reference/input-objects#createenterpriseorganizationinput", "description": "Autogenerated input type of CreateEnterpriseOrganization.
", "inputFields": [ { "name": "adminLogins", "description": "The logins for the administrators of the new organization.
", "type": "[String!]!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "billingEmail", "description": "The email used for sending billing receipts.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise owning the new organization.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "login", "description": "The login of the new organization.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "profileName", "description": "The profile name of the new organization.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CreateEnvironmentInput", "kind": "inputObjects", "id": "createenvironmentinput", "href": "/graphql/reference/input-objects#createenvironmentinput", "description": "Autogenerated input type of CreateEnvironment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the environment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateIpAllowListEntryInput", "kind": "inputObjects", "id": "createipallowlistentryinput", "href": "/graphql/reference/input-objects#createipallowlistentryinput", "description": "Autogenerated input type of CreateIpAllowListEntry.
", "inputFields": [ { "name": "allowListValue", "description": "An IP address or range of addresses in CIDR notation.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isActive", "description": "Whether the IP allow list entry is active when an IP allow list is enabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "An optional name for the IP allow list entry.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the owner for which to create the new IP allow list entry.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateIssueInput", "kind": "inputObjects", "id": "createissueinput", "href": "/graphql/reference/input-objects#createissueinput", "description": "Autogenerated input type of CreateIssue.
", "inputFields": [ { "name": "assigneeIds", "description": "The Node ID for the user assignee for this issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "body", "description": "The body for the issue description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issueTemplate", "description": "The name of an issue template in the repository, assigns labels and assignees from the template to the issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "labelIds", "description": "An array of Node IDs of labels for this issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "milestoneId", "description": "The Node ID of the milestone for this issue.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "projectIds", "description": "An array of Node IDs for projects associated with this issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title for the issue.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CreateLabelInput", "kind": "inputObjects", "id": "createlabelinput", "href": "/graphql/reference/input-objects#createlabelinput", "description": "Autogenerated input type of CreateLabel.
", "isDeprecated": false, "preview": { "title": "Labels preview", "description": "This preview adds support for adding, updating, creating and deleting labels.", "toggled_by": "bane-preview", "toggled_on": [ "Mutation.createLabel", "Mutation.deleteLabel", "Mutation.updateLabel" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.bane-preview+json", "href": "/graphql/overview/schema-previews#labels-preview" }, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "color", "description": "A 6 character hex code, without the leading #, identifying the color of the label.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "description", "description": "A brief description of the label, such as its purpose.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the label.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateLinkedBranchInput", "kind": "inputObjects", "id": "createlinkedbranchinput", "href": "/graphql/reference/input-objects#createlinkedbranchinput", "description": "Autogenerated input type of CreateLinkedBranch.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issueId", "description": "ID of the issue to link to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "name", "description": "The name of the new branch. Defaults to issue number and title.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "oid", "description": "The commit SHA to base the new branch on.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "repositoryId", "description": "ID of the repository to create the branch in. Defaults to the issue repository.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateMigrationSourceInput", "kind": "inputObjects", "id": "createmigrationsourceinput", "href": "/graphql/reference/input-objects#createmigrationsourceinput", "description": "Autogenerated input type of CreateMigrationSource.
", "inputFields": [ { "name": "accessToken", "description": "The Octoshift migration source access token.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "githubPat", "description": "The GitHub personal access token of the user importing to the target repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The Octoshift migration source name.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the organization that will own the Octoshift migration source.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "type", "description": "The Octoshift migration source type.
", "type": "MigrationSourceType!", "id": "migrationsourcetype", "kind": "enums", "href": "/graphql/reference/enums#migrationsourcetype" }, { "name": "url", "description": "The Octoshift migration source URL.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CreateProjectInput", "kind": "inputObjects", "id": "createprojectinput", "href": "/graphql/reference/input-objects#createprojectinput", "description": "Autogenerated input type of CreateProject.
", "inputFields": [ { "name": "body", "description": "The description of project.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of project.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The owner ID to create the project under.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryIds", "description": "A list of repository IDs to create as linked repositories for the project.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "template", "description": "The name of the GitHub-provided template.
", "type": "ProjectTemplate", "id": "projecttemplate", "kind": "enums", "href": "/graphql/reference/enums#projecttemplate" } ] }, { "name": "CreateProjectV2Input", "kind": "inputObjects", "id": "createprojectv2input", "href": "/graphql/reference/input-objects#createprojectv2input", "description": "Autogenerated input type of CreateProjectV2.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The owner ID to create the project under.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title of the project.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CreatePullRequestInput", "kind": "inputObjects", "id": "createpullrequestinput", "href": "/graphql/reference/input-objects#createpullrequestinput", "description": "Autogenerated input type of CreatePullRequest.
", "inputFields": [ { "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.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "body", "description": "The contents of the pull request.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "draft", "description": "Indicates whether this pull request should be a draft.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "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.
Indicates whether maintainers can modify the pull request.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title of the pull request.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CreateRefInput", "kind": "inputObjects", "id": "createrefinput", "href": "/graphql/reference/input-objects#createrefinput", "description": "Autogenerated input type of CreateRef.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The fully qualified name of the new Ref (ie: refs/heads/my_new_branch).
The GitObjectID that the new Ref shall target. Must point to a commit.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "repositoryId", "description": "The Node ID of the Repository to create the Ref in.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateRepositoryInput", "kind": "inputObjects", "id": "createrepositoryinput", "href": "/graphql/reference/input-objects#createrepositoryinput", "description": "Autogenerated input type of CreateRepository.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "description", "description": "A short description of the new repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "hasIssuesEnabled", "description": "Indicates if the repository should have the issues feature enabled.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasWikiEnabled", "description": "Indicates if the repository should have the wiki feature enabled.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "homepageUrl", "description": "The URL for a web page about this repository.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "name", "description": "The name of the new repository.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the owner for the new repository.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "teamId", "description": "When an organization is specified as the owner, this ID identifies the team\nthat should be granted access to the new repository.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "template", "description": "Whether this repository should be marked as a template such that anyone who\ncan access it can create new repositories with the same files and directory structure.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "visibility", "description": "Indicates the repository's visibility level.
", "type": "RepositoryVisibility!", "id": "repositoryvisibility", "kind": "enums", "href": "/graphql/reference/enums#repositoryvisibility" } ] }, { "name": "CreateSponsorsTierInput", "kind": "inputObjects", "id": "createsponsorstierinput", "href": "/graphql/reference/input-objects#createsponsorstierinput", "description": "Autogenerated input type of CreateSponsorsTier.
", "inputFields": [ { "name": "amount", "description": "The value of the new tier in US dollars. Valid values: 1-12000.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "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": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isRecurring", "description": "Whether sponsorships using this tier should happen monthly/yearly or just once.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "publish", "description": "Whether to make the tier available immediately for sponsors to choose.\nDefaults to creating a draft tier that will not be publicly visible.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "repositoryId", "description": "Optional ID of the private repository that sponsors at this tier should gain\nread-only access to. Must be owned by an organization.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryName", "description": "Optional name of the private repository that sponsors at this tier should gain\nread-only access to. Must be owned by an organization. Necessary if\nrepositoryOwnerLogin is given. Will be ignored if repositoryId is given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryOwnerLogin", "description": "Optional login of the organization owner of the private repository that\nsponsors at this tier should gain read-only access to. Necessary if\nrepositoryName is given. Will be ignored if repositoryId is given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sponsorableId", "description": "The ID of the user or organization who owns the GitHub Sponsors profile.\nDefaults to the current user if omitted and sponsorableLogin is not given.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "sponsorableLogin", "description": "The username of the user or organization who owns the GitHub Sponsors profile.\nDefaults to the current user if omitted and sponsorableId is not given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "welcomeMessage", "description": "Optional message new sponsors at this tier will receive.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "CreateSponsorshipInput", "kind": "inputObjects", "id": "createsponsorshipinput", "href": "/graphql/reference/input-objects#createsponsorshipinput", "description": "Autogenerated input type of CreateSponsorship.
", "inputFields": [ { "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": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isRecurring", "description": "Whether the sponsorship should happen monthly/yearly or just this one time. Required if a tierId is not specified.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "privacyLevel", "description": "Specify whether others should be able to see that the sponsor is sponsoring\nthe sponsorable. Public visibility still does not reveal which tier is used.
", "type": "SponsorshipPrivacy", "id": "sponsorshipprivacy", "kind": "enums", "href": "/graphql/reference/enums#sponsorshipprivacy" }, { "name": "receiveEmails", "description": "Whether the sponsor should receive email updates from the sponsorable.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "sponsorId", "description": "The ID of the user or organization who is acting as the sponsor, paying for\nthe sponsorship. Required if sponsorLogin is not given.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "sponsorLogin", "description": "The username of the user or organization who is acting as the sponsor, paying\nfor the sponsorship. Required if sponsorId is not given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sponsorableId", "description": "The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "sponsorableLogin", "description": "The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "tierId", "description": "The ID of one of sponsorable's existing tiers to sponsor at. Required if amount is not specified.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateTeamDiscussionCommentInput", "kind": "inputObjects", "id": "createteamdiscussioncommentinput", "href": "/graphql/reference/input-objects#createteamdiscussioncommentinput", "description": "Autogenerated input type of CreateTeamDiscussionComment.
", "inputFields": [ { "name": "body", "description": "The content of the comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "discussionId", "description": "The ID of the discussion to which the comment belongs.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "CreateTeamDiscussionInput", "kind": "inputObjects", "id": "createteamdiscussioninput", "href": "/graphql/reference/input-objects#createteamdiscussioninput", "description": "Autogenerated input type of CreateTeamDiscussion.
", "inputFields": [ { "name": "body", "description": "The content of the discussion.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "private", "description": "If true, restricts the visibility of this discussion to team members and\norganization admins. If false or not specified, allows any organization member\nto view this discussion.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "teamId", "description": "The ID of the team to which the discussion belongs.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title of the discussion.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "DeclineTopicSuggestionInput", "kind": "inputObjects", "id": "declinetopicsuggestioninput", "href": "/graphql/reference/input-objects#declinetopicsuggestioninput", "description": "Autogenerated input type of DeclineTopicSuggestion.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the suggested topic.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "reason", "description": "The reason why the suggested topic is declined.
", "type": "TopicSuggestionDeclineReason!", "id": "topicsuggestiondeclinereason", "kind": "enums", "href": "/graphql/reference/enums#topicsuggestiondeclinereason" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteBranchProtectionRuleInput", "kind": "inputObjects", "id": "deletebranchprotectionruleinput", "href": "/graphql/reference/input-objects#deletebranchprotectionruleinput", "description": "Autogenerated input type of DeleteBranchProtectionRule.
", "inputFields": [ { "name": "branchProtectionRuleId", "description": "The global relay id of the branch protection rule to be deleted.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "DeleteDeploymentInput", "kind": "inputObjects", "id": "deletedeploymentinput", "href": "/graphql/reference/input-objects#deletedeploymentinput", "description": "Autogenerated input type of DeleteDeployment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node ID of the deployment to be deleted.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteDiscussionCommentInput", "kind": "inputObjects", "id": "deletediscussioncommentinput", "href": "/graphql/reference/input-objects#deletediscussioncommentinput", "description": "Autogenerated input type of DeleteDiscussionComment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node id of the discussion comment to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteDiscussionInput", "kind": "inputObjects", "id": "deletediscussioninput", "href": "/graphql/reference/input-objects#deletediscussioninput", "description": "Autogenerated input type of DeleteDiscussion.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The id of the discussion to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteEnvironmentInput", "kind": "inputObjects", "id": "deleteenvironmentinput", "href": "/graphql/reference/input-objects#deleteenvironmentinput", "description": "Autogenerated input type of DeleteEnvironment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node ID of the environment to be deleted.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteIpAllowListEntryInput", "kind": "inputObjects", "id": "deleteipallowlistentryinput", "href": "/graphql/reference/input-objects#deleteipallowlistentryinput", "description": "Autogenerated input type of DeleteIpAllowListEntry.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ipAllowListEntryId", "description": "The ID of the IP allow list entry to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteIssueCommentInput", "kind": "inputObjects", "id": "deleteissuecommentinput", "href": "/graphql/reference/input-objects#deleteissuecommentinput", "description": "Autogenerated input type of DeleteIssueComment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the comment to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteIssueInput", "kind": "inputObjects", "id": "deleteissueinput", "href": "/graphql/reference/input-objects#deleteissueinput", "description": "Autogenerated input type of DeleteIssue.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issueId", "description": "The ID of the issue to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteLabelInput", "kind": "inputObjects", "id": "deletelabelinput", "href": "/graphql/reference/input-objects#deletelabelinput", "description": "Autogenerated input type of DeleteLabel.
", "isDeprecated": false, "preview": { "title": "Labels preview", "description": "This preview adds support for adding, updating, creating and deleting labels.", "toggled_by": "bane-preview", "toggled_on": [ "Mutation.createLabel", "Mutation.deleteLabel", "Mutation.updateLabel" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.bane-preview+json", "href": "/graphql/overview/schema-previews#labels-preview" }, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node ID of the label to be deleted.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteLinkedBranchInput", "kind": "inputObjects", "id": "deletelinkedbranchinput", "href": "/graphql/reference/input-objects#deletelinkedbranchinput", "description": "Autogenerated input type of DeleteLinkedBranch.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "linkedBranchId", "description": "The ID of the linked branch.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeletePackageVersionInput", "kind": "inputObjects", "id": "deletepackageversioninput", "href": "/graphql/reference/input-objects#deletepackageversioninput", "description": "Autogenerated input type of DeletePackageVersion.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "packageVersionId", "description": "The ID of the package version to be deleted.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteProjectCardInput", "kind": "inputObjects", "id": "deleteprojectcardinput", "href": "/graphql/reference/input-objects#deleteprojectcardinput", "description": "Autogenerated input type of DeleteProjectCard.
", "inputFields": [ { "name": "cardId", "description": "The id of the card to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "DeleteProjectColumnInput", "kind": "inputObjects", "id": "deleteprojectcolumninput", "href": "/graphql/reference/input-objects#deleteprojectcolumninput", "description": "Autogenerated input type of DeleteProjectColumn.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "columnId", "description": "The id of the column to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteProjectInput", "kind": "inputObjects", "id": "deleteprojectinput", "href": "/graphql/reference/input-objects#deleteprojectinput", "description": "Autogenerated input type of DeleteProject.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectId", "description": "The Project ID to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteProjectNextItemInput", "kind": "inputObjects", "id": "deleteprojectnextiteminput", "href": "/graphql/reference/input-objects#deleteprojectnextiteminput", "description": "Autogenerated input type of DeleteProjectNextItem.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "itemId", "description": "The ID of the item to be removed. This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: itemId will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
The ID of the Project from which the item should be removed. This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: projectId will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Autogenerated input type of DeleteProjectV2Item.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "itemId", "description": "The ID of the item to be removed.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "projectId", "description": "The ID of the Project from which the item should be removed.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeletePullRequestReviewCommentInput", "kind": "inputObjects", "id": "deletepullrequestreviewcommentinput", "href": "/graphql/reference/input-objects#deletepullrequestreviewcommentinput", "description": "Autogenerated input type of DeletePullRequestReviewComment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the comment to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeletePullRequestReviewInput", "kind": "inputObjects", "id": "deletepullrequestreviewinput", "href": "/graphql/reference/input-objects#deletepullrequestreviewinput", "description": "Autogenerated input type of DeletePullRequestReview.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestReviewId", "description": "The Node ID of the pull request review to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteRefInput", "kind": "inputObjects", "id": "deleterefinput", "href": "/graphql/reference/input-objects#deleterefinput", "description": "Autogenerated input type of DeleteRef.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "refId", "description": "The Node ID of the Ref to be deleted.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteTeamDiscussionCommentInput", "kind": "inputObjects", "id": "deleteteamdiscussioncommentinput", "href": "/graphql/reference/input-objects#deleteteamdiscussioncommentinput", "description": "Autogenerated input type of DeleteTeamDiscussionComment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the comment to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteTeamDiscussionInput", "kind": "inputObjects", "id": "deleteteamdiscussioninput", "href": "/graphql/reference/input-objects#deleteteamdiscussioninput", "description": "Autogenerated input type of DeleteTeamDiscussion.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The discussion ID to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeleteVerifiableDomainInput", "kind": "inputObjects", "id": "deleteverifiabledomaininput", "href": "/graphql/reference/input-objects#deleteverifiabledomaininput", "description": "Autogenerated input type of DeleteVerifiableDomain.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the verifiable domain to delete.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DeploymentOrder", "kind": "inputObjects", "id": "deploymentorder", "href": "/graphql/reference/input-objects#deploymentorder", "description": "Ordering options for deployment connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order deployments by.
", "type": "DeploymentOrderField!", "id": "deploymentorderfield", "kind": "enums", "href": "/graphql/reference/enums#deploymentorderfield" } ] }, { "name": "DisablePullRequestAutoMergeInput", "kind": "inputObjects", "id": "disablepullrequestautomergeinput", "href": "/graphql/reference/input-objects#disablepullrequestautomergeinput", "description": "Autogenerated input type of DisablePullRequestAutoMerge.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "ID of the pull request to disable auto merge on.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DiscussionOrder", "kind": "inputObjects", "id": "discussionorder", "href": "/graphql/reference/input-objects#discussionorder", "description": "Ways in which lists of discussions can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order discussions by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field by which to order discussions.
", "type": "DiscussionOrderField!", "id": "discussionorderfield", "kind": "enums", "href": "/graphql/reference/enums#discussionorderfield" } ] }, { "name": "DiscussionPollOptionOrder", "kind": "inputObjects", "id": "discussionpolloptionorder", "href": "/graphql/reference/input-objects#discussionpolloptionorder", "description": "Ordering options for discussion poll option connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order poll options by.
", "type": "DiscussionPollOptionOrderField!", "id": "discussionpolloptionorderfield", "kind": "enums", "href": "/graphql/reference/enums#discussionpolloptionorderfield" } ] }, { "name": "DismissPullRequestReviewInput", "kind": "inputObjects", "id": "dismisspullrequestreviewinput", "href": "/graphql/reference/input-objects#dismisspullrequestreviewinput", "description": "Autogenerated input type of DismissPullRequestReview.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "message", "description": "The contents of the pull request review dismissal message.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestReviewId", "description": "The Node ID of the pull request review to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DismissRepositoryVulnerabilityAlertInput", "kind": "inputObjects", "id": "dismissrepositoryvulnerabilityalertinput", "href": "/graphql/reference/input-objects#dismissrepositoryvulnerabilityalertinput", "description": "Autogenerated input type of DismissRepositoryVulnerabilityAlert.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "dismissReason", "description": "The reason the Dependabot alert is being dismissed.
", "type": "DismissReason!", "id": "dismissreason", "kind": "enums", "href": "/graphql/reference/enums#dismissreason" }, { "name": "repositoryVulnerabilityAlertId", "description": "The Dependabot alert ID to dismiss.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "DraftPullRequestReviewComment", "kind": "inputObjects", "id": "draftpullrequestreviewcomment", "href": "/graphql/reference/input-objects#draftpullrequestreviewcomment", "description": "Specifies a review comment to be left with a Pull Request Review.
", "inputFields": [ { "name": "body", "description": "Body of the comment to leave.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "path", "description": "Path to the file being commented on.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "position", "description": "Position in the file to leave a comment on.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "DraftPullRequestReviewThread", "kind": "inputObjects", "id": "draftpullrequestreviewthread", "href": "/graphql/reference/input-objects#draftpullrequestreviewthread", "description": "Specifies a review comment thread to be left with a Pull Request Review.
", "inputFields": [ { "name": "body", "description": "Body of the comment to leave.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "line", "description": "The line of the blob to which the thread refers. The end of the line range for multi-line comments.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "path", "description": "Path to the file being commented on.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "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": "DiffSide", "id": "diffside", "kind": "enums", "href": "/graphql/reference/enums#diffside" }, { "name": "startLine", "description": "The first line of the range to which the comment refers.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "startSide", "description": "The side of the diff on which the start line resides.
", "type": "DiffSide", "id": "diffside", "kind": "enums", "href": "/graphql/reference/enums#diffside" } ] }, { "name": "EnablePullRequestAutoMergeInput", "kind": "inputObjects", "id": "enablepullrequestautomergeinput", "href": "/graphql/reference/input-objects#enablepullrequestautomergeinput", "description": "Autogenerated input type of EnablePullRequestAutoMerge.
", "inputFields": [ { "name": "authorEmail", "description": "The email address to associate with this merge.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitBody", "description": "Commit body to use for the commit when the PR is mergable; if omitted, a\ndefault message will be used. NOTE: when merging with a merge queue any input\nvalue for commit message is ignored.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitHeadline", "description": "Commit headline to use for the commit when the PR is mergable; if omitted, a\ndefault message will be used. NOTE: when merging with a merge queue any input\nvalue for commit headline is ignored.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "mergeMethod", "description": "The merge method to use. If omitted, defaults to MERGE. NOTE: when merging\nwith a merge queue any input value for merge method is ignored.
ID of the pull request to enable auto-merge on.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "EnterpriseAdministratorInvitationOrder", "kind": "inputObjects", "id": "enterpriseadministratorinvitationorder", "href": "/graphql/reference/input-objects#enterpriseadministratorinvitationorder", "description": "Ordering options for enterprise administrator invitation connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order enterprise administrator invitations by.
", "type": "EnterpriseAdministratorInvitationOrderField!", "id": "enterpriseadministratorinvitationorderfield", "kind": "enums", "href": "/graphql/reference/enums#enterpriseadministratorinvitationorderfield" } ] }, { "name": "EnterpriseMemberOrder", "kind": "inputObjects", "id": "enterprisememberorder", "href": "/graphql/reference/input-objects#enterprisememberorder", "description": "Ordering options for enterprise member connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order enterprise members by.
", "type": "EnterpriseMemberOrderField!", "id": "enterprisememberorderfield", "kind": "enums", "href": "/graphql/reference/enums#enterprisememberorderfield" } ] }, { "name": "EnterpriseServerInstallationOrder", "kind": "inputObjects", "id": "enterpriseserverinstallationorder", "href": "/graphql/reference/input-objects#enterpriseserverinstallationorder", "description": "Ordering options for Enterprise Server installation connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order Enterprise Server installations by.
", "type": "EnterpriseServerInstallationOrderField!", "id": "enterpriseserverinstallationorderfield", "kind": "enums", "href": "/graphql/reference/enums#enterpriseserverinstallationorderfield" } ] }, { "name": "EnterpriseServerUserAccountEmailOrder", "kind": "inputObjects", "id": "enterpriseserveruseraccountemailorder", "href": "/graphql/reference/input-objects#enterpriseserveruseraccountemailorder", "description": "Ordering options for Enterprise Server user account email connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order emails by.
", "type": "EnterpriseServerUserAccountEmailOrderField!", "id": "enterpriseserveruseraccountemailorderfield", "kind": "enums", "href": "/graphql/reference/enums#enterpriseserveruseraccountemailorderfield" } ] }, { "name": "EnterpriseServerUserAccountOrder", "kind": "inputObjects", "id": "enterpriseserveruseraccountorder", "href": "/graphql/reference/input-objects#enterpriseserveruseraccountorder", "description": "Ordering options for Enterprise Server user account connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order user accounts by.
", "type": "EnterpriseServerUserAccountOrderField!", "id": "enterpriseserveruseraccountorderfield", "kind": "enums", "href": "/graphql/reference/enums#enterpriseserveruseraccountorderfield" } ] }, { "name": "EnterpriseServerUserAccountsUploadOrder", "kind": "inputObjects", "id": "enterpriseserveruseraccountsuploadorder", "href": "/graphql/reference/input-objects#enterpriseserveruseraccountsuploadorder", "description": "Ordering options for Enterprise Server user accounts upload connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order user accounts uploads by.
", "type": "EnterpriseServerUserAccountsUploadOrderField!", "id": "enterpriseserveruseraccountsuploadorderfield", "kind": "enums", "href": "/graphql/reference/enums#enterpriseserveruseraccountsuploadorderfield" } ] }, { "name": "FileAddition", "kind": "inputObjects", "id": "fileaddition", "href": "/graphql/reference/input-objects#fileaddition", "description": "A command to add a file at the given path with the given contents as part of a\ncommit. Any existing file at that that path will be replaced.
", "inputFields": [ { "name": "contents", "description": "The base64 encoded contents of the file.
", "type": "Base64String!", "id": "base64string", "kind": "scalars", "href": "/graphql/reference/scalars#base64string" }, { "name": "path", "description": "The path in the repository where the file will be located.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "FileChanges", "kind": "inputObjects", "id": "filechanges", "href": "/graphql/reference/input-objects#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.
Both fields are optional; omitting both will produce a commit with no\nfile changes.
\ndeletions 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.
path values must be unique across all additions and deletions\nprovided. Any duplication will result in a validation error.
File contents must be provided in full for each FileAddition.
The 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.
The encoded contents may be binary.
\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.
Each 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:
New file addition: create file hello world\\n at path docs/README.txt:
{\n\"additions\" [\n{\n\"path\": \"docs/README.txt\",\n\"contents\": base64encode(\"hello world\\n\")\n}\n]\n}
\nExisting file modification: change existing docs/README.txt to have new\ncontent new content here\\n:
{\n \"additions\" [\n {\n \"path\": \"docs/README.txt\",\n \"contents\": base64encode(\"new content here\\n\")\n }\n ]\n}\n\nExisting file deletion: remove existing file docs/README.txt.\nNote that the path is required to exist -- specifying a\npath that does not exist on the given branch will abort the\ncommit and return an error.
{\n \"deletions\" [\n {\n \"path\": \"docs/README.txt\"\n }\n ]\n}\n\nFile rename with no changes: rename docs/README.txt with\nprevious content hello world\\n to the same content at\nnewdocs/README.txt:
{\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\nFile rename with changes: rename docs/README.txt with\nprevious content hello world\\n to a file at path\nnewdocs/README.txt with content new contents\\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\nFile to add or change.
", "type": "[FileAddition!]", "id": "fileaddition", "kind": "input-objects", "href": "/graphql/reference/input-objects#fileaddition" }, { "name": "deletions", "description": "Files to delete.
", "type": "[FileDeletion!]", "id": "filedeletion", "kind": "input-objects", "href": "/graphql/reference/input-objects#filedeletion" } ] }, { "name": "FileDeletion", "kind": "inputObjects", "id": "filedeletion", "href": "/graphql/reference/input-objects#filedeletion", "description": "A command to delete the file at the given path as part of a commit.
", "inputFields": [ { "name": "path", "description": "The path to delete.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "FollowOrganizationInput", "kind": "inputObjects", "id": "followorganizationinput", "href": "/graphql/reference/input-objects#followorganizationinput", "description": "Autogenerated input type of FollowOrganization.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationId", "description": "ID of the organization to follow.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "FollowUserInput", "kind": "inputObjects", "id": "followuserinput", "href": "/graphql/reference/input-objects#followuserinput", "description": "Autogenerated input type of FollowUser.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userId", "description": "ID of the user to follow.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "GistOrder", "kind": "inputObjects", "id": "gistorder", "href": "/graphql/reference/input-objects#gistorder", "description": "Ordering options for gist connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order repositories by.
", "type": "GistOrderField!", "id": "gistorderfield", "kind": "enums", "href": "/graphql/reference/enums#gistorderfield" } ] }, { "name": "GrantEnterpriseOrganizationsMigratorRoleInput", "kind": "inputObjects", "id": "grantenterpriseorganizationsmigratorroleinput", "href": "/graphql/reference/input-objects#grantenterpriseorganizationsmigratorroleinput", "description": "Autogenerated input type of GrantEnterpriseOrganizationsMigratorRole.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise to which all organizations managed by it will be granted the migrator role.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "login", "description": "The login of the user to grant the migrator role.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "GrantMigratorRoleInput", "kind": "inputObjects", "id": "grantmigratorroleinput", "href": "/graphql/reference/input-objects#grantmigratorroleinput", "description": "Autogenerated input type of GrantMigratorRole.
", "inputFields": [ { "name": "actor", "description": "The user login or Team slug to grant the migrator role.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorType", "description": "Specifies the type of the actor, can be either USER or TEAM.
", "type": "ActorType!", "id": "actortype", "kind": "enums", "href": "/graphql/reference/enums#actortype" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationId", "description": "The ID of the organization that the user/team belongs to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ImportProjectInput", "kind": "inputObjects", "id": "importprojectinput", "href": "/graphql/reference/input-objects#importprojectinput", "description": "Autogenerated input type of ImportProject.
", "inputFields": [ { "name": "body", "description": "The description of Project.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "columnImports", "description": "A list of columns containing issues and pull requests.
", "type": "[ProjectColumnImport!]!", "id": "projectcolumnimport", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectcolumnimport" }, { "name": "name", "description": "The name of Project.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerName", "description": "The name of the Organization or User to create the Project under.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "public", "description": "Whether the Project is public or not.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "InviteEnterpriseAdminInput", "kind": "inputObjects", "id": "inviteenterpriseadmininput", "href": "/graphql/reference/input-objects#inviteenterpriseadmininput", "description": "Autogenerated input type of InviteEnterpriseAdmin.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "email", "description": "The email of the person to invite as an administrator.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise to which you want to invite an administrator.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "invitee", "description": "The login of a user to invite as an administrator.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "role", "description": "The role of the administrator.
", "type": "EnterpriseAdministratorRole", "id": "enterpriseadministratorrole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseadministratorrole" } ] }, { "name": "IpAllowListEntryOrder", "kind": "inputObjects", "id": "ipallowlistentryorder", "href": "/graphql/reference/input-objects#ipallowlistentryorder", "description": "Ordering options for IP allow list entry connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order IP allow list entries by.
", "type": "IpAllowListEntryOrderField!", "id": "ipallowlistentryorderfield", "kind": "enums", "href": "/graphql/reference/enums#ipallowlistentryorderfield" } ] }, { "name": "IssueCommentOrder", "kind": "inputObjects", "id": "issuecommentorder", "href": "/graphql/reference/input-objects#issuecommentorder", "description": "Ways in which lists of issue comments can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order issue comments by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order issue comments by.
", "type": "IssueCommentOrderField!", "id": "issuecommentorderfield", "kind": "enums", "href": "/graphql/reference/enums#issuecommentorderfield" } ] }, { "name": "IssueFilters", "kind": "inputObjects", "id": "issuefilters", "href": "/graphql/reference/input-objects#issuefilters", "description": "Ways in which to filter lists of issues.
", "inputFields": [ { "name": "assignee", "description": "List issues assigned to given name. Pass in null for issues with no assigned\nuser, and * for issues assigned to any user.
List issues created by given name.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "labels", "description": "List issues where the list of label names exist on the issue.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "mentioned", "description": "List issues where the given name is mentioned in the issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "milestone", "description": "List issues by given milestone argument. If an string representation of an\ninteger is passed, it should refer to a milestone by its database ID. Pass in\nnull for issues with no milestone, and * for issues that are assigned to any milestone.
List issues by given milestone argument. If an string representation of an\ninteger is passed, it should refer to a milestone by its number field. Pass in\nnull for issues with no milestone, and * for issues that are assigned to any milestone.
List issues that have been updated at or after the given date.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "states", "description": "List issues filtered by the list of states given.
", "type": "[IssueState!]", "id": "issuestate", "kind": "enums", "href": "/graphql/reference/enums#issuestate" }, { "name": "viewerSubscribed", "description": "List issues subscribed to by viewer.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "IssueOrder", "kind": "inputObjects", "id": "issueorder", "href": "/graphql/reference/input-objects#issueorder", "description": "Ways in which lists of issues can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order issues by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order issues by.
", "type": "IssueOrderField!", "id": "issueorderfield", "kind": "enums", "href": "/graphql/reference/enums#issueorderfield" } ] }, { "name": "LabelOrder", "kind": "inputObjects", "id": "labelorder", "href": "/graphql/reference/input-objects#labelorder", "description": "Ways in which lists of labels can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order labels by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order labels by.
", "type": "LabelOrderField!", "id": "labelorderfield", "kind": "enums", "href": "/graphql/reference/enums#labelorderfield" } ] }, { "name": "LanguageOrder", "kind": "inputObjects", "id": "languageorder", "href": "/graphql/reference/input-objects#languageorder", "description": "Ordering options for language connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order languages by.
", "type": "LanguageOrderField!", "id": "languageorderfield", "kind": "enums", "href": "/graphql/reference/enums#languageorderfield" } ] }, { "name": "LinkRepositoryToProjectInput", "kind": "inputObjects", "id": "linkrepositorytoprojectinput", "href": "/graphql/reference/input-objects#linkrepositorytoprojectinput", "description": "Autogenerated input type of LinkRepositoryToProject.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectId", "description": "The ID of the Project to link to a Repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryId", "description": "The ID of the Repository to link to a Project.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "LockLockableInput", "kind": "inputObjects", "id": "locklockableinput", "href": "/graphql/reference/input-objects#locklockableinput", "description": "Autogenerated input type of LockLockable.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "lockReason", "description": "A reason for why the item will be locked.
", "type": "LockReason", "id": "lockreason", "kind": "enums", "href": "/graphql/reference/enums#lockreason" }, { "name": "lockableId", "description": "ID of the item to be locked.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "MarkDiscussionCommentAsAnswerInput", "kind": "inputObjects", "id": "markdiscussioncommentasanswerinput", "href": "/graphql/reference/input-objects#markdiscussioncommentasanswerinput", "description": "Autogenerated input type of MarkDiscussionCommentAsAnswer.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node ID of the discussion comment to mark as an answer.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "MarkFileAsViewedInput", "kind": "inputObjects", "id": "markfileasviewedinput", "href": "/graphql/reference/input-objects#markfileasviewedinput", "description": "Autogenerated input type of MarkFileAsViewed.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "path", "description": "The path of the file to mark as viewed.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "The Node ID of the pull request.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "MarkPullRequestReadyForReviewInput", "kind": "inputObjects", "id": "markpullrequestreadyforreviewinput", "href": "/graphql/reference/input-objects#markpullrequestreadyforreviewinput", "description": "Autogenerated input type of MarkPullRequestReadyForReview.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "ID of the pull request to be marked as ready for review.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "MergeBranchInput", "kind": "inputObjects", "id": "mergebranchinput", "href": "/graphql/reference/input-objects#mergebranchinput", "description": "Autogenerated input type of MergeBranch.
", "inputFields": [ { "name": "authorEmail", "description": "The email address to associate with this commit.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "base", "description": "The name of the base branch that the provided head will be merged into.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitMessage", "description": "Message to use for the merge commit. If omitted, a default will be used.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "head", "description": "The head to merge into the base branch. This can be a branch name or a commit GitObjectID.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The Node ID of the Repository containing the base branch that will be modified.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "MergePullRequestInput", "kind": "inputObjects", "id": "mergepullrequestinput", "href": "/graphql/reference/input-objects#mergepullrequestinput", "description": "Autogenerated input type of MergePullRequest.
", "inputFields": [ { "name": "authorEmail", "description": "The email address to associate with this merge.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitBody", "description": "Commit body to use for the merge commit; if omitted, a default message will be used.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commitHeadline", "description": "Commit headline to use for the merge commit; if omitted, a default message will be used.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "expectedHeadOid", "description": "OID that the pull request head ref must match to allow merge; if omitted, no check is performed.
", "type": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "mergeMethod", "description": "The merge method to use. If omitted, defaults to 'MERGE'.
", "type": "PullRequestMergeMethod", "id": "pullrequestmergemethod", "kind": "enums", "href": "/graphql/reference/enums#pullrequestmergemethod" }, { "name": "pullRequestId", "description": "ID of the pull request to be merged.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "MilestoneOrder", "kind": "inputObjects", "id": "milestoneorder", "href": "/graphql/reference/input-objects#milestoneorder", "description": "Ordering options for milestone connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order milestones by.
", "type": "MilestoneOrderField!", "id": "milestoneorderfield", "kind": "enums", "href": "/graphql/reference/enums#milestoneorderfield" } ] }, { "name": "MinimizeCommentInput", "kind": "inputObjects", "id": "minimizecommentinput", "href": "/graphql/reference/input-objects#minimizecommentinput", "description": "Autogenerated input type of MinimizeComment.
", "inputFields": [ { "name": "classifier", "description": "The classification of comment.
", "type": "ReportedContentClassifiers!", "id": "reportedcontentclassifiers", "kind": "enums", "href": "/graphql/reference/enums#reportedcontentclassifiers" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "subjectId", "description": "The Node ID of the subject to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "MoveProjectCardInput", "kind": "inputObjects", "id": "moveprojectcardinput", "href": "/graphql/reference/input-objects#moveprojectcardinput", "description": "Autogenerated input type of MoveProjectCard.
", "inputFields": [ { "name": "afterCardId", "description": "Place the new card after the card with this id. Pass null to place it at the top.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "cardId", "description": "The id of the card to move.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "columnId", "description": "The id of the column to move it into.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "MoveProjectColumnInput", "kind": "inputObjects", "id": "moveprojectcolumninput", "href": "/graphql/reference/input-objects#moveprojectcolumninput", "description": "Autogenerated input type of MoveProjectColumn.
", "inputFields": [ { "name": "afterColumnId", "description": "Place the new column after the column with this id. Pass null to place it at the front.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "columnId", "description": "The id of the column to move.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "OrgEnterpriseOwnerOrder", "kind": "inputObjects", "id": "orgenterpriseownerorder", "href": "/graphql/reference/input-objects#orgenterpriseownerorder", "description": "Ordering options for an organization's enterprise owner connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order enterprise owners by.
", "type": "OrgEnterpriseOwnerOrderField!", "id": "orgenterpriseownerorderfield", "kind": "enums", "href": "/graphql/reference/enums#orgenterpriseownerorderfield" } ] }, { "name": "OrganizationOrder", "kind": "inputObjects", "id": "organizationorder", "href": "/graphql/reference/input-objects#organizationorder", "description": "Ordering options for organization connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order organizations by.
", "type": "OrganizationOrderField!", "id": "organizationorderfield", "kind": "enums", "href": "/graphql/reference/enums#organizationorderfield" } ] }, { "name": "PackageFileOrder", "kind": "inputObjects", "id": "packagefileorder", "href": "/graphql/reference/input-objects#packagefileorder", "description": "Ways in which lists of package files can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order package files by the specified field.
", "type": "OrderDirection", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order package files by.
", "type": "PackageFileOrderField", "id": "packagefileorderfield", "kind": "enums", "href": "/graphql/reference/enums#packagefileorderfield" } ] }, { "name": "PackageOrder", "kind": "inputObjects", "id": "packageorder", "href": "/graphql/reference/input-objects#packageorder", "description": "Ways in which lists of packages can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order packages by the specified field.
", "type": "OrderDirection", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order packages by.
", "type": "PackageOrderField", "id": "packageorderfield", "kind": "enums", "href": "/graphql/reference/enums#packageorderfield" } ] }, { "name": "PackageVersionOrder", "kind": "inputObjects", "id": "packageversionorder", "href": "/graphql/reference/input-objects#packageversionorder", "description": "Ways in which lists of package versions can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order package versions by the specified field.
", "type": "OrderDirection", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order package versions by.
", "type": "PackageVersionOrderField", "id": "packageversionorderfield", "kind": "enums", "href": "/graphql/reference/enums#packageversionorderfield" } ] }, { "name": "PinIssueInput", "kind": "inputObjects", "id": "pinissueinput", "href": "/graphql/reference/input-objects#pinissueinput", "description": "Autogenerated input type of PinIssue.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issueId", "description": "The ID of the issue to be pinned.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ProjectCardImport", "kind": "inputObjects", "id": "projectcardimport", "href": "/graphql/reference/input-objects#projectcardimport", "description": "An issue or PR and its owning repository to be used in a project card.
", "inputFields": [ { "name": "number", "description": "The issue or pull request number.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "repository", "description": "Repository name with owner (owner/repository).
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ProjectColumnImport", "kind": "inputObjects", "id": "projectcolumnimport", "href": "/graphql/reference/input-objects#projectcolumnimport", "description": "A project column and a list of its issues and PRs.
", "inputFields": [ { "name": "columnName", "description": "The name of the column.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issues", "description": "A list of issues and pull requests in the column.
", "type": "[ProjectCardImport!]", "id": "projectcardimport", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectcardimport" }, { "name": "position", "description": "The position of the column, starting from 0.
", "type": "Int!", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "ProjectOrder", "kind": "inputObjects", "id": "projectorder", "href": "/graphql/reference/input-objects#projectorder", "description": "Ways in which lists of projects can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order projects by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order projects by.
", "type": "ProjectOrderField!", "id": "projectorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectorderfield" } ] }, { "name": "ProjectV2FieldOrder", "kind": "inputObjects", "id": "projectv2fieldorder", "href": "/graphql/reference/input-objects#projectv2fieldorder", "description": "Ordering options for project v2 field connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order the project v2 fields by.
", "type": "ProjectV2FieldOrderField!", "id": "projectv2fieldorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectv2fieldorderfield" } ] }, { "name": "ProjectV2FieldValue", "kind": "inputObjects", "id": "projectv2fieldvalue", "href": "/graphql/reference/input-objects#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.
", "inputFields": [ { "name": "date", "description": "The ISO 8601 date to set on the field.
", "type": "Date", "id": "date", "kind": "scalars", "href": "/graphql/reference/scalars#date" }, { "name": "iterationId", "description": "The id of the iteration to set on the field.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "number", "description": "The number to set on the field.
", "type": "Float", "id": "float", "kind": "scalars", "href": "/graphql/reference/scalars#float" }, { "name": "singleSelectOptionId", "description": "The id of the single select option to set on the field.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "text", "description": "The text to set on the field.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "ProjectV2ItemFieldValueOrder", "kind": "inputObjects", "id": "projectv2itemfieldvalueorder", "href": "/graphql/reference/input-objects#projectv2itemfieldvalueorder", "description": "Ordering options for project v2 item field value connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order the project v2 item field values by.
", "type": "ProjectV2ItemFieldValueOrderField!", "id": "projectv2itemfieldvalueorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectv2itemfieldvalueorderfield" } ] }, { "name": "ProjectV2ItemOrder", "kind": "inputObjects", "id": "projectv2itemorder", "href": "/graphql/reference/input-objects#projectv2itemorder", "description": "Ordering options for project v2 item connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order the project v2 items by.
", "type": "ProjectV2ItemOrderField!", "id": "projectv2itemorderfield", "kind": "enums", "href": "/graphql/reference/enums#projectv2itemorderfield" } ] }, { "name": "ProjectV2Order", "kind": "inputObjects", "id": "projectv2order", "href": "/graphql/reference/input-objects#projectv2order", "description": "Ways in which lists of projects can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order projects by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order projects by.
", "type": "ProjectV2OrderField!", "id": "projectv2orderfield", "kind": "enums", "href": "/graphql/reference/enums#projectv2orderfield" } ] }, { "name": "ProjectV2ViewOrder", "kind": "inputObjects", "id": "projectv2vieworder", "href": "/graphql/reference/input-objects#projectv2vieworder", "description": "Ordering options for project v2 view connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order the project v2 views by.
", "type": "ProjectV2ViewOrderField!", "id": "projectv2vieworderfield", "kind": "enums", "href": "/graphql/reference/enums#projectv2vieworderfield" } ] }, { "name": "PullRequestOrder", "kind": "inputObjects", "id": "pullrequestorder", "href": "/graphql/reference/input-objects#pullrequestorder", "description": "Ways in which lists of issues can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order pull requests by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order pull requests by.
", "type": "PullRequestOrderField!", "id": "pullrequestorderfield", "kind": "enums", "href": "/graphql/reference/enums#pullrequestorderfield" } ] }, { "name": "ReactionOrder", "kind": "inputObjects", "id": "reactionorder", "href": "/graphql/reference/input-objects#reactionorder", "description": "Ways in which lists of reactions can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order reactions by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order reactions by.
", "type": "ReactionOrderField!", "id": "reactionorderfield", "kind": "enums", "href": "/graphql/reference/enums#reactionorderfield" } ] }, { "name": "RefOrder", "kind": "inputObjects", "id": "reforder", "href": "/graphql/reference/input-objects#reforder", "description": "Ways in which lists of git refs can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order refs by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order refs by.
", "type": "RefOrderField!", "id": "reforderfield", "kind": "enums", "href": "/graphql/reference/enums#reforderfield" } ] }, { "name": "RefUpdate", "kind": "inputObjects", "id": "refupdate", "href": "/graphql/reference/input-objects#refupdate", "description": "A ref update.
", "isDeprecated": false, "preview": { "title": "Update refs preview", "description": "This preview adds support for updating multiple refs in a single operation.", "toggled_by": "update-refs-preview", "toggled_on": [ "Mutation.updateRefs", "GitRefname", "RefUpdate" ], "owning_teams": [ "@github/reponauts" ], "accept_header": "application/vnd.github.update-refs-preview+json", "href": "/graphql/overview/schema-previews#update-refs-preview" }, "inputFields": [ { "name": "afterOid", "description": "The value this ref should be updated to.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "beforeOid", "description": "The value this ref needs to point to before the update.
", "type": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "force", "description": "Force a non fast-forward update.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "The fully qualified name of the ref to be update. For example refs/heads/branch-name.
Autogenerated input type of RegenerateEnterpriseIdentityProviderRecoveryCodes.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set an identity provider.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RegenerateVerifiableDomainTokenInput", "kind": "inputObjects", "id": "regenerateverifiabledomaintokeninput", "href": "/graphql/reference/input-objects#regenerateverifiabledomaintokeninput", "description": "Autogenerated input type of RegenerateVerifiableDomainToken.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the verifiable domain to regenerate the verification token of.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RejectDeploymentsInput", "kind": "inputObjects", "id": "rejectdeploymentsinput", "href": "/graphql/reference/input-objects#rejectdeploymentsinput", "description": "Autogenerated input type of RejectDeployments.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "comment", "description": "Optional comment for rejecting deployments.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "environmentIds", "description": "The ids of environments to reject deployments.
", "type": "[ID!]!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "workflowRunId", "description": "The node ID of the workflow run containing the pending deployments.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ReleaseOrder", "kind": "inputObjects", "id": "releaseorder", "href": "/graphql/reference/input-objects#releaseorder", "description": "Ways in which lists of releases can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order releases by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order releases by.
", "type": "ReleaseOrderField!", "id": "releaseorderfield", "kind": "enums", "href": "/graphql/reference/enums#releaseorderfield" } ] }, { "name": "RemoveAssigneesFromAssignableInput", "kind": "inputObjects", "id": "removeassigneesfromassignableinput", "href": "/graphql/reference/input-objects#removeassigneesfromassignableinput", "description": "Autogenerated input type of RemoveAssigneesFromAssignable.
", "inputFields": [ { "name": "assignableId", "description": "The id of the assignable object to remove assignees from.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "assigneeIds", "description": "The id of users to remove as assignees.
", "type": "[ID!]!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "RemoveEnterpriseAdminInput", "kind": "inputObjects", "id": "removeenterpriseadmininput", "href": "/graphql/reference/input-objects#removeenterpriseadmininput", "description": "Autogenerated input type of RemoveEnterpriseAdmin.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The Enterprise ID from which to remove the administrator.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "login", "description": "The login of the user to remove as an administrator.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "RemoveEnterpriseIdentityProviderInput", "kind": "inputObjects", "id": "removeenterpriseidentityproviderinput", "href": "/graphql/reference/input-objects#removeenterpriseidentityproviderinput", "description": "Autogenerated input type of RemoveEnterpriseIdentityProvider.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise from which to remove the identity provider.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RemoveEnterpriseOrganizationInput", "kind": "inputObjects", "id": "removeenterpriseorganizationinput", "href": "/graphql/reference/input-objects#removeenterpriseorganizationinput", "description": "Autogenerated input type of RemoveEnterpriseOrganization.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise from which the organization should be removed.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "organizationId", "description": "The ID of the organization to remove from the enterprise.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RemoveEnterpriseSupportEntitlementInput", "kind": "inputObjects", "id": "removeenterprisesupportentitlementinput", "href": "/graphql/reference/input-objects#removeenterprisesupportentitlementinput", "description": "Autogenerated input type of RemoveEnterpriseSupportEntitlement.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the Enterprise which the admin belongs to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "login", "description": "The login of a member who will lose the support entitlement.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "RemoveLabelsFromLabelableInput", "kind": "inputObjects", "id": "removelabelsfromlabelableinput", "href": "/graphql/reference/input-objects#removelabelsfromlabelableinput", "description": "Autogenerated input type of RemoveLabelsFromLabelable.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "labelIds", "description": "The ids of labels to remove.
", "type": "[ID!]!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "labelableId", "description": "The id of the Labelable to remove labels from.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RemoveOutsideCollaboratorInput", "kind": "inputObjects", "id": "removeoutsidecollaboratorinput", "href": "/graphql/reference/input-objects#removeoutsidecollaboratorinput", "description": "Autogenerated input type of RemoveOutsideCollaborator.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationId", "description": "The ID of the organization to remove the outside collaborator from.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "userId", "description": "The ID of the outside collaborator to remove.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RemoveReactionInput", "kind": "inputObjects", "id": "removereactioninput", "href": "/graphql/reference/input-objects#removereactioninput", "description": "Autogenerated input type of RemoveReaction.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "content", "description": "The name of the emoji reaction to remove.
", "type": "ReactionContent!", "id": "reactioncontent", "kind": "enums", "href": "/graphql/reference/enums#reactioncontent" }, { "name": "subjectId", "description": "The Node ID of the subject to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RemoveStarInput", "kind": "inputObjects", "id": "removestarinput", "href": "/graphql/reference/input-objects#removestarinput", "description": "Autogenerated input type of RemoveStar.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "starrableId", "description": "The Starrable ID to unstar.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RemoveUpvoteInput", "kind": "inputObjects", "id": "removeupvoteinput", "href": "/graphql/reference/input-objects#removeupvoteinput", "description": "Autogenerated input type of RemoveUpvote.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "subjectId", "description": "The Node ID of the discussion or comment to remove upvote.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ReopenIssueInput", "kind": "inputObjects", "id": "reopenissueinput", "href": "/graphql/reference/input-objects#reopenissueinput", "description": "Autogenerated input type of ReopenIssue.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issueId", "description": "ID of the issue to be opened.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ReopenPullRequestInput", "kind": "inputObjects", "id": "reopenpullrequestinput", "href": "/graphql/reference/input-objects#reopenpullrequestinput", "description": "Autogenerated input type of ReopenPullRequest.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "ID of the pull request to be reopened.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RepositoryInvitationOrder", "kind": "inputObjects", "id": "repositoryinvitationorder", "href": "/graphql/reference/input-objects#repositoryinvitationorder", "description": "Ordering options for repository invitation connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order repository invitations by.
", "type": "RepositoryInvitationOrderField!", "id": "repositoryinvitationorderfield", "kind": "enums", "href": "/graphql/reference/enums#repositoryinvitationorderfield" } ] }, { "name": "RepositoryMigrationOrder", "kind": "inputObjects", "id": "repositorymigrationorder", "href": "/graphql/reference/input-objects#repositorymigrationorder", "description": "Ordering options for repository migrations.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "RepositoryMigrationOrderDirection!", "id": "repositorymigrationorderdirection", "kind": "enums", "href": "/graphql/reference/enums#repositorymigrationorderdirection" }, { "name": "field", "description": "The field to order repository migrations by.
", "type": "RepositoryMigrationOrderField!", "id": "repositorymigrationorderfield", "kind": "enums", "href": "/graphql/reference/enums#repositorymigrationorderfield" } ] }, { "name": "RepositoryOrder", "kind": "inputObjects", "id": "repositoryorder", "href": "/graphql/reference/input-objects#repositoryorder", "description": "Ordering options for repository connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order repositories by.
", "type": "RepositoryOrderField!", "id": "repositoryorderfield", "kind": "enums", "href": "/graphql/reference/enums#repositoryorderfield" } ] }, { "name": "RequestReviewsInput", "kind": "inputObjects", "id": "requestreviewsinput", "href": "/graphql/reference/input-objects#requestreviewsinput", "description": "Autogenerated input type of RequestReviews.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "The Node ID of the pull request to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "teamIds", "description": "The Node IDs of the team to request.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "union", "description": "Add users to the set rather than replace.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "userIds", "description": "The Node IDs of the user to request.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RequiredStatusCheckInput", "kind": "inputObjects", "id": "requiredstatuscheckinput", "href": "/graphql/reference/input-objects#requiredstatuscheckinput", "description": "Specifies the attributes for a new or updated required status check.
", "inputFields": [ { "name": "appId", "description": "The ID of the App that must set the status in order for it to be accepted.\nOmit this value to use whichever app has recently been setting this status, or\nuse \"any\" to allow any app to set the status.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "context", "description": "Status check context that must pass for commits to be accepted to the matching branch.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "RerequestCheckSuiteInput", "kind": "inputObjects", "id": "rerequestchecksuiteinput", "href": "/graphql/reference/input-objects#rerequestchecksuiteinput", "description": "Autogenerated input type of RerequestCheckSuite.
", "inputFields": [ { "name": "checkSuiteId", "description": "The Node ID of the check suite.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "ResolveReviewThreadInput", "kind": "inputObjects", "id": "resolvereviewthreadinput", "href": "/graphql/reference/input-objects#resolvereviewthreadinput", "description": "Autogenerated input type of ResolveReviewThread.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "threadId", "description": "The ID of the thread to resolve.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "RevokeEnterpriseOrganizationsMigratorRoleInput", "kind": "inputObjects", "id": "revokeenterpriseorganizationsmigratorroleinput", "href": "/graphql/reference/input-objects#revokeenterpriseorganizationsmigratorroleinput", "description": "Autogenerated input type of RevokeEnterpriseOrganizationsMigratorRole.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise to which all organizations managed by it will be granted the migrator role.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "login", "description": "The login of the user to revoke the migrator role.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "RevokeMigratorRoleInput", "kind": "inputObjects", "id": "revokemigratorroleinput", "href": "/graphql/reference/input-objects#revokemigratorroleinput", "description": "Autogenerated input type of RevokeMigratorRole.
", "inputFields": [ { "name": "actor", "description": "The user login or Team slug to revoke the migrator role from.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "actorType", "description": "Specifies the type of the actor, can be either USER or TEAM.
", "type": "ActorType!", "id": "actortype", "kind": "enums", "href": "/graphql/reference/enums#actortype" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationId", "description": "The ID of the organization that the user/team belongs to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "SavedReplyOrder", "kind": "inputObjects", "id": "savedreplyorder", "href": "/graphql/reference/input-objects#savedreplyorder", "description": "Ordering options for saved reply connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order saved replies by.
", "type": "SavedReplyOrderField!", "id": "savedreplyorderfield", "kind": "enums", "href": "/graphql/reference/enums#savedreplyorderfield" } ] }, { "name": "SecurityAdvisoryIdentifierFilter", "kind": "inputObjects", "id": "securityadvisoryidentifierfilter", "href": "/graphql/reference/input-objects#securityadvisoryidentifierfilter", "description": "An advisory identifier to filter results on.
", "inputFields": [ { "name": "type", "description": "The identifier type.
", "type": "SecurityAdvisoryIdentifierType!", "id": "securityadvisoryidentifiertype", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryidentifiertype" }, { "name": "value", "description": "The identifier string. Supports exact or partial matching.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "SecurityAdvisoryOrder", "kind": "inputObjects", "id": "securityadvisoryorder", "href": "/graphql/reference/input-objects#securityadvisoryorder", "description": "Ordering options for security advisory connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order security advisories by.
", "type": "SecurityAdvisoryOrderField!", "id": "securityadvisoryorderfield", "kind": "enums", "href": "/graphql/reference/enums#securityadvisoryorderfield" } ] }, { "name": "SecurityVulnerabilityOrder", "kind": "inputObjects", "id": "securityvulnerabilityorder", "href": "/graphql/reference/input-objects#securityvulnerabilityorder", "description": "Ordering options for security vulnerability connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order security vulnerabilities by.
", "type": "SecurityVulnerabilityOrderField!", "id": "securityvulnerabilityorderfield", "kind": "enums", "href": "/graphql/reference/enums#securityvulnerabilityorderfield" } ] }, { "name": "SetEnterpriseIdentityProviderInput", "kind": "inputObjects", "id": "setenterpriseidentityproviderinput", "href": "/graphql/reference/input-objects#setenterpriseidentityproviderinput", "description": "Autogenerated input type of SetEnterpriseIdentityProvider.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "digestMethod", "description": "The digest algorithm used to sign SAML requests for the identity provider.
", "type": "SamlDigestAlgorithm!", "id": "samldigestalgorithm", "kind": "enums", "href": "/graphql/reference/enums#samldigestalgorithm" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set an identity provider.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "idpCertificate", "description": "The x509 certificate used by the identity provider to sign assertions and responses.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issuer", "description": "The Issuer Entity ID for the SAML identity provider.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "signatureMethod", "description": "The signature algorithm used to sign SAML requests for the identity provider.
", "type": "SamlSignatureAlgorithm!", "id": "samlsignaturealgorithm", "kind": "enums", "href": "/graphql/reference/enums#samlsignaturealgorithm" }, { "name": "ssoUrl", "description": "The URL endpoint for the identity provider's SAML SSO.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" } ] }, { "name": "SetOrganizationInteractionLimitInput", "kind": "inputObjects", "id": "setorganizationinteractionlimitinput", "href": "/graphql/reference/input-objects#setorganizationinteractionlimitinput", "description": "Autogenerated input type of SetOrganizationInteractionLimit.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "expiry", "description": "When this limit should expire.
", "type": "RepositoryInteractionLimitExpiry", "id": "repositoryinteractionlimitexpiry", "kind": "enums", "href": "/graphql/reference/enums#repositoryinteractionlimitexpiry" }, { "name": "limit", "description": "The limit to set.
", "type": "RepositoryInteractionLimit!", "id": "repositoryinteractionlimit", "kind": "enums", "href": "/graphql/reference/enums#repositoryinteractionlimit" }, { "name": "organizationId", "description": "The ID of the organization to set a limit for.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "SetRepositoryInteractionLimitInput", "kind": "inputObjects", "id": "setrepositoryinteractionlimitinput", "href": "/graphql/reference/input-objects#setrepositoryinteractionlimitinput", "description": "Autogenerated input type of SetRepositoryInteractionLimit.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "expiry", "description": "When this limit should expire.
", "type": "RepositoryInteractionLimitExpiry", "id": "repositoryinteractionlimitexpiry", "kind": "enums", "href": "/graphql/reference/enums#repositoryinteractionlimitexpiry" }, { "name": "limit", "description": "The limit to set.
", "type": "RepositoryInteractionLimit!", "id": "repositoryinteractionlimit", "kind": "enums", "href": "/graphql/reference/enums#repositoryinteractionlimit" }, { "name": "repositoryId", "description": "The ID of the repository to set a limit for.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "SetUserInteractionLimitInput", "kind": "inputObjects", "id": "setuserinteractionlimitinput", "href": "/graphql/reference/input-objects#setuserinteractionlimitinput", "description": "Autogenerated input type of SetUserInteractionLimit.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "expiry", "description": "When this limit should expire.
", "type": "RepositoryInteractionLimitExpiry", "id": "repositoryinteractionlimitexpiry", "kind": "enums", "href": "/graphql/reference/enums#repositoryinteractionlimitexpiry" }, { "name": "limit", "description": "The limit to set.
", "type": "RepositoryInteractionLimit!", "id": "repositoryinteractionlimit", "kind": "enums", "href": "/graphql/reference/enums#repositoryinteractionlimit" }, { "name": "userId", "description": "The ID of the user to set a limit for.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "SponsorOrder", "kind": "inputObjects", "id": "sponsororder", "href": "/graphql/reference/input-objects#sponsororder", "description": "Ordering options for connections to get sponsor entities for GitHub Sponsors.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order sponsor entities by.
", "type": "SponsorOrderField!", "id": "sponsororderfield", "kind": "enums", "href": "/graphql/reference/enums#sponsororderfield" } ] }, { "name": "SponsorableOrder", "kind": "inputObjects", "id": "sponsorableorder", "href": "/graphql/reference/input-objects#sponsorableorder", "description": "Ordering options for connections to get sponsorable entities for GitHub Sponsors.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order sponsorable entities by.
", "type": "SponsorableOrderField!", "id": "sponsorableorderfield", "kind": "enums", "href": "/graphql/reference/enums#sponsorableorderfield" } ] }, { "name": "SponsorsActivityOrder", "kind": "inputObjects", "id": "sponsorsactivityorder", "href": "/graphql/reference/input-objects#sponsorsactivityorder", "description": "Ordering options for GitHub Sponsors activity connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order activity by.
", "type": "SponsorsActivityOrderField!", "id": "sponsorsactivityorderfield", "kind": "enums", "href": "/graphql/reference/enums#sponsorsactivityorderfield" } ] }, { "name": "SponsorsTierOrder", "kind": "inputObjects", "id": "sponsorstierorder", "href": "/graphql/reference/input-objects#sponsorstierorder", "description": "Ordering options for Sponsors tiers connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order tiers by.
", "type": "SponsorsTierOrderField!", "id": "sponsorstierorderfield", "kind": "enums", "href": "/graphql/reference/enums#sponsorstierorderfield" } ] }, { "name": "SponsorshipNewsletterOrder", "kind": "inputObjects", "id": "sponsorshipnewsletterorder", "href": "/graphql/reference/input-objects#sponsorshipnewsletterorder", "description": "Ordering options for sponsorship newsletter connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order sponsorship newsletters by.
", "type": "SponsorshipNewsletterOrderField!", "id": "sponsorshipnewsletterorderfield", "kind": "enums", "href": "/graphql/reference/enums#sponsorshipnewsletterorderfield" } ] }, { "name": "SponsorshipOrder", "kind": "inputObjects", "id": "sponsorshiporder", "href": "/graphql/reference/input-objects#sponsorshiporder", "description": "Ordering options for sponsorship connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order sponsorship by.
", "type": "SponsorshipOrderField!", "id": "sponsorshiporderfield", "kind": "enums", "href": "/graphql/reference/enums#sponsorshiporderfield" } ] }, { "name": "StarOrder", "kind": "inputObjects", "id": "starorder", "href": "/graphql/reference/input-objects#starorder", "description": "Ways in which star connections can be ordered.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order nodes.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order nodes by.
", "type": "StarOrderField!", "id": "starorderfield", "kind": "enums", "href": "/graphql/reference/enums#starorderfield" } ] }, { "name": "StartRepositoryMigrationInput", "kind": "inputObjects", "id": "startrepositorymigrationinput", "href": "/graphql/reference/input-objects#startrepositorymigrationinput", "description": "Autogenerated input type of StartRepositoryMigration.
", "inputFields": [ { "name": "accessToken", "description": "The Octoshift migration source access token.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "continueOnError", "description": "Whether to continue the migration on error.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "gitArchiveUrl", "description": "The signed URL to access the user-uploaded git archive.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "githubPat", "description": "The GitHub personal access token of the user importing to the target repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "lockSource", "description": "Whether to lock the source repository.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "metadataArchiveUrl", "description": "The signed URL to access the user-uploaded metadata archive.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the organization that will own the imported repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryName", "description": "The name of the imported repository.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "skipReleases", "description": "Whether to skip migrating releases for the repository.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "sourceId", "description": "The ID of the Octoshift migration source.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "sourceRepositoryUrl", "description": "The Octoshift migration source repository URL.
", "type": "URI!", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "targetRepoVisibility", "description": "The visibility of the imported repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "SubmitPullRequestReviewInput", "kind": "inputObjects", "id": "submitpullrequestreviewinput", "href": "/graphql/reference/input-objects#submitpullrequestreviewinput", "description": "Autogenerated input type of SubmitPullRequestReview.
", "inputFields": [ { "name": "body", "description": "The text field to set on the Pull Request Review.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "event", "description": "The event to send to the Pull Request Review.
", "type": "PullRequestReviewEvent!", "id": "pullrequestreviewevent", "kind": "enums", "href": "/graphql/reference/enums#pullrequestreviewevent" }, { "name": "pullRequestId", "description": "The Pull Request ID to submit any pending reviews.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "pullRequestReviewId", "description": "The Pull Request Review ID to submit.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "TeamDiscussionCommentOrder", "kind": "inputObjects", "id": "teamdiscussioncommentorder", "href": "/graphql/reference/input-objects#teamdiscussioncommentorder", "description": "Ways in which team discussion comment connections can be ordered.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order nodes.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field by which to order nodes.
", "type": "TeamDiscussionCommentOrderField!", "id": "teamdiscussioncommentorderfield", "kind": "enums", "href": "/graphql/reference/enums#teamdiscussioncommentorderfield" } ] }, { "name": "TeamDiscussionOrder", "kind": "inputObjects", "id": "teamdiscussionorder", "href": "/graphql/reference/input-objects#teamdiscussionorder", "description": "Ways in which team discussion connections can be ordered.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order nodes.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field by which to order nodes.
", "type": "TeamDiscussionOrderField!", "id": "teamdiscussionorderfield", "kind": "enums", "href": "/graphql/reference/enums#teamdiscussionorderfield" } ] }, { "name": "TeamMemberOrder", "kind": "inputObjects", "id": "teammemberorder", "href": "/graphql/reference/input-objects#teammemberorder", "description": "Ordering options for team member connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order team members by.
", "type": "TeamMemberOrderField!", "id": "teammemberorderfield", "kind": "enums", "href": "/graphql/reference/enums#teammemberorderfield" } ] }, { "name": "TeamOrder", "kind": "inputObjects", "id": "teamorder", "href": "/graphql/reference/input-objects#teamorder", "description": "Ways in which team connections can be ordered.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order nodes.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field in which to order nodes by.
", "type": "TeamOrderField!", "id": "teamorderfield", "kind": "enums", "href": "/graphql/reference/enums#teamorderfield" } ] }, { "name": "TeamRepositoryOrder", "kind": "inputObjects", "id": "teamrepositoryorder", "href": "/graphql/reference/input-objects#teamrepositoryorder", "description": "Ordering options for team repository connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order repositories by.
", "type": "TeamRepositoryOrderField!", "id": "teamrepositoryorderfield", "kind": "enums", "href": "/graphql/reference/enums#teamrepositoryorderfield" } ] }, { "name": "TransferIssueInput", "kind": "inputObjects", "id": "transferissueinput", "href": "/graphql/reference/input-objects#transferissueinput", "description": "Autogenerated input type of TransferIssue.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "createLabelsIfMissing", "description": "Whether to create labels if they don't exist in the target repository (matched by name).
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "issueId", "description": "The Node ID of the issue to be transferred.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryId", "description": "The Node ID of the repository the issue should be transferred to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnarchiveRepositoryInput", "kind": "inputObjects", "id": "unarchiverepositoryinput", "href": "/graphql/reference/input-objects#unarchiverepositoryinput", "description": "Autogenerated input type of UnarchiveRepository.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The ID of the repository to unarchive.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnfollowOrganizationInput", "kind": "inputObjects", "id": "unfolloworganizationinput", "href": "/graphql/reference/input-objects#unfolloworganizationinput", "description": "Autogenerated input type of UnfollowOrganization.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationId", "description": "ID of the organization to unfollow.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnfollowUserInput", "kind": "inputObjects", "id": "unfollowuserinput", "href": "/graphql/reference/input-objects#unfollowuserinput", "description": "Autogenerated input type of UnfollowUser.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "userId", "description": "ID of the user to unfollow.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnlinkRepositoryFromProjectInput", "kind": "inputObjects", "id": "unlinkrepositoryfromprojectinput", "href": "/graphql/reference/input-objects#unlinkrepositoryfromprojectinput", "description": "Autogenerated input type of UnlinkRepositoryFromProject.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectId", "description": "The ID of the Project linked to the Repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "repositoryId", "description": "The ID of the Repository linked to the Project.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnlockLockableInput", "kind": "inputObjects", "id": "unlocklockableinput", "href": "/graphql/reference/input-objects#unlocklockableinput", "description": "Autogenerated input type of UnlockLockable.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "lockableId", "description": "ID of the item to be unlocked.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnmarkDiscussionCommentAsAnswerInput", "kind": "inputObjects", "id": "unmarkdiscussioncommentasanswerinput", "href": "/graphql/reference/input-objects#unmarkdiscussioncommentasanswerinput", "description": "Autogenerated input type of UnmarkDiscussionCommentAsAnswer.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node ID of the discussion comment to unmark as an answer.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnmarkFileAsViewedInput", "kind": "inputObjects", "id": "unmarkfileasviewedinput", "href": "/graphql/reference/input-objects#unmarkfileasviewedinput", "description": "Autogenerated input type of UnmarkFileAsViewed.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "path", "description": "The path of the file to mark as unviewed.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestId", "description": "The Node ID of the pull request.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnmarkIssueAsDuplicateInput", "kind": "inputObjects", "id": "unmarkissueasduplicateinput", "href": "/graphql/reference/input-objects#unmarkissueasduplicateinput", "description": "Autogenerated input type of UnmarkIssueAsDuplicate.
", "inputFields": [ { "name": "canonicalId", "description": "ID of the issue or pull request currently considered canonical/authoritative/original.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "duplicateId", "description": "ID of the issue or pull request currently marked as a duplicate.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnminimizeCommentInput", "kind": "inputObjects", "id": "unminimizecommentinput", "href": "/graphql/reference/input-objects#unminimizecommentinput", "description": "Autogenerated input type of UnminimizeComment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "subjectId", "description": "The Node ID of the subject to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnpinIssueInput", "kind": "inputObjects", "id": "unpinissueinput", "href": "/graphql/reference/input-objects#unpinissueinput", "description": "Autogenerated input type of UnpinIssue.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "issueId", "description": "The ID of the issue to be unpinned.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UnresolveReviewThreadInput", "kind": "inputObjects", "id": "unresolvereviewthreadinput", "href": "/graphql/reference/input-objects#unresolvereviewthreadinput", "description": "Autogenerated input type of UnresolveReviewThread.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "threadId", "description": "The ID of the thread to unresolve.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateBranchProtectionRuleInput", "kind": "inputObjects", "id": "updatebranchprotectionruleinput", "href": "/graphql/reference/input-objects#updatebranchprotectionruleinput", "description": "Autogenerated input type of UpdateBranchProtectionRule.
", "inputFields": [ { "name": "allowsDeletions", "description": "Can this branch be deleted.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "allowsForcePushes", "description": "Are force pushes allowed on this branch.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "blocksCreations", "description": "Is branch creation a protected operation.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "branchProtectionRuleId", "description": "The global relay id of the branch protection rule to be updated.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "bypassForcePushActorIds", "description": "A list of User, Team, or App IDs allowed to bypass force push targeting matching branches.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "bypassPullRequestActorIds", "description": "A list of User, Team, or App IDs allowed to bypass pull requests targeting matching branches.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "dismissesStaleReviews", "description": "Will new commits pushed to matching branches dismiss pull request review approvals.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "isAdminEnforced", "description": "Can admins overwrite branch protection.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "pattern", "description": "The glob-like pattern used to determine matching branches.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pushActorIds", "description": "A list of User, Team, or App IDs allowed to push to matching branches.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "requiredApprovingReviewCount", "description": "Number of approving reviews required to update matching branches.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" }, { "name": "requiredStatusCheckContexts", "description": "List of required status check contexts that must pass for commits to be accepted to matching branches.
", "type": "[String!]", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "requiredStatusChecks", "description": "The list of required status checks.
", "type": "[RequiredStatusCheckInput!]", "id": "requiredstatuscheckinput", "kind": "input-objects", "href": "/graphql/reference/input-objects#requiredstatuscheckinput" }, { "name": "requiresApprovingReviews", "description": "Are approving reviews required to update matching branches.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresCodeOwnerReviews", "description": "Are reviews from code owners required to update matching branches.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresCommitSignatures", "description": "Are commits required to be signed.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresConversationResolution", "description": "Are conversations required to be resolved before merging.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresLinearHistory", "description": "Are merge commits prohibited from being pushed to this branch.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresStatusChecks", "description": "Are status checks required to update matching branches.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "requiresStrictStatusChecks", "description": "Are branches required to be up to date before merging.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "restrictsPushes", "description": "Is pushing to matching branches restricted.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "restrictsReviewDismissals", "description": "Is dismissal of pull request reviews restricted.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "reviewDismissalActorIds", "description": "A list of User, Team, or App IDs allowed to dismiss reviews on pull requests targeting matching branches.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" } ] }, { "name": "UpdateCheckRunInput", "kind": "inputObjects", "id": "updatecheckruninput", "href": "/graphql/reference/input-objects#updatecheckruninput", "description": "Autogenerated input type of UpdateCheckRun.
", "inputFields": [ { "name": "actions", "description": "Possible further actions the integrator can perform, which a user may trigger.
", "type": "[CheckRunAction!]", "id": "checkrunaction", "kind": "input-objects", "href": "/graphql/reference/input-objects#checkrunaction" }, { "name": "checkRunId", "description": "The node of the check.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "completedAt", "description": "The time that the check run finished.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "conclusion", "description": "The final conclusion of the check.
", "type": "CheckConclusionState", "id": "checkconclusionstate", "kind": "enums", "href": "/graphql/reference/enums#checkconclusionstate" }, { "name": "detailsUrl", "description": "The URL of the integrator's site that has the full details of the check.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "externalId", "description": "A reference for the run on the integrator's system.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the check.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "output", "description": "Descriptive details about the run.
", "type": "CheckRunOutput", "id": "checkrunoutput", "kind": "input-objects", "href": "/graphql/reference/input-objects#checkrunoutput" }, { "name": "repositoryId", "description": "The node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "startedAt", "description": "The time that the check run began.
", "type": "DateTime", "id": "datetime", "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, { "name": "status", "description": "The current status.
", "type": "RequestableCheckStatusState", "id": "requestablecheckstatusstate", "kind": "enums", "href": "/graphql/reference/enums#requestablecheckstatusstate" } ] }, { "name": "UpdateCheckSuitePreferencesInput", "kind": "inputObjects", "id": "updatechecksuitepreferencesinput", "href": "/graphql/reference/input-objects#updatechecksuitepreferencesinput", "description": "Autogenerated input type of UpdateCheckSuitePreferences.
", "inputFields": [ { "name": "autoTriggerPreferences", "description": "The check suite preferences to modify.
", "type": "[CheckSuiteAutoTriggerPreference!]!", "id": "checksuiteautotriggerpreference", "kind": "input-objects", "href": "/graphql/reference/input-objects#checksuiteautotriggerpreference" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateDiscussionCommentInput", "kind": "inputObjects", "id": "updatediscussioncommentinput", "href": "/graphql/reference/input-objects#updatediscussioncommentinput", "description": "Autogenerated input type of UpdateDiscussionComment.
", "inputFields": [ { "name": "body", "description": "The new contents of the comment body.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "commentId", "description": "The Node ID of the discussion comment to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateDiscussionInput", "kind": "inputObjects", "id": "updatediscussioninput", "href": "/graphql/reference/input-objects#updatediscussioninput", "description": "Autogenerated input type of UpdateDiscussion.
", "inputFields": [ { "name": "body", "description": "The new contents of the discussion body.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "categoryId", "description": "The Node ID of a discussion category within the same repository to change this discussion to.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "discussionId", "description": "The Node ID of the discussion to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The new discussion title.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateEnterpriseAdministratorRoleInput", "kind": "inputObjects", "id": "updateenterpriseadministratorroleinput", "href": "/graphql/reference/input-objects#updateenterpriseadministratorroleinput", "description": "Autogenerated input type of UpdateEnterpriseAdministratorRole.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the Enterprise which the admin belongs to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "login", "description": "The login of a administrator whose role is being changed.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "role", "description": "The new role for the Enterprise administrator.
", "type": "EnterpriseAdministratorRole!", "id": "enterpriseadministratorrole", "kind": "enums", "href": "/graphql/reference/enums#enterpriseadministratorrole" } ] }, { "name": "UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput", "kind": "inputObjects", "id": "updateenterpriseallowprivaterepositoryforkingsettinginput", "href": "/graphql/reference/input-objects#updateenterpriseallowprivaterepositoryforkingsettinginput", "description": "Autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the allow private repository forking setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "policyValue", "description": "The value for the allow private repository forking policy on the enterprise.
", "type": "EnterpriseAllowPrivateRepositoryForkingPolicyValue", "id": "enterpriseallowprivaterepositoryforkingpolicyvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseallowprivaterepositoryforkingpolicyvalue" }, { "name": "settingValue", "description": "The value for the allow private repository forking setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseDefaultRepositoryPermissionSettingInput", "kind": "inputObjects", "id": "updateenterprisedefaultrepositorypermissionsettinginput", "href": "/graphql/reference/input-objects#updateenterprisedefaultrepositorypermissionsettinginput", "description": "Autogenerated input type of UpdateEnterpriseDefaultRepositoryPermissionSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the base repository permission setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the base repository permission setting on the enterprise.
", "type": "EnterpriseDefaultRepositoryPermissionSettingValue!", "id": "enterprisedefaultrepositorypermissionsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterprisedefaultrepositorypermissionsettingvalue" } ] }, { "name": "UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput", "kind": "inputObjects", "id": "updateenterprisememberscanchangerepositoryvisibilitysettinginput", "href": "/graphql/reference/input-objects#updateenterprisememberscanchangerepositoryvisibilitysettinginput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can change repository visibility setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the members can change repository visibility setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseMembersCanCreateRepositoriesSettingInput", "kind": "inputObjects", "id": "updateenterprisememberscancreaterepositoriessettinginput", "href": "/graphql/reference/input-objects#updateenterprisememberscancreaterepositoriessettinginput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can create repositories setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "membersCanCreateInternalRepositories", "description": "Allow members to create internal repositories. Defaults to current value.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "membersCanCreatePrivateRepositories", "description": "Allow members to create private repositories. Defaults to current value.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "membersCanCreatePublicRepositories", "description": "Allow members to create public repositories. Defaults to current value.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "membersCanCreateRepositoriesPolicyEnabled", "description": "When false, allow member organizations to set their own repository creation member privileges.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "settingValue", "description": "Value for the members can create repositories setting on the enterprise. This\nor the granular public/private/internal allowed fields (but not both) must be provided.
", "type": "EnterpriseMembersCanCreateRepositoriesSettingValue", "id": "enterprisememberscancreaterepositoriessettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterprisememberscancreaterepositoriessettingvalue" } ] }, { "name": "UpdateEnterpriseMembersCanDeleteIssuesSettingInput", "kind": "inputObjects", "id": "updateenterprisememberscandeleteissuessettinginput", "href": "/graphql/reference/input-objects#updateenterprisememberscandeleteissuessettinginput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanDeleteIssuesSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can delete issues setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the members can delete issues setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput", "kind": "inputObjects", "id": "updateenterprisememberscandeleterepositoriessettinginput", "href": "/graphql/reference/input-objects#updateenterprisememberscandeleterepositoriessettinginput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can delete repositories setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the members can delete repositories setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput", "kind": "inputObjects", "id": "updateenterprisememberscaninvitecollaboratorssettinginput", "href": "/graphql/reference/input-objects#updateenterprisememberscaninvitecollaboratorssettinginput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can invite collaborators setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the members can invite collaborators setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseMembersCanMakePurchasesSettingInput", "kind": "inputObjects", "id": "updateenterprisememberscanmakepurchasessettinginput", "href": "/graphql/reference/input-objects#updateenterprisememberscanmakepurchasessettinginput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanMakePurchasesSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can make purchases setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the members can make purchases setting on the enterprise.
", "type": "EnterpriseMembersCanMakePurchasesSettingValue!", "id": "enterprisememberscanmakepurchasessettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterprisememberscanmakepurchasessettingvalue" } ] }, { "name": "UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput", "kind": "inputObjects", "id": "updateenterprisememberscanupdateprotectedbranchessettinginput", "href": "/graphql/reference/input-objects#updateenterprisememberscanupdateprotectedbranchessettinginput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can update protected branches setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the members can update protected branches setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput", "kind": "inputObjects", "id": "updateenterprisememberscanviewdependencyinsightssettinginput", "href": "/graphql/reference/input-objects#updateenterprisememberscanviewdependencyinsightssettinginput", "description": "Autogenerated input type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the members can view dependency insights setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the members can view dependency insights setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseOrganizationProjectsSettingInput", "kind": "inputObjects", "id": "updateenterpriseorganizationprojectssettinginput", "href": "/graphql/reference/input-objects#updateenterpriseorganizationprojectssettinginput", "description": "Autogenerated input type of UpdateEnterpriseOrganizationProjectsSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the organization projects setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the organization projects setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseOwnerOrganizationRoleInput", "kind": "inputObjects", "id": "updateenterpriseownerorganizationroleinput", "href": "/graphql/reference/input-objects#updateenterpriseownerorganizationroleinput", "description": "Autogenerated input type of UpdateEnterpriseOwnerOrganizationRole.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the Enterprise which the owner belongs to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "organizationId", "description": "The ID of the organization for membership change.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "organizationRole", "description": "The role to assume in the organization.
", "type": "RoleInOrganization!", "id": "roleinorganization", "kind": "enums", "href": "/graphql/reference/enums#roleinorganization" } ] }, { "name": "UpdateEnterpriseProfileInput", "kind": "inputObjects", "id": "updateenterpriseprofileinput", "href": "/graphql/reference/input-objects#updateenterpriseprofileinput", "description": "Autogenerated input type of UpdateEnterpriseProfile.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "description", "description": "The description of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The Enterprise ID to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "location", "description": "The location of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of the enterprise.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "websiteUrl", "description": "The URL of the enterprise's website.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateEnterpriseRepositoryProjectsSettingInput", "kind": "inputObjects", "id": "updateenterpriserepositoryprojectssettinginput", "href": "/graphql/reference/input-objects#updateenterpriserepositoryprojectssettinginput", "description": "Autogenerated input type of UpdateEnterpriseRepositoryProjectsSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the repository projects setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the repository projects setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseTeamDiscussionsSettingInput", "kind": "inputObjects", "id": "updateenterpriseteamdiscussionssettinginput", "href": "/graphql/reference/input-objects#updateenterpriseteamdiscussionssettinginput", "description": "Autogenerated input type of UpdateEnterpriseTeamDiscussionsSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the team discussions setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the team discussions setting on the enterprise.
", "type": "EnterpriseEnabledDisabledSettingValue!", "id": "enterpriseenableddisabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenableddisabledsettingvalue" } ] }, { "name": "UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput", "kind": "inputObjects", "id": "updateenterprisetwofactorauthenticationrequiredsettinginput", "href": "/graphql/reference/input-objects#updateenterprisetwofactorauthenticationrequiredsettinginput", "description": "Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enterpriseId", "description": "The ID of the enterprise on which to set the two factor authentication required setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the two factor authentication required setting on the enterprise.
", "type": "EnterpriseEnabledSettingValue!", "id": "enterpriseenabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#enterpriseenabledsettingvalue" } ] }, { "name": "UpdateEnvironmentInput", "kind": "inputObjects", "id": "updateenvironmentinput", "href": "/graphql/reference/input-objects#updateenvironmentinput", "description": "Autogenerated input type of UpdateEnvironment.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "environmentId", "description": "The node ID of the environment.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "reviewers", "description": "The ids of users or teams that can approve deployments to this environment.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "waitTimer", "description": "The wait timer in minutes.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "UpdateIpAllowListEnabledSettingInput", "kind": "inputObjects", "id": "updateipallowlistenabledsettinginput", "href": "/graphql/reference/input-objects#updateipallowlistenabledsettinginput", "description": "Autogenerated input type of UpdateIpAllowListEnabledSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the owner on which to set the IP allow list enabled setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the IP allow list enabled setting.
", "type": "IpAllowListEnabledSettingValue!", "id": "ipallowlistenabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#ipallowlistenabledsettingvalue" } ] }, { "name": "UpdateIpAllowListEntryInput", "kind": "inputObjects", "id": "updateipallowlistentryinput", "href": "/graphql/reference/input-objects#updateipallowlistentryinput", "description": "Autogenerated input type of UpdateIpAllowListEntry.
", "inputFields": [ { "name": "allowListValue", "description": "An IP address or range of addresses in CIDR notation.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ipAllowListEntryId", "description": "The ID of the IP allow list entry to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "isActive", "description": "Whether the IP allow list entry is active when an IP allow list is enabled.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "name", "description": "An optional name for the IP allow list entry.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateIpAllowListForInstalledAppsEnabledSettingInput", "kind": "inputObjects", "id": "updateipallowlistforinstalledappsenabledsettinginput", "href": "/graphql/reference/input-objects#updateipallowlistforinstalledappsenabledsettinginput", "description": "Autogenerated input type of UpdateIpAllowListForInstalledAppsEnabledSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the owner.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the IP allow list configuration for installed GitHub Apps setting.
", "type": "IpAllowListForInstalledAppsEnabledSettingValue!", "id": "ipallowlistforinstalledappsenabledsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#ipallowlistforinstalledappsenabledsettingvalue" } ] }, { "name": "UpdateIssueCommentInput", "kind": "inputObjects", "id": "updateissuecommentinput", "href": "/graphql/reference/input-objects#updateissuecommentinput", "description": "Autogenerated input type of UpdateIssueComment.
", "inputFields": [ { "name": "body", "description": "The updated text of the comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the IssueComment to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateIssueInput", "kind": "inputObjects", "id": "updateissueinput", "href": "/graphql/reference/input-objects#updateissueinput", "description": "Autogenerated input type of UpdateIssue.
", "inputFields": [ { "name": "assigneeIds", "description": "An array of Node IDs of users for this issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "body", "description": "The body for the issue description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the Issue to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "labelIds", "description": "An array of Node IDs of labels for this issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "milestoneId", "description": "The Node ID of the milestone for this issue.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "projectIds", "description": "An array of Node IDs for projects associated with this issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "state", "description": "The desired issue state.
", "type": "IssueState", "id": "issuestate", "kind": "enums", "href": "/graphql/reference/enums#issuestate" }, { "name": "title", "description": "The title for the issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateLabelInput", "kind": "inputObjects", "id": "updatelabelinput", "href": "/graphql/reference/input-objects#updatelabelinput", "description": "Autogenerated input type of UpdateLabel.
", "isDeprecated": false, "preview": { "title": "Labels preview", "description": "This preview adds support for adding, updating, creating and deleting labels.", "toggled_by": "bane-preview", "toggled_on": [ "Mutation.createLabel", "Mutation.deleteLabel", "Mutation.updateLabel" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.bane-preview+json", "href": "/graphql/overview/schema-previews#labels-preview" }, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "color", "description": "A 6 character hex code, without the leading #, identifying the updated color of the label.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "description", "description": "A brief description of the label, such as its purpose.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node ID of the label to be updated.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "name", "description": "The updated name of the label.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateNotificationRestrictionSettingInput", "kind": "inputObjects", "id": "updatenotificationrestrictionsettinginput", "href": "/graphql/reference/input-objects#updatenotificationrestrictionsettinginput", "description": "Autogenerated input type of UpdateNotificationRestrictionSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "ownerId", "description": "The ID of the owner on which to set the restrict notifications setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "settingValue", "description": "The value for the restrict notifications setting.
", "type": "NotificationRestrictionSettingValue!", "id": "notificationrestrictionsettingvalue", "kind": "enums", "href": "/graphql/reference/enums#notificationrestrictionsettingvalue" } ] }, { "name": "UpdateOrganizationAllowPrivateRepositoryForkingSettingInput", "kind": "inputObjects", "id": "updateorganizationallowprivaterepositoryforkingsettinginput", "href": "/graphql/reference/input-objects#updateorganizationallowprivaterepositoryforkingsettinginput", "description": "Autogenerated input type of UpdateOrganizationAllowPrivateRepositoryForkingSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "forkingEnabled", "description": "Enable forking of private repositories in the organization?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "organizationId", "description": "The ID of the organization on which to set the allow private repository forking setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateOrganizationWebCommitSignoffSettingInput", "kind": "inputObjects", "id": "updateorganizationwebcommitsignoffsettinginput", "href": "/graphql/reference/input-objects#updateorganizationwebcommitsignoffsettinginput", "description": "Autogenerated input type of UpdateOrganizationWebCommitSignoffSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "organizationId", "description": "The ID of the organization on which to set the web commit signoff setting.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "webCommitSignoffRequired", "description": "Enable signoff on web-based commits for repositories in the organization?.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "UpdateProjectCardInput", "kind": "inputObjects", "id": "updateprojectcardinput", "href": "/graphql/reference/input-objects#updateprojectcardinput", "description": "Autogenerated input type of UpdateProjectCard.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "isArchived", "description": "Whether or not the ProjectCard should be archived.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "note", "description": "The note of ProjectCard.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectCardId", "description": "The ProjectCard ID to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateProjectColumnInput", "kind": "inputObjects", "id": "updateprojectcolumninput", "href": "/graphql/reference/input-objects#updateprojectcolumninput", "description": "Autogenerated input type of UpdateProjectColumn.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of project column.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectColumnId", "description": "The ProjectColumn ID to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateProjectDraftIssueInput", "kind": "inputObjects", "id": "updateprojectdraftissueinput", "href": "/graphql/reference/input-objects#updateprojectdraftissueinput", "description": "Autogenerated input type of UpdateProjectDraftIssue.
", "inputFields": [ { "name": "assigneeIds", "description": "The IDs of the assignees of the draft issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "body", "description": "The body of the draft issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "draftIssueId", "description": "The ID of the draft issue to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title of the draft issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateProjectInput", "kind": "inputObjects", "id": "updateprojectinput", "href": "/graphql/reference/input-objects#updateprojectinput", "description": "Autogenerated input type of UpdateProject.
", "inputFields": [ { "name": "body", "description": "The description of project.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "name", "description": "The name of project.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "projectId", "description": "The Project ID to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "public", "description": "Whether the project is public or not.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "state", "description": "Whether the project is open or closed.
", "type": "ProjectState", "id": "projectstate", "kind": "enums", "href": "/graphql/reference/enums#projectstate" } ] }, { "name": "UpdateProjectNextInput", "kind": "inputObjects", "id": "updateprojectnextinput", "href": "/graphql/reference/input-objects#updateprojectnextinput", "description": "Autogenerated input type of UpdateProjectNext.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "closed", "description": "Set the project to closed or open.
\nUpcoming Change on 2023-01-01 UTC\nDescription: closed will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Set the readme description of the project.
\nUpcoming Change on 2023-01-01 UTC\nDescription: description will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
The ID of the Project to update. This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: projectId will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Set the project to public or private.
\nUpcoming Change on 2023-01-01 UTC\nDescription: public will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Set the short description of the project.
\nUpcoming Change on 2023-01-01 UTC\nDescription: shortDescription will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Set the title of the project.
\nUpcoming Change on 2023-01-01 UTC\nDescription: title will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Autogenerated input type of UpdateProjectNextItemField.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "fieldId", "description": "The id of the field to be updated.
\nUpcoming Change on 2023-01-01 UTC\nDescription: fieldId will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
The id of the item to be updated. This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: itemId will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
The ID of the Project. This field is required.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "value", "description": "The value which will be set on the field. This field is required.
\nUpcoming Change on 2023-01-01 UTC\nDescription: value will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,\nto find a suitable replacement.\nReason: The ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Autogenerated input type of UpdateProjectV2DraftIssue.
", "inputFields": [ { "name": "assigneeIds", "description": "The IDs of the assignees of the draft issue.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "body", "description": "The body of the draft issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "draftIssueId", "description": "The ID of the draft issue to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "title", "description": "The title of the draft issue.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateProjectV2Input", "kind": "inputObjects", "id": "updateprojectv2input", "href": "/graphql/reference/input-objects#updateprojectv2input", "description": "Autogenerated input type of UpdateProjectV2.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "closed", "description": "Set the project to closed or open.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "projectId", "description": "The ID of the Project to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "public", "description": "Set the project to public or private.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "readme", "description": "Set the readme description of the project.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "shortDescription", "description": "Set the short description of the project.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "title", "description": "Set the title of the project.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateProjectV2ItemFieldValueInput", "kind": "inputObjects", "id": "updateprojectv2itemfieldvalueinput", "href": "/graphql/reference/input-objects#updateprojectv2itemfieldvalueinput", "description": "Autogenerated input type of UpdateProjectV2ItemFieldValue.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "fieldId", "description": "The ID of the field to be updated.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "itemId", "description": "The ID of the item to be updated.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "projectId", "description": "The ID of the Project.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "value", "description": "The value which will be set on the field.
", "type": "ProjectV2FieldValue!", "id": "projectv2fieldvalue", "kind": "input-objects", "href": "/graphql/reference/input-objects#projectv2fieldvalue" } ] }, { "name": "UpdateProjectV2ItemPositionInput", "kind": "inputObjects", "id": "updateprojectv2itempositioninput", "href": "/graphql/reference/input-objects#updateprojectv2itempositioninput", "description": "Autogenerated input type of UpdateProjectV2ItemPosition.
", "inputFields": [ { "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": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "itemId", "description": "The ID of the item to be moved.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "projectId", "description": "The ID of the Project.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdatePullRequestBranchInput", "kind": "inputObjects", "id": "updatepullrequestbranchinput", "href": "/graphql/reference/input-objects#updatepullrequestbranchinput", "description": "Autogenerated input type of UpdatePullRequestBranch.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "expectedHeadOid", "description": "The head ref oid for the upstream branch.
", "type": "GitObjectID", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "pullRequestId", "description": "The Node ID of the pull request.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdatePullRequestInput", "kind": "inputObjects", "id": "updatepullrequestinput", "href": "/graphql/reference/input-objects#updatepullrequestinput", "description": "Autogenerated input type of UpdatePullRequest.
", "inputFields": [ { "name": "assigneeIds", "description": "An array of Node IDs of users for this pull request.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "baseRefName", "description": "The name of the branch you want your changes pulled into. This should be an existing branch\non the current repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "body", "description": "The contents of the pull request.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "labelIds", "description": "An array of Node IDs of labels for this pull request.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "maintainerCanModify", "description": "Indicates whether maintainers can modify the pull request.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "milestoneId", "description": "The Node ID of the milestone for this pull request.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "projectIds", "description": "An array of Node IDs for projects associated with this pull request.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id" }, { "name": "pullRequestId", "description": "The Node ID of the pull request.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "state", "description": "The target state of the pull request.
", "type": "PullRequestUpdateState", "id": "pullrequestupdatestate", "kind": "enums", "href": "/graphql/reference/enums#pullrequestupdatestate" }, { "name": "title", "description": "The title of the pull request.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdatePullRequestReviewCommentInput", "kind": "inputObjects", "id": "updatepullrequestreviewcommentinput", "href": "/graphql/reference/input-objects#updatepullrequestreviewcommentinput", "description": "Autogenerated input type of UpdatePullRequestReviewComment.
", "inputFields": [ { "name": "body", "description": "The text of the comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestReviewCommentId", "description": "The Node ID of the comment to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdatePullRequestReviewInput", "kind": "inputObjects", "id": "updatepullrequestreviewinput", "href": "/graphql/reference/input-objects#updatepullrequestreviewinput", "description": "Autogenerated input type of UpdatePullRequestReview.
", "inputFields": [ { "name": "body", "description": "The contents of the pull request review body.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "pullRequestReviewId", "description": "The Node ID of the pull request review to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateRefInput", "kind": "inputObjects", "id": "updaterefinput", "href": "/graphql/reference/input-objects#updaterefinput", "description": "Autogenerated input type of UpdateRef.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "force", "description": "Permit updates of branch Refs that are not fast-forwards?.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "oid", "description": "The GitObjectID that the Ref shall be updated to target.
", "type": "GitObjectID!", "id": "gitobjectid", "kind": "scalars", "href": "/graphql/reference/scalars#gitobjectid" }, { "name": "refId", "description": "The Node ID of the Ref to be updated.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateRefsInput", "kind": "inputObjects", "id": "updaterefsinput", "href": "/graphql/reference/input-objects#updaterefsinput", "description": "Autogenerated input type of UpdateRefs.
", "isDeprecated": false, "preview": { "title": "Update refs preview", "description": "This preview adds support for updating multiple refs in a single operation.", "toggled_by": "update-refs-preview", "toggled_on": [ "Mutation.updateRefs", "GitRefname", "RefUpdate" ], "owning_teams": [ "@github/reponauts" ], "accept_header": "application/vnd.github.update-refs-preview+json", "href": "/graphql/overview/schema-previews#update-refs-preview" }, "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "refUpdates", "description": "A list of ref updates.
", "type": "[RefUpdate!]!", "id": "refupdate", "kind": "input-objects", "href": "/graphql/reference/input-objects#refupdate" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateRepositoryInput", "kind": "inputObjects", "id": "updaterepositoryinput", "href": "/graphql/reference/input-objects#updaterepositoryinput", "description": "Autogenerated input type of UpdateRepository.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "description", "description": "A new description for the repository. Pass an empty string to erase the existing description.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "hasIssuesEnabled", "description": "Indicates if the repository should have the issues feature enabled.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasProjectsEnabled", "description": "Indicates if the repository should have the project boards feature enabled.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "hasWikiEnabled", "description": "Indicates if the repository should have the wiki feature enabled.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "homepageUrl", "description": "The URL for a web page about this repository. Pass an empty string to erase the existing URL.
", "type": "URI", "id": "uri", "kind": "scalars", "href": "/graphql/reference/scalars#uri" }, { "name": "name", "description": "The new name of the repository.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The ID of the repository to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "template", "description": "Whether this repository should be marked as a template such that anyone who\ncan access it can create new repositories with the same files and directory structure.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "UpdateRepositoryWebCommitSignoffSettingInput", "kind": "inputObjects", "id": "updaterepositorywebcommitsignoffsettinginput", "href": "/graphql/reference/input-objects#updaterepositorywebcommitsignoffsettinginput", "description": "Autogenerated input type of UpdateRepositoryWebCommitSignoffSetting.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The ID of the repository to update.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "webCommitSignoffRequired", "description": "Indicates if the repository should require signoff on web-based commits.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" } ] }, { "name": "UpdateSponsorshipPreferencesInput", "kind": "inputObjects", "id": "updatesponsorshippreferencesinput", "href": "/graphql/reference/input-objects#updatesponsorshippreferencesinput", "description": "Autogenerated input type of UpdateSponsorshipPreferences.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "privacyLevel", "description": "Specify whether others should be able to see that the sponsor is sponsoring\nthe sponsorable. Public visibility still does not reveal which tier is used.
", "type": "SponsorshipPrivacy", "id": "sponsorshipprivacy", "kind": "enums", "href": "/graphql/reference/enums#sponsorshipprivacy" }, { "name": "receiveEmails", "description": "Whether the sponsor should receive email updates from the sponsorable.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "sponsorId", "description": "The ID of the user or organization who is acting as the sponsor, paying for\nthe sponsorship. Required if sponsorLogin is not given.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "sponsorLogin", "description": "The username of the user or organization who is acting as the sponsor, paying\nfor the sponsorship. Required if sponsorId is not given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "sponsorableId", "description": "The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.
", "type": "ID", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "sponsorableLogin", "description": "The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateSubscriptionInput", "kind": "inputObjects", "id": "updatesubscriptioninput", "href": "/graphql/reference/input-objects#updatesubscriptioninput", "description": "Autogenerated input type of UpdateSubscription.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "state", "description": "The new state of the subscription.
", "type": "SubscriptionState!", "id": "subscriptionstate", "kind": "enums", "href": "/graphql/reference/enums#subscriptionstate" }, { "name": "subscribableId", "description": "The Node ID of the subscribable object to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateTeamDiscussionCommentInput", "kind": "inputObjects", "id": "updateteamdiscussioncommentinput", "href": "/graphql/reference/input-objects#updateteamdiscussioncommentinput", "description": "Autogenerated input type of UpdateTeamDiscussionComment.
", "inputFields": [ { "name": "body", "description": "The updated text of the comment.
", "type": "String!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyVersion", "description": "The current version of the body content.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the comment to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateTeamDiscussionInput", "kind": "inputObjects", "id": "updateteamdiscussioninput", "href": "/graphql/reference/input-objects#updateteamdiscussioninput", "description": "Autogenerated input type of UpdateTeamDiscussion.
", "inputFields": [ { "name": "body", "description": "The updated text of the discussion.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "bodyVersion", "description": "The current version of the body content. If provided, this update operation\nwill be rejected if the given version does not match the latest version on the server.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The Node ID of the discussion to modify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "pinned", "description": "If provided, sets the pinned state of the updated discussion.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "title", "description": "The updated title of the discussion.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UpdateTeamReviewAssignmentInput", "kind": "inputObjects", "id": "updateteamreviewassignmentinput", "href": "/graphql/reference/input-objects#updateteamreviewassignmentinput", "description": "Autogenerated input type of UpdateTeamReviewAssignment.
", "isDeprecated": false, "preview": { "title": "Team review assignments preview", "description": "This preview adds support for updating the settings for team review assignment.", "toggled_by": "stone-crop-preview", "toggled_on": [ "Mutation.updateTeamReviewAssignment", "TeamReviewAssignmentAlgorithm", "Team.reviewRequestDelegationEnabled", "Team.reviewRequestDelegationAlgorithm", "Team.reviewRequestDelegationMemberCount", "Team.reviewRequestDelegationNotifyTeam" ], "owning_teams": [ "@github/pe-pull-requests" ], "accept_header": "application/vnd.github.stone-crop-preview+json", "href": "/graphql/overview/schema-previews#team-review-assignments-preview" }, "inputFields": [ { "name": "algorithm", "description": "The algorithm to use for review assignment.
", "type": "TeamReviewAssignmentAlgorithm", "id": "teamreviewassignmentalgorithm", "kind": "enums", "href": "/graphql/reference/enums#teamreviewassignmentalgorithm" }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "enabled", "description": "Turn on or off review assignment.
", "type": "Boolean!", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "excludedTeamMemberIds", "description": "An array of team member IDs to exclude.
", "type": "[ID!]", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "id", "description": "The Node ID of the team to update review assignments of.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "notifyTeam", "description": "Notify the entire team of the PR if it is delegated.
", "type": "Boolean", "id": "boolean", "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, { "name": "teamMemberCount", "description": "The number of team members to assign.
", "type": "Int", "id": "int", "kind": "scalars", "href": "/graphql/reference/scalars#int" } ] }, { "name": "UpdateTeamsRepositoryInput", "kind": "inputObjects", "id": "updateteamsrepositoryinput", "href": "/graphql/reference/input-objects#updateteamsrepositoryinput", "description": "Autogenerated input type of UpdateTeamsRepository.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "permission", "description": "Permission that should be granted to the teams.
", "type": "RepositoryPermission!", "id": "repositorypermission", "kind": "enums", "href": "/graphql/reference/enums#repositorypermission" }, { "name": "repositoryId", "description": "Repository ID being granted access to.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "teamIds", "description": "A list of teams being granted access. Limit: 10.
", "type": "[ID!]!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "UpdateTopicsInput", "kind": "inputObjects", "id": "updatetopicsinput", "href": "/graphql/reference/input-objects#updatetopicsinput", "description": "Autogenerated input type of UpdateTopics.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "repositoryId", "description": "The Node ID of the repository.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false }, { "name": "topicNames", "description": "An array of topic names.
", "type": "[String!]!", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" } ] }, { "name": "UserStatusOrder", "kind": "inputObjects", "id": "userstatusorder", "href": "/graphql/reference/input-objects#userstatusorder", "description": "Ordering options for user status connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order user statuses by.
", "type": "UserStatusOrderField!", "id": "userstatusorderfield", "kind": "enums", "href": "/graphql/reference/enums#userstatusorderfield" } ] }, { "name": "VerifiableDomainOrder", "kind": "inputObjects", "id": "verifiabledomainorder", "href": "/graphql/reference/input-objects#verifiabledomainorder", "description": "Ordering options for verifiable domain connections.
", "inputFields": [ { "name": "direction", "description": "The ordering direction.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field to order verifiable domains by.
", "type": "VerifiableDomainOrderField!", "id": "verifiabledomainorderfield", "kind": "enums", "href": "/graphql/reference/enums#verifiabledomainorderfield" } ] }, { "name": "VerifyVerifiableDomainInput", "kind": "inputObjects", "id": "verifyverifiabledomaininput", "href": "/graphql/reference/input-objects#verifyverifiabledomaininput", "description": "Autogenerated input type of VerifyVerifiableDomain.
", "inputFields": [ { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.
", "type": "String", "id": "string", "kind": "scalars", "href": "/graphql/reference/scalars#string" }, { "name": "id", "description": "The ID of the verifiable domain to verify.
", "type": "ID!", "id": "id", "kind": "scalars", "href": "/graphql/reference/scalars#id", "isDeprecated": false } ] }, { "name": "WorkflowRunOrder", "kind": "inputObjects", "id": "workflowrunorder", "href": "/graphql/reference/input-objects#workflowrunorder", "description": "Ways in which lists of workflow runs can be ordered upon return.
", "inputFields": [ { "name": "direction", "description": "The direction in which to order workflow runs by the specified field.
", "type": "OrderDirection!", "id": "orderdirection", "kind": "enums", "href": "/graphql/reference/enums#orderdirection" }, { "name": "field", "description": "The field by which to order workflows.
", "type": "WorkflowRunOrderField!", "id": "workflowrunorderfield", "kind": "enums", "href": "/graphql/reference/enums#workflowrunorderfield" } ] } ], "scalars": [ { "name": "Base64String", "kind": "scalars", "id": "base64string", "href": "/graphql/reference/scalars#base64string", "description": "A (potentially binary) string encoded using base64.
" }, { "name": "Boolean", "description": "Represents true or false values.
An ISO-8601 encoded date string.
" }, { "name": "DateTime", "kind": "scalars", "id": "datetime", "href": "/graphql/reference/scalars#datetime", "description": "An ISO-8601 encoded UTC date string.
" }, { "name": "Float", "description": "Represents signed double-precision fractional values as specified by IEEE 754.
", "id": "float", "href": "/graphql/reference/scalars#float" }, { "name": "GitObjectID", "kind": "scalars", "id": "gitobjectid", "href": "/graphql/reference/scalars#gitobjectid", "description": "A Git object ID.
" }, { "name": "GitRefname", "kind": "scalars", "id": "gitrefname", "href": "/graphql/reference/scalars#gitrefname", "description": "A fully qualified reference name (e.g. refs/heads/master).
Git SSH string.
" }, { "name": "GitTimestamp", "kind": "scalars", "id": "gittimestamp", "href": "/graphql/reference/scalars#gittimestamp", "description": "An ISO-8601 encoded date string. Unlike the DateTime type, GitTimestamp is not converted in UTC.
" }, { "name": "HTML", "kind": "scalars", "id": "html", "href": "/graphql/reference/scalars#html", "description": "A string containing HTML code.
" }, { "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.
Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
", "id": "int", "href": "/graphql/reference/scalars#int" }, { "name": "PreciseDateTime", "kind": "scalars", "id": "precisedatetime", "href": "/graphql/reference/scalars#precisedatetime", "description": "An ISO-8601 encoded UTC date string with millisecond precision.
" }, { "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.
", "id": "string", "href": "/graphql/reference/scalars#string" }, { "name": "URI", "kind": "scalars", "id": "uri", "href": "/graphql/reference/scalars#uri", "description": "An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.
" }, { "name": "X509Certificate", "kind": "scalars", "id": "x509certificate", "href": "/graphql/reference/scalars#x509certificate", "description": "A valid x509 certificate string.
" } ] }