copy

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