@PublicApi public class IntrospectionResultToSchema extends Object
Constructor and Description |
---|
IntrospectionResultToSchema() |
Modifier and Type | Method and Description |
---|---|
Document |
createSchemaDefinition(ExecutionResult introspectionResult)
Returns a IDL Document that represents the schema as defined by the introspection execution result
|
Document |
createSchemaDefinition(Map<String,Object> introspectionResult)
Returns a IDL Document that reprSesents the schema as defined by the introspection result map
|
public Document createSchemaDefinition(ExecutionResult introspectionResult)
introspectionResult
- the result of an introspection query on a schemapublic Document createSchemaDefinition(Map<String,Object> introspectionResult)
introspectionResult
- the result of an introspection query on a schemaCopyright © 2019. All rights reserved.