users
Finds up to 25 users by ID. If any of the IDs don't match an existing user, errors out.
users(
ids: [ID!]
): [User!]!
Arguments
users
.ids
● [ID!]
list scalar
The IDs of the users to find.
Type
User
object
A user on this instance of Intercode. Users exist across all conventions. For each convention a user has logged into, they will have an attached UserConProfile.