@PublicApi public interface GraphQLType
Modifier and Type | Method and Description |
---|---|
TraversalControl |
accept(TraverserContext<GraphQLType> context,
GraphQLTypeVisitor visitor)
Double-dispatch entry point.
|
default java.util.List<GraphQLType> |
getChildren() |
java.lang.String |
getName() |
java.lang.String getName()
[_A-Za-z][_0-9A-Za-z]*
default java.util.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)