public interface GraphQLDirectiveContainer extends GraphQLNamedSchemaElement
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() |
getDefinition, getDescription, getNameaccept, getChildren, getChildrenWithTypeReferences, withNewChildrenjava.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