GraphQL reference

ArchiveRoleInput

Input

Autogenerated input 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.
idID!
mutationMetadataJSON
nowISO8601DateTime!
replacementRoleSymbolString