GQLObjectValue
data class GQLObjectValue(val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val fields: List<GQLObjectField>) : GQLValue
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLObjectValue(sourceLocation: SourceLocation = SourceLocation.UNKNOWN, fields: List<GQLObjectField>)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
Internal-only. Copies this code using the given children
Link copied to clipboard
Internal-only. Copies this code using the given children