gsp-graphql-core
gsp-graphql-core
edu.gemini.grackle
Ast
Definition
Directive
DirectiveDefinition
DirectiveLocation
ARGUMENT_DEFINITION
ENUM
ENUM_VALUE
FIELD
FIELD_DEFINITION
FRAGMENT_DEFINITION
FRAGMENT_SPREAD
INLINE_FRAGMENT
INPUT_FIELD_DEFINITION
INPUT_OBJECT
INTERFACE
MUTATION
OBJECT
QUERY
SCALAR
SCHEMA
SUBSCRIPTION
UNION
VARIABLE_DEFINITION
DirectiveLocation
EnumTypeDefinition
EnumValueDefinition
ExecutableDefinition
FieldDefinition
FragmentDefinition
InputObjectTypeDefinition
InputValueDefinition
InterfaceTypeDefinition
Name
ObjectTypeDefinition
OperationDefinition
Operation
QueryShorthand
OperationDefinition
OperationType
Mutation
Query
Subscription
OperationType
RootOperationTypeDefinition
ScalarTypeDefinition
SchemaDefinition
Selection
Field
FragmentSpread
InlineFragment
Selection
Type
Type
List
Named
NonNull
TypeDefinition
TypeSystemDefinition
UnionTypeDefinition
Value
BooleanValue
EnumValue
FloatValue
IntValue
ListValue
NullValue
ObjectValue
StringValue
Variable
Value
VariableDefinition
CommentedText
Cursor
Cursor
Context
Context
Env
EmptyEnv
NonEmptyEnv
Env
Directive
EnumType
EnumValue
Field
GraphQLParser
InputObjectType
InputValue
InterfaceType
Introspection
IntrospectionMapping
NonNullType
TypeKind
JoinType
JsonExtractor
jsonArray
jsonBoolean
jsonDouble
jsonInt
jsonNull
jsonObject
jsonString
ListType
Literals
Mapping
CursorField
CursorField
CursorFieldJson
CursorFieldJson
Delegate
FieldMapping
LeafMapping
DefaultLeafMapping
LeafMapping
Mutation
Mutation
ObjectMapping
ObjectMapping
DefaultObjectMapping
PrefixedMapping
PrimitiveField
PrimitiveMapping
RootMapping
TypeMapping
MappingValidator
CannotValidateFieldMapping
CannotValidateTypeMapping
InapplicableGraphQLType
MissingFieldMapping
MissingTypeMapping
ReferencedFieldDoesNotExist
ReferencedTypeDoesNotExist
MappingValidator
Failure
Severity
Error
Info
Warning
Severity
ValidationException
NamedType
NullableType
ObjectType
Operation
Path
Path
PathTerm
PathTerm
ListPath
UniquePath
Predicate
Predicate
And
And
AndB
Const
Contains
Eql
False
Gt
GtEql
In
In
IsNull
Lt
LtEql
Matches
NEql
Not
NotB
Or
OrB
ScalarFocus
StartsWith
ToLowerCase
ToUpperCase
True
XorB
Problem
Problem
Query
Query
Binding
Component
Count
Defer
Empty
Environment
Filter
FilterOrderByOffsetLimit
Group
Introspect
Limit
Narrow
Offset
OrderBy
OrderSelection
OrderSelections
PossiblyRenamedSelect
Rename
Select
Skip
Skipped
TypeCase
Unique
UntypedNarrow
UntypedVarDef
Wrap
QueryCompiler
QueryCompiler
ComponentElaborator
ComponentElaborator
ComponentMapping
IntrospectionElaborator
IntrospectionElaborator
IntrospectionLevel
Disabled
Full
TypenameOnly
IntrospectionLevel
Phase
QuerySizeValidator
SelectElaborator
VariablesAndSkipElaborator
QueryExecutor
QueryInterpreter
QueryInterpreter
ProtoJson
QueryMinimizer
QueryParser
Result
ScalarType
ScalarType
Schema
Schema
SchemaParser
SchemaRenderer
SchemaValidator
NamedTypeOrdering
Term
Term
TermLow
Type
TypeRef
TypeWithFields
UnionType
UntypedOperation
UntypedOperation
UntypedMutation
UntypedQuery
UntypedSubscription
Value
Value
AbsentValue
BooleanValue
FloatValue
IDValue
IntValue
ListValue
NullValue
ObjectValue
StringValue
TypedEnumValue
UntypedEnumValue
UntypedVariableValue
ValueMapping
ValueCursor
ValueField
ValueField0
Wrap
ValueField0
ValueObjectMapping
ValueRoot
ValueRoot
syntax
JsonLiteral
SchemaLiteral
gsp-graphql-core
/
edu.gemini.grackle
/
Mapping
/
ObjectMapping
ObjectMapping
object
ObjectMapping
Companion:
class
Source:
mapping.scala
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
ObjectMapping
.type
Type members
Value members
Type members
Classlikes
case
class
DefaultObjectMapping
(
tpe:
Type
,
fieldMappings:
List
[
FieldMapping
])(
implicit
pos:
SourcePos
)
extends
ObjectMapping
Source:
mapping.scala
Value members
Concrete methods
def
apply
(
tpe:
Type
,
fieldMappings:
List
[
FieldMapping
])(
implicit
pos:
SourcePos
):
ObjectMapping
Source:
mapping.scala