StaffCreate
Result of staff create mutation.
type StaffCreate {
user: User
staffErrors: [StaffError!]!
}
Fields
StaffCreate.user ● User object
The created staff user.
StaffCreate.staffErrors ● [StaffError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
staffCreate mutation