Skip to main content

PermissionRequiredInput

No description

type PermissionRequiredInput {
id: ID
name: String!
type: PermissionTypeRequiredInputEnum!
createdAt: GQLTDate
updatedAt: GQLTDate
roles: PermissionRolesHasManyInput
}

Fields#

id (ID)#

This a primary key for Permission

name (String!)#

This is the permission name that will be displayed.

type (PermissionTypeRequiredInputEnum!)#

This is the selection of permission type.

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

roles (PermissionRolesHasManyInput)#

This is the mutation object for PermissionRolesHasMany