Skip to main content

staffUsers

List of staff users

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

Arguments

staffUsers.filter ● StaffUserInput input

staffUsers.seller ● ID scalar

staffUsers.sortBy ● UserSortingInput input

staffUsers.before ● String scalar

Returns the items in the list that come before the specified cursor.

staffUsers.after ● String scalar

Returns the items in the list that come after the specified cursor.

staffUsers.first ● Int scalar

Returns the first n items from the list.

staffUsers.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

UserCountableConnection object

A connection to a list of items.

Was this page helpful?