GQLArguments
data class GQLArguments(val arguments: List<GQLArgument>, val sourceLocation: SourceLocation = SourceLocation.UNKNOWN) : GQLNode
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLArguments(arguments: List<GQLArgument>, sourceLocation: SourceLocation = SourceLocation.UNKNOWN)
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