Skip to main content

PermissionsForUser

Permission information contained in an user type.

type PermissionsForUser {
superUser: Boolean!
permissions: [CustomersForPermission]
}

Fields

PermissionsForUser.superUser ● Boolean! non-null scalar

Flag to tell whether a user is a super user or not.

PermissionsForUser.permissions ● [CustomersForPermission] list object

All the permissions for the user in shape of: list of permissions with list of allowed customers.

Member Of

User object