Skip to main content

CreateRoleInput

All input for the create Role mutation.

input CreateRoleInput {
clientMutationId: String
role: RoleInput!
}

Fields

CreateRoleInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

CreateRoleInput.role ● RoleInput! non-null input

The Role to be created by this mutation.

Member Of

createRole mutation