GQLFragmentDefinition
data class GQLFragmentDefinition( val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val name: String, val directives: List<GQLDirective>, val typeCondition: GQLNamedType, val selectionSet: GQLSelectionSet, val description: String?) : GQLDefinition, GQLNamed, GQLDescribed
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLFragmentDefinition( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, name: String, directives: List<GQLDirective>, typeCondition: GQLNamedType, selectionSet: GQLSelectionSet, description: String?)
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
fun GQLFragmentDefinition.inferVariables( schema: Schema, fragments: Map<String, GQLFragmentDefinition>, fieldsOnDisjointTypesMustMerge: Boolean): List<InferredVariable>
Content copied to clipboard
Infers the variables from a given fragment