GraphQL reference

BulkReinviteMembershipsPayload

Object

Autogenerated return type of BulkReinviteMemberships.

mutation { organization(id: $organizationId) { project(id: $projectId) { bulkReinviteMemberships } } }

Example

mutation BulkReinviteMemberships(
  $organizationId: ID!
  $projectId: ID!
  $input: BulkReinviteMembershipsInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      bulkReinviteMemberships(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!