package domain
Type Members
- case class GeneratedGraphQLArgument(documentation: Option[String], value: String) extends Product with Serializable
- case class GraphQLArgumentGenerator(param: Parameter, ctx: GraphQLEmitterContext) extends GraphQLEmitter with Product with Serializable
- trait GraphQLEmitter extends AnyRef
- case class GraphQLOperationFieldEmitter(operation: ShapeOperation, ctx: GraphQLEmitterContext, b: StringDocBuilder) extends GraphQLEmitter with Product with Serializable
- case class GraphQLPropertyFieldEmitter(property: PropertyShape, ctx: GraphQLEmitterContext, b: StringDocBuilder) extends GraphQLEmitter with Product with Serializable
- case class GraphQLRootTypeEmitter(rootType: RootType, ctx: GraphQLEmitterContext, b: StringDocBuilder) extends GraphQLEmitter with Product with Serializable
- case class GraphQLTypeEmitter(shape: AnyShape, ctx: GraphQLEmitterContext, b: StringDocBuilder) extends Product with Serializable