package domain
Type Members
- trait GraphQLCommonTypeParser extends GraphQLASTParserHelper
- case class GraphQLFieldParser(ast: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- case class GraphQLInputTypeParser(objTypeNode: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLCommonTypeParser with Product with Serializable
- class GraphQLNestedEnumParser extends GraphQLASTParserHelper
- class GraphQLNestedTypeParser extends GraphQLCommonTypeParser
- class GraphQLNestedUnionParser extends GraphQLASTParserHelper
- case class GraphQLOperationFieldParser(ast: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- case class GraphQLPropertyFieldParser(ast: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- case class GraphQLRootTypeParser(ast: Node, queryType: context.GraphQLWebApiContext.RootTypes.Value)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable