CreateRoleWithPresetInput
No description
input CreateRoleWithPresetInput {
name: String!
preset: String!
}
Fields
CreateRoleWithPresetInput.name ● String! non-null scalar
Display name for the new custom role.
CreateRoleWithPresetInput.preset ● String! non-null scalar
Slug of the preset whose grant matrix seeds the new role.
Member Of
createRoleWithPreset mutation