CreateRolePermissionInput
All input for the create RolePermission mutation.
input CreateRolePermissionInput {
clientMutationId: String
rolePermission: RolePermissionInput!
}
Fields
CreateRolePermissionInput.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.
CreateRolePermissionInput.rolePermission ● RolePermissionInput! non-null input
The RolePermission to be created by this mutation.
Member Of
createRolePermission mutation