copy
fun copy(sourceLocation: SourceLocation? = this.sourceLocation, name: String = this.name, arguments: List<GQLArgument> = this.arguments, directives: List<GQLDirective> = this.directives): GQLFragmentSpread
fun copy(sourceLocation: SourceLocation? = this.sourceLocation, name: String = this.name, directives: List<GQLDirective> = this.directives): GQLFragmentSpread