Skip to main content

PermissionOptionalInput

No description

type PermissionOptionalInput {
id: ID
name: String
type: PermissionTypeOptionalInputEnum
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 (PermissionTypeOptionalInputEnum)#

This is the selection of permission type.

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

roles (PermissionRolesHasManyInput)#

This is the mutation object for PermissionRolesHasMany