Package graphql.normalized.nf
Class NormalizedDocumentFactory
- java.lang.Object
-
- graphql.normalized.nf.NormalizedDocumentFactory
-
@ExperimentalApi public class NormalizedDocumentFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NormalizedDocumentFactory.Options
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NormalizedDocument
createNormalizedDocument(GraphQLSchema graphQLSchema, Document document)
static NormalizedDocument
createNormalizedDocument(GraphQLSchema graphQLSchema, Document document, NormalizedDocumentFactory.Options options)
-
-
-
Method Detail
-
createNormalizedDocument
public static NormalizedDocument createNormalizedDocument(GraphQLSchema graphQLSchema, Document document)
-
createNormalizedDocument
public static NormalizedDocument createNormalizedDocument(GraphQLSchema graphQLSchema, Document document, NormalizedDocumentFactory.Options options)
-
-