GQLArguments
class GQLArguments(val arguments: List<GQLArgument>, val sourceLocation: SourceLocation? = null) : GQLNode
Deprecated
For brevity, GQLArguments has been removed. Use `arguments` directly
Functions
Link copied to clipboard
fun copy(arguments: List<GQLArgument> = this.arguments, sourceLocation: SourceLocation? = this.sourceLocation): GQLArguments
Link copied to clipboard
Internal-only. Copies this code using the given children
Link copied to clipboard
Link copied to clipboard
Internal-only. Copies this code using the given children