Interfaces
Bu içerik henüz dilinizde mevcut değil.
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 .