Package graphql.schema.usage
Class SchemaUsageSupport
- java.lang.Object
-
- graphql.schema.usage.SchemaUsageSupport
-
@PublicApi public class SchemaUsageSupport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SchemaUsageSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SchemaUsage
getSchemaUsage(GraphQLSchema schema)
This builds outSchemaUsage
statistics about the usage of types and directives within a schema
-
-
-
Method Detail
-
getSchemaUsage
public static SchemaUsage getSchemaUsage(GraphQLSchema schema)
This builds outSchemaUsage
statistics about the usage of types and directives within a schema- Parameters:
schema
- the schema to check- Returns:
- usage stats
-
-