Package graphql.schema.usage
Class SchemaUsageSupport
java.lang.Object
graphql.schema.usage.SchemaUsageSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaUsage
getSchemaUsage
(GraphQLSchema schema) This builds outSchemaUsage
statistics about the usage of types and directives within a schema
-
Constructor Details
-
SchemaUsageSupport
public SchemaUsageSupport()
-
-
Method Details
-
getSchemaUsage
This builds outSchemaUsage
statistics about the usage of types and directives within a schema- Parameters:
schema
- the schema to check- Returns:
- usage stats
-