Skip to main content

Organisationen

Referenzdokumentation für GraphQL-Schematypen in der Kategorie "Organisationen".

In diesem Artikel

Queries

organization

Query

Lookup a organization by login.

Typ: Organization

Argumente für organization

NameBESCHREIBUNG

login (String!)

The organization's login.

Mutations

addVerifiableDomain

Mutation

Adds a verifiable domain to an owning account.

Eingabefelder für addVerifiableDomain

Rückgabefelder für addVerifiableDomain

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

domain (VerifiableDomain)

The verifiable domain that was added.

approveVerifiableDomain

Mutation

Approve a verifiable domain for notification delivery.

Eingabefelder für approveVerifiableDomain

Rückgabefelder für approveVerifiableDomain

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

domain (VerifiableDomain)

The verifiable domain that was approved.

deleteVerifiableDomain

Mutation

Deletes a verifiable domain.

Eingabefelder für deleteVerifiableDomain

Rückgabefelder für deleteVerifiableDomain

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

owner (VerifiableDomainOwner)

The owning account from which the domain was deleted.

followOrganization

Mutation

Follow an organization.

Eingabefelder für followOrganization

Rückgabefelder für followOrganization

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

organization (Organization)

The organization that was followed.

regenerateVerifiableDomainToken

Mutation

Regenerates a verifiable domain's verification token.

Eingabefelder für regenerateVerifiableDomainToken

Rückgabefelder für regenerateVerifiableDomainToken

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

verificationToken (String)

The verification token that was generated.

removeOutsideCollaborator

Mutation

Removes outside collaborator from all repositories in an organization.

Eingabefelder für removeOutsideCollaborator

Rückgabefelder für removeOutsideCollaborator

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

removedUser (User)

The user that was removed as an outside collaborator.

setOrganizationInteractionLimit

Mutation

Set an organization level interaction limit for an organization's public repositories.

Eingabefelder für setOrganizationInteractionLimit

Rückgabefelder für setOrganizationInteractionLimit

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

organization (Organization)

The organization that the interaction limit was set for.

unfollowOrganization

Mutation

Unfollow an organization.

Eingabefelder für unfollowOrganization

Rückgabefelder für unfollowOrganization

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

organization (Organization)

The organization that was unfollowed.

updateOrganizationAllowPrivateRepositoryForkingSetting

Mutation

Sets whether private repository forks are enabled for an organization.

Eingabefelder für updateOrganizationAllowPrivateRepositoryForkingSetting

Rückgabefelder für updateOrganizationAllowPrivateRepositoryForkingSetting

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

message (String)

A message confirming the result of updating the allow private repository forking setting.

organization (Organization)

The organization with the updated allow private repository forking setting.

updateOrganizationWebCommitSignoffSetting

Mutation

Sets whether contributors are required to sign off on web-based commits for repositories in an organization.

Eingabefelder für updateOrganizationWebCommitSignoffSetting

Rückgabefelder für updateOrganizationWebCommitSignoffSetting

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

message (String)

A message confirming the result of updating the web commit signoff setting.

organization (Organization)

The organization with the updated web commit signoff setting.

verifyVerifiableDomain

Mutation

Verify that a verifiable domain has the expected DNS record.

Eingabefelder für verifyVerifiableDomain

Rückgabefelder für verifyVerifiableDomain

NameBESCHREIBUNG

clientMutationId (String)

A unique identifier for the client performing the mutation.

domain (VerifiableDomain)

The verifiable domain that was verified.

Objects

EnterpriseFailedInvitationConnection

Object

The connection type for OrganizationInvitation.

Felder für EnterpriseFailedInvitationConnection

NameBESCHREIBUNG

edges ([EnterpriseFailedInvitationEdge])

A list of edges.

nodes ([OrganizationInvitation])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

totalUniqueUserCount (Int!)

Identifies the total count of unique users in the connection.

EnterpriseFailedInvitationEdge

Object

A failed invitation to be a member in an enterprise organization.

Felder für EnterpriseFailedInvitationEdge

NameBESCHREIBUNG

cursor (String!)

A cursor for use in pagination.

node (OrganizationInvitation)

The item at the end of the edge.

EnterpriseOrganizationMembershipConnection

Object

The connection type for Organization.

Felder für EnterpriseOrganizationMembershipConnection

NameBESCHREIBUNG

edges ([EnterpriseOrganizationMembershipEdge])

A list of edges.

nodes ([Organization])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

EnterpriseOrganizationMembershipEdge

Object

An enterprise organization that a user is a member of.

Felder für EnterpriseOrganizationMembershipEdge

NameBESCHREIBUNG

cursor (String!)

A cursor for use in pagination.

node (Organization)

The item at the end of the edge.

role (EnterpriseUserAccountMembershipRole!)

The role of the user in the enterprise membership.

EnterprisePendingMemberInvitationConnection

Object

The connection type for OrganizationInvitation.

Felder für EnterprisePendingMemberInvitationConnection

NameBESCHREIBUNG

edges ([EnterprisePendingMemberInvitationEdge])

A list of edges.

nodes ([OrganizationInvitation])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

totalUniqueUserCount (Int!)

Identifies the total count of unique users in the connection.

EnterprisePendingMemberInvitationEdge

Object

An invitation to be a member in an enterprise organization.

Felder für EnterprisePendingMemberInvitationEdge

NameBESCHREIBUNG

cursor (String!)

A cursor for use in pagination.

node (OrganizationInvitation)

The item at the end of the edge.

EnterpriseTeamAssignedOrganizationConnection

Object

The connection type for Organization.

Felder für EnterpriseTeamAssignedOrganizationConnection

NameBESCHREIBUNG

edges ([EnterpriseTeamAssignedOrganizationEdge])

A list of edges.

nodes ([Organization])

A list of nodes.

pageInfo (