StaffCreate
Creates a new staff user. Apps are not allowed to perform this mutation.
type StaffCreate {
staffErrors: [StaffError!]! @deprecated
errors: [StaffError!]!
user: User
}
Fields
StaffCreate.staffErrors ● [StaffError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
StaffCreate.errors ● [StaffError!]! non-null object
StaffCreate.user ● User object
Returned by
staffCreate mutation
Was this page helpful?