public interface GraphQLDirectiveContainer extends GraphQLNamedSchemaElement
GraphQLDirective
sModifier 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, getName
accept, getChildren, getChildrenWithTypeReferences, withNewChildren
java.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