dependents
List all dependents for the authenticated partner Supports cursor-based pagination
dependents(
after: String
first: Int = 25
where: DependentsFilterInput!
): DependentsResponse
Arguments
dependents.after ● String scalar
Return the elements in the list that come after the specified cursor
dependents.first ● Int scalar
The number of elements to retrieve per page (default: 25, max: 100)
dependents.where ● DependentsFilterInput! non-null input
Filter criteria used to match dependents
Type
DependentsResponse union
Union response for dependents query