@PublicApi public interface GraphQLFieldsContainer extends GraphQLCompositeType
GraphQLObjectType
,
GraphQLInterfaceType
Modifier and Type | Method and Description |
---|---|
GraphQLFieldDefinition |
getFieldDefinition(String name) |
List<GraphQLFieldDefinition> |
getFieldDefinitions() |
accept, getChildren, getName
GraphQLFieldDefinition getFieldDefinition(String name)
List<GraphQLFieldDefinition> getFieldDefinitions()
Copyright © 2019. All rights reserved.