@PublicApi public interface GraphQLType
Modifier and Type | Method and Description |
---|---|
TraversalControl |
accept(TraverserContext<GraphQLType> context,
GraphQLTypeVisitor visitor)
Double-dispatch entry point.
|
default List<GraphQLType> |
getChildren() |
String |
getName() |
String getName()
[_A-Za-z][_0-9A-Za-z]*
default List<GraphQLType> getChildren()
TraversalControl accept(TraverserContext<GraphQLType> context, GraphQLTypeVisitor visitor)
Node
, see accept(...) for more details about the pattern.context
- TraverserContext bound to this graphQL type objectvisitor
- Visitor instance that performs actual processing on the types(s)Copyright © 2019. All rights reserved.