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

Interfaces

Эта документация пока недоступна на вашем языке, поэтому показана английская версия.

GraphQL Interfaces are a sort of “parent object” from which other objects can “inherit” from. For example, HasTimeEntries is considered an interface, because both Request and Problem can be have time entries. An interface has its own list of named fields that are shared by implementing objects.

For more information, see the GraphQL spec .