Skip to main content
Version: 3.x

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

Filtering options for staff users.

staffUsers.sortBy ● UserSortingInput input

Sort staff users.

staffUsers.before ● String scalar

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

staffUsers.after ● String scalar

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

staffUsers.first ● Int scalar

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

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


Was this page helpful?