copy

fun copy(sourceLocation: SourceLocation? = this.sourceLocation, name: String = this.name, directives: List<GQLDirective> = this.directives, typeCondition: GQLNamedType = this.typeCondition, selections: List<GQLSelection> = this.selections, description: String? = this.description): GQLFragmentDefinition