Skip to content

searchUsers ​

Search for nodes of type User

graphql
searchUsers(
  filter: UserFilterInput
  first: Int!
  query: String!
  skip: Int
): [User!]!

Arguments ​

searchUsers.filter ● UserFilterInput input ​

Filter for specific items

searchUsers.first ● Int! non-null scalar ​

Get the first n items.

searchUsers.query ● String! non-null scalar ​

Search query nodes must match

searchUsers.skip ● Int scalar ​

Skips n items.

Type ​

User interface ​

A user known to the Gropius System. This might be a user that registered directly, or a user the systems know via a sync adapter. A user can create AuditedNodes, participate in Issues and be assigned to Issues. READ is always granted.

Released under the MIT License.