GQLDirective
data class GQLDirective( val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val name: String, val arguments: GQLArguments?) : GQLNode, GQLNamed
Content copied to clipboard
Parameters
name
the name of the directive without the '@'. Example: "include"
Constructors
Link copied to clipboard
fun GQLDirective( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, name: String, arguments: GQLArguments?)
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
Properties
Extensions
Link copied to clipboard