GraphQL Interfaces
An abstract type declaring fields that multiple object types implement, letting a field return heterogeneous results queried by shared fields; the server must resolve the concrete type at runtime (`__resolveType`), and clients use inline fragments for type-specific fields.
This Concept is waiting for its first lesson!
An abstract type declaring fields that multiple object types implement, letting a field return heterogeneous results queried by shared fields; the server must resolve the concrete type at runtime (`__resolveType`), and clients use inline fragments for type-specific fields.
Are you a teacher? Sign in to start contributing.
Sign In