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