| 5822 | } |
| 5823 | |
| 5824 | type UpdateGraphQLSchemaResponse struct { |
| 5825 | state protoimpl.MessageState |
| 5826 | sizeCache protoimpl.SizeCache |
| 5827 | unknownFields protoimpl.UnknownFields |
| 5828 | |
| 5829 | Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` |
| 5830 | } |
| 5831 | |
| 5832 | func (x *UpdateGraphQLSchemaResponse) Reset() { |
| 5833 | *x = UpdateGraphQLSchemaResponse{} |
nothing calls this directly
no outgoing calls
no test coverage detected