Перейти к содержимому
R-Service R-Service
Руководство разработчика RR Tech Service Management

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 R-Service 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 R-Service models, or record types, with each providing its details: