GraphQL reference

ModifyRolePayload

Object

Autogenerated return type of ModifyRole.

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

Example

mutation ModifyRole(
  $organizationId: ID!
  $input: ModifyRoleInput!
) {
  organization(id: $organizationId) {
    modifyRole(input: $input) {
        errors
      }
  }
}

Fields

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