PermissionGroupCreate
Create new permission group. Apps are not allowed to perform this mutation.
type PermissionGroupCreate {
permissionGroupErrors: [PermissionGroupError!]! @deprecated
errors: [PermissionGroupError!]!
group: Group
}
Fields
PermissionGroupCreate.permissionGroupErrors ● [PermissionGroupError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
PermissionGroupCreate.errors ● [PermissionGroupError!]! non-null object
PermissionGroupCreate.group ● Group object
Returned by
permissionGroupCreate mutation
Was this page helpful?