Retrieve a list of institutions
query Institutions { crm { institutions { nodes { city countryCode name id } totalCount pageInfo { endCursor hasNextPage hasPreviousPage startCursor } } } }
type Institution { id: Id name: String city: String countryCode: String }
crm:institutions:list
USER_NOT_ALLOWED_ERROR
Last updated 3 months ago