CreateRoleInput
Provides the fields and values to use when creating a role.
input CreateRoleInput {
displayName: String!
}
Fields
CreateRoleInput.displayName ● String! non-null scalar
The role's name.
Member Of
createRole mutation