StaffCreate
Creates a new staff user.
type StaffCreate {
staffErrors: [StaffError!]!
user: User
}
Fields
StaffCreate.staffErrors ● [StaffError!]! non-null object
StaffCreate.user ● User object
Returned By
staffCreate mutation