The graphqlSync function also fulfills GraphQL operations by parsing,
validating, and executing a GraphQL document along side a GraphQL schema.
However, it guarantees to complete synchronously (or throw an error) assuming
that all field resolvers are also synchronous.
The graphqlSync function also fulfills GraphQL operations by parsing, validating, and executing a GraphQL document along side a GraphQL schema. However, it guarantees to complete synchronously (or throw an error) assuming that all field resolvers are also synchronous.