copy

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