public interface GraphQLDirectiveContainer extends GraphQLType
GraphQLDirectives| Modifier and Type | Method and Description |
|---|---|
default GraphQLDirective |
getDirective(java.lang.String directiveName)
Returns a named directive
|
java.util.List<GraphQLDirective> |
getDirectives() |
default java.util.Map<java.lang.String,GraphQLDirective> |
getDirectivesByName() |
accept, getChildren, getNamejava.util.List<GraphQLDirective> getDirectives()
default java.util.Map<java.lang.String,GraphQLDirective> getDirectivesByName()
default GraphQLDirective getDirective(java.lang.String directiveName)
directiveName - the name of the directive to retrieve