GraphQL Object Types
The core modeling unit: a named type with typed fields, each field resolving to a scalar, enum, list, or another object type. Fields form a graph, so schema design is choosing which edges of the domain graph to expose, not mirroring database tables.
This Concept is waiting for its first lesson!
The core modeling unit: a named type with typed fields, each field resolving to a scalar, enum, list, or another object type. Fields form a graph, so schema design is choosing which edges of the domain graph to expose, not mirroring database tables.
Are you a teacher? Sign in to start contributing.
Sign In