copy

fun copy(    sourceLocation: SourceLocation? = this.sourceLocation,     description: String? = this.description,     name: String = this.name,     arguments: List<GQLInputValueDefinition> = this.arguments,     type: GQLType = this.type,     directives: List<GQLDirective> = this.directives): GQLFieldDefinition