Package graphql.schema.diffing
Class SchemaGraphFactory
- java.lang.Object
-
- graphql.schema.diffing.SchemaGraphFactory
-
public class SchemaGraphFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SchemaGraphFactory()
SchemaGraphFactory(java.lang.String debugPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaGraph
createGraph(GraphQLSchema schema)
-
-
-
Method Detail
-
createGraph
public SchemaGraph createGraph(GraphQLSchema schema)
-
-