JSON Queries
The possibility of defining JSON objects as fields of a type in a GraphQL schema has been explained in the schema reference. This guide is focusing on how to query such objects and how to fully leverage their potential. Let’s take the example of this (non-crypto related, for once😁) schema:schema.graphql
A with some content inside, the third one has an object, but its a field is null and the fourth one simply does not have an A object at all.
