staffUpdate
Updates an existing staff user. Apps are not allowed to perform this mutation.
staffUpdate(
id: ID!
input: StaffUpdateInput!
): StaffUpdate
Arguments
staffUpdate.id ● ID! non-null scalar
ID of a staff user to update.
staffUpdate.input ● StaffUpdateInput! non-null input
Fields required to update a staff user.
Type
StaffUpdate object
Updates an existing staff user. Apps are not allowed to perform this mutation.
Was this page helpful?