package graphqlfederation
Type Members
-
class
GraphQLFederationLexer extends Lexer
- Annotations
- @SuppressWarnings()
-
class
GraphQLFederationParser extends Parser
- Annotations
- @SuppressWarnings()
-
class
GraphQLFederationParserBaseListener extends GraphQLFederationParserListener
This class provides an empty implementation of
GraphQLFederationParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods. -
trait
GraphQLFederationParserListener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
GraphQLFederationParser.