Package graphql.normalized.nf
Class NormalizedDocumentFactory
java.lang.Object
graphql.normalized.nf.NormalizedDocumentFactory
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic NormalizedDocument
createNormalizedDocument
(GraphQLSchema graphQLSchema, Document document) static NormalizedDocument
createNormalizedDocument
(GraphQLSchema graphQLSchema, Document document, NormalizedDocumentFactory.Options options)
-
Method Details
-
createNormalizedDocument
public static NormalizedDocument createNormalizedDocument(GraphQLSchema graphQLSchema, Document document) -
createNormalizedDocument
public static NormalizedDocument createNormalizedDocument(GraphQLSchema graphQLSchema, Document document, NormalizedDocumentFactory.Options options)
-