Interface GraphQlSource.Factory
- Enclosing interface:
GraphQlSource
public static interface GraphQlSource.Factory
Strategy to create the
GraphQlSource instance in GraphQlSource.Builder.build().- Since:
- 1.0.0
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptioncreate(graphql.GraphQL graphQl, graphql.schema.GraphQLSchema schema) Create aGraphQlSourcewith the given inputs.
-
Method Details
-
create
Create aGraphQlSourcewith the given inputs.- Parameters:
graphQl- theGraphQLJavainitialized by the builderschema- the schema initialized by the builder- Returns:
- the created instance
-