Interface GraphQlSource.Factory

Enclosing interface:
GraphQlSource

public static interface GraphQlSource.Factory
Strategy to create the GraphQlSource instance in GraphQlSource.Builder.build().
  • Method Details

    • create

      GraphQlSource create(GraphQL graphQl, GraphQLSchema schema)
      Create a GraphQlSource with the given inputs.
      Parameters:
      graphQl - the GraphQLJava initialized by the builder
      schema - the schema initialized by the builder
      Returns:
      the created instance