GraphQL (Apollo) Flashcards
1
Q
GraphQL Schema
A
defines what types of data a client can read and write to your data graph. Schemas are strongly typed, which unlocks powerful developer tooling.
GraphQL Schema
defines what types of data a client can read and write to your data graph. Schemas are strongly typed, which unlocks powerful developer tooling.