Skip to main content

staffUsers

List of the shop's staff users.

staffUsers(
filter: StaffUserInput
seller: ID
sortBy: UserSortingInput
before: String
after: String
first: Int
last: Int
): UserCountableConnection!

Arguments

staffUsers.filter ● StaffUserInput input

Filtering options for staff users.

staffUsers.seller ● ID scalar

ID of seller to scope staff to

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

Return the first n elements from the list.

staffUsers.last ● Int scalar

Return the last n elements from the list.

Type

UserCountableConnection object

Was this page helpful?