package domain

Type Members

  1. trait GraphQLCommonTypeParser extends GraphQLASTParserHelper
  2. class GraphQLCustomScalarParser extends GraphQLASTParserHelper
  3. case class GraphQLDirectiveApplicationParser(node: Node, element: DomainElement)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  4. case class GraphQLDirectiveDeclarationParser(node: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  5. case class GraphQLFieldParser(ast: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  6. case class GraphQLInputTypeParser(objTypeNode: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLCommonTypeParser with Product with Serializable
  7. class GraphQLNestedEnumParser extends GraphQLASTParserHelper
  8. class GraphQLNestedTypeParser extends GraphQLCommonTypeParser
  9. class GraphQLNestedUnionParser extends GraphQLASTParserHelper
  10. case class GraphQLOperationFieldParser(ast: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  11. case class GraphQLPropertyFieldParser(ast: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  12. case class GraphQLRootTypeParser(ast: Node, queryType: context.GraphQLWebApiContext.RootTypes.Value)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  13. case class GraphQLTypeExtensionParser(typeExtensionDef: Node)(implicit ctx: GraphQLWebApiContext) extends GraphQLASTParserHelper with Product with Serializable

Ungrouped