copy

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