GraphQL reference

ArchiveRolePayload

Object

Autogenerated return type of ArchiveRole.

mutation { organization(id: $organizationId) { archiveRole } }

Example

mutation ArchiveRole(
  $organizationId: ID!
  $input: ArchiveRoleInput!
) {
  organization(id: $organizationId) {
    archiveRole(input: $input) {
        errors
      }
  }
}

Fields

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