GQLDirectiveDefinition
data class GQLDirectiveDefinition( val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val description: String?, val name: String, val arguments: List<GQLInputValueDefinition>, val repeatable: Boolean, val locations: List<GQLDirectiveLocation>) : GQLDefinition, GQLNamed
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLDirectiveDefinition( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, description: String?, name: String, arguments: List<GQLInputValueDefinition>, repeatable: Boolean, locations: List<GQLDirectiveLocation>)
Content copied to clipboard
Types
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