Retrieve a list of subjects
query Subjects { crm { subjects { nodes { name id } totalCount pageInfo { endCursor hasNextPage hasPreviousPage startCursor } } }
type Subject { id: Id name: String }
crm:subjects:list
USER_NOT_ALLOWED_ERROR
Last updated 3 months ago