Skip to main content

searchGropiusUsers

Search for nodes of type GropiusUser

searchGropiusUsers(
filter: GropiusUserFilterInput
first: Int!
query: String!
skip: Int
): [GropiusUser!]!

Arguments

searchGropiusUsers.filter ● GropiusUserFilterInput input

Filter for specific items

searchGropiusUsers.first ● Int! non-null scalar

Get the first n items.

searchGropiusUsers.query ● String! non-null scalar

Search query nodes must match

searchGropiusUsers.skip ● Int scalar

Skips n items.

Type

GropiusUser object

A user of the Gropius System. The username can be used as unique identifier for GropiusUsers. IMSUsers can be linked to a GropiusUser. Note however that this link does not affect relationships, e.g. if an IMSUser is part of an Assignment, after the IMSUser was linked to a GropiusUser, the GropiusUser does not link directly to the Assignment. Therefore, to collect all Assignments, Issue participations etc. it is necessary to also request all linked IMSUsers and their Assignments etc.