Slide 20
Slide 20 text
… and experimented with our code organization
Stores a collection of related values e.g. statuses
Fields are similar to functions that can accept inputs, resolvers, and return values
Reusable container for field logic that can be re-used across many fields
Key-value inputs for fields
Collection of types which implement the some of the same fields
GraphQL::Batch classes to batch database operations in a single query
GraphQL middleware
Commands that change the state of a system
Definitions to expose fields on an object