public interface GraphQLDirectiveContainer extends GraphQLType
GraphQLDirective
sModifier and Type | Method and Description |
---|---|
default GraphQLDirective |
getDirective(String directiveName)
Returns a named directive
|
List<GraphQLDirective> |
getDirectives() |
default Map<String,GraphQLDirective> |
getDirectivesByName() |
accept, getChildren, getName
List<GraphQLDirective> getDirectives()
default Map<String,GraphQLDirective> getDirectivesByName()
default GraphQLDirective getDirective(String directiveName)
directiveName
- the name of the directive to retrieveCopyright © 2019. All rights reserved.