Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

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 .