GQLFragmentDefinition

fun GQLFragmentDefinition(    sourceLocation: SourceLocation = SourceLocation.UNKNOWN,     name: String,     directives: List<GQLDirective>,     typeCondition: GQLNamedType,     selectionSet: GQLSelectionSet,     description: String?)