Class/Object

sangria.schema

DefaultIntrospectionSchemaBuilder

Related Docs: object DefaultIntrospectionSchemaBuilder | package schema

Permalink

class DefaultIntrospectionSchemaBuilder[Ctx] extends IntrospectionSchemaBuilder[Ctx]

Linear Supertypes
IntrospectionSchemaBuilder[Ctx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultIntrospectionSchemaBuilder
  2. IntrospectionSchemaBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultIntrospectionSchemaBuilder()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def additionalDirectiveDefs: Nil.type

    Permalink
  5. def additionalTypeDefs: Nil.type

    Permalink
  6. def argumentDescription(definition: IntrospectionInputValue): Option[String]

    Permalink
  7. def argumentFromInput(fieldDefinition: Option[IntrospectionField], definition: IntrospectionInputValue): FromInput[Map[String, Any]]

    Permalink
  8. def argumentName(definition: IntrospectionInputValue): String

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def buildArgument(fieldDefinition: Option[IntrospectionField], definition: IntrospectionInputValue, tpe: InputType[_], defaultValue: Option[Tuple2[_, ToInput[_, _]]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[Argument[Any]]

    Permalink
  11. def buildDirective(definition: IntrospectionDirective, arguments: List[Argument[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[Directive]

    Permalink
  12. def buildEnumType(definition: IntrospectionEnumType, values: List[EnumValue[Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[EnumType[Any]]

    Permalink
  13. def buildEnumValue(typeDefinition: IntrospectionEnumType, definition: IntrospectionEnumValue, mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[EnumValue[String]]

    Permalink
  14. def buildField(typeDefinition: IntrospectionType, definition: IntrospectionField, fieldType: OutputType[_], arguments: List[Argument[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[Field[Ctx, Any]]

    Permalink
  15. def buildInputField(typeDefinition: IntrospectionInputObjectType, definition: IntrospectionInputValue, tpe: InputType[_], defaultValue: Option[Tuple2[_, ToInput[_, _]]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[InputField[Any]]

    Permalink
  16. def buildInputObjectType(definition: IntrospectionInputObjectType, fields: () ⇒ List[InputField[_]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[InputObjectType[DefaultInput]]

    Permalink
  17. def buildInterfaceType(definition: IntrospectionInterfaceType, fields: () ⇒ List[Field[Ctx, Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[InterfaceType[Ctx, Any]]

    Permalink
  18. def buildObjectType(definition: IntrospectionObjectType, fields: () ⇒ List[Field[Ctx, Any]], interfaces: List[InterfaceType[Ctx, Any]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[ObjectType[Ctx, Any]]

    Permalink
  19. def buildScalarType(definition: IntrospectionScalarType, mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[ScalarType[Any]]

    Permalink
  20. def buildSchema(definition: IntrospectionSchema, queryType: ObjectType[Ctx, Any], mutationType: Option[ObjectType[Ctx, Any]], subscriptionType: Option[ObjectType[Ctx, Any]], additionalTypes: List[Type with Named], directives: List[Directive], mat: IntrospectionSchemaMaterializer[Ctx, _]): Schema[Ctx, Any]

    Permalink
  21. def buildUnionType(definition: IntrospectionUnionType, types: List[ObjectType[Ctx, _]], mat: IntrospectionSchemaMaterializer[Ctx, _]): Some[UnionType[Ctx]]

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def defaultValueParser: Option[(String) ⇒ Try[(Any, InputUnmarshaller[Any])]]

    Permalink
  24. def directiveDescription(definition: IntrospectionDirective): Option[String]

    Permalink
  25. def directiveName(definition: IntrospectionDirective): String

    Permalink
  26. def directiveShouldInclude(definition: IntrospectionDirective): (DirectiveContext) ⇒ Boolean

    Permalink
  27. def enumValue(definition: IntrospectionEnumValue): String

    Permalink
  28. def enumValueDeprecationReason(definition: IntrospectionEnumValue): Option[String]

    Permalink
  29. def enumValueDescription(definition: IntrospectionEnumValue): Option[String]

    Permalink
  30. def enumValueName(definition: IntrospectionEnumValue): String

    Permalink
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. def fieldComplexity(typeDefinition: IntrospectionType, definition: IntrospectionField): Option[(Ctx, Args, Double) ⇒ Double]

    Permalink
  34. def fieldDeprecationReason(definition: IntrospectionField): Option[String]

    Permalink
  35. def fieldDescription(definition: IntrospectionField): Option[String]

    Permalink
  36. def fieldName(definition: IntrospectionField): String

    Permalink
  37. def fieldTags(typeDefinition: IntrospectionType, definition: IntrospectionField): List[FieldTag]

    Permalink
  38. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  41. def inputFieldDescription(definition: IntrospectionInputValue): Option[String]

    Permalink
  42. def inputFieldName(definition: IntrospectionInputValue): String

    Permalink
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. def objectTypeInstanceCheck(definition: IntrospectionObjectType): Option[(Any, Class[_]) ⇒ Boolean]

    Permalink
  48. def resolveField(typeDefinition: IntrospectionType, definition: IntrospectionField): (Context[Ctx, _]) ⇒ Action[Ctx, _]

    Permalink
  49. def scalarCoerceInput(definition: IntrospectionScalarType): (ast.Value) ⇒ Either[Violation, Any]

    Permalink
  50. def scalarCoerceOutput(definition: IntrospectionScalarType): (Any, Set[MarshallerCapability]) ⇒ Any

    Permalink
  51. def scalarCoerceUserInput(definition: IntrospectionScalarType): (Any) ⇒ Either[Violation, Any]

    Permalink
  52. def scalarComplexity(definition: IntrospectionScalarType): Double

    Permalink
  53. def scalarValueInfo(definition: IntrospectionScalarType): Set[ScalarValueInfo]

    Permalink
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  55. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  56. def typeDescription(definition: IntrospectionType): Option[String]

    Permalink
  57. def typeName(definition: IntrospectionType): String

    Permalink
  58. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IntrospectionSchemaBuilder[Ctx]

Inherited from AnyRef

Inherited from Any

Ungrouped