Object Types

Objects in GraphQL represent the resources that you can access. Objects can contain a list of fields, which are specifically typed. In the Xurrent GraphQL API record types (models) are mapped to objects. For example, the Request object has a field called subject, which is a String.

For more information, see graphql.org.

Listed below are the GraphQL object types that match Xurrent models, or record types, with each providing its details: