public class SchemaUtil extends Object
Constructor and Description |
---|
SchemaUtil() |
Modifier and Type | Method and Description |
---|---|
List<GraphQLObjectType> |
findImplementations(GraphQLSchema schema,
GraphQLInterfaceType interfaceType)
Deprecated.
|
@Deprecated public List<GraphQLObjectType> findImplementations(GraphQLSchema schema, GraphQLInterfaceType interfaceType)
GraphQLSchema.getImplementations(GraphQLInterfaceType)
insteadschema
- GraphQL schemainterfaceType
- an interface type to find implementations forCopyright © 2019. All rights reserved.