copy

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