individuals
Returns an Individual by ID
individuals(
after: String
first: Int = 100
where: IndividualsFilterInput
): IndividualsResponse
Arguments
individuals.after ● String scalar
Return the elements in the list that come after the specified cursor
individuals.first ● Int scalar
The number of elements to retrieve per page
individuals.where ● IndividualsFilterInput input
Filter criteria used to match Individuals
Type
IndividualsResponse union
A union representing the possible return types when querying for Individuals