Interface GraphQlSource.Factory
- Enclosing interface:
- GraphQlSource
public static interface GraphQlSource.Factory
Strategy to create the
GraphQlSource
instance in GraphQlSource.Builder.build()
.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(GraphQL graphQl, GraphQLSchema schema) Create aGraphQlSource
with the given inputs.
-
Method Details
-
create
Create aGraphQlSource
with the given inputs.- Parameters:
graphQl
- theGraphQLJava
initialized by the builderschema
- the schema initialized by the builder- Returns:
- the created instance
-