When writing the GraphCMS queries to source data for nodes, use the root query fields from the GraphQL schema.
Previously these were compiled using the schema type names. However query fields can be specified by GraphCMS users during model creation so they may differ entirely from the model name/type.
When writing the GraphCMS queries to source data for nodes, use the root query fields from the GraphQL schema.
Previously these were compiled using the schema
type
names. However query fields can be specified by GraphCMS users during model creation so they may differ entirely from the model name/type.