Interface GraphQlSource


public interface GraphQlSource
Strategy to resolve a GraphQL and a GraphQLSchema.

This contract also includes a GraphQlSource builder encapsulating the initialization of the GraphQL instance and associated GraphQLSchema.

Since:
1.0.0
Author:
Rossen Stoyanchev