brandUsers
This query returns a list of users that are connected to the brand.
brandUsers(
id: ID!
input: PaginatedInput
): UserPage!
This query returns a list of users that are connected to the brand.
brandUsers(
id: ID!
input: PaginatedInput
): UserPage!
brandUsers.id
● ID!
non-null scalarbrandUsers.input
● PaginatedInput
inputUserPage
object