Headless Server Developer Manual / Version 2210
Table Of Contents
To invoke GraphQL queries, an instance of the GraphQLInvocation
class is necessary.
GraphQLInvocation
models the dynamic
aspects of the GraphQL runtime, especially the request and response cycle. The GraphQLInvocation
instance is created with the GraphQLSchema, a list of instrumentations and most important, a list of all query roots,
most importantly the ContentRoot.