Skip to main content

staffUsers

List of the shop's staff users.

Requires MANAGE_STAFFpermission.
staffUsers(
filter: StaffUserInput
sortBy: UserSortingInput
before: String
after: String
first: Int
last: Int
): UserCountableConnection

Arguments

staffUsers.filter ● StaffUserInput input users

Filtering options for staff users.

staffUsers.sortBy ● UserSortingInput input users

Sort staff users.

staffUsers.before ● String scalar miscellaneous

Return the elements in the list that come before the specified cursor.

staffUsers.after ● String scalar miscellaneous

Return the elements in the list that come after the specified cursor.

staffUsers.first ● Int scalar miscellaneous

Retrieve the first n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.

staffUsers.last ● Int scalar miscellaneous

Retrieve the last n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.

Type

UserCountableConnection object users