@PublicApi public class SchemaUsageSupport extends java.lang.Object
Constructor and Description |
---|
SchemaUsageSupport() |
Modifier and Type | Method and Description |
---|---|
static SchemaUsage |
getSchemaUsage(GraphQLSchema schema)
This builds out
SchemaUsage statistics about the usage of types and directives within a schema |
public static SchemaUsage getSchemaUsage(GraphQLSchema schema)
SchemaUsage
statistics about the usage of types and directives within a schemaschema
- the schema to check