-
TL;DR:
```dart
final prisma = PrismaClient();
// Unsafe JSON params query
final user = prisma.user.findUnique.fromJson({
'where': {'id': 1},
'select': {'id': true, name: true},
…
-
## Description
In https://github.com/department-of-veterans-affairs/va.gov-cms/issues/18351 we determined that the mobile team are the last users of the legacy facilities API client. They plan to migr…
-
Is there any way to hide the "Open API Client" button?
-
-
### Describe the bug
After executing an SQL query, attempting to retrieve ServerMetrics.ELAPSED_TIME or ServerMetrics.RESULT_ROWS from OperationMetrics results in a NullPointerException. This error…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing open and closed issues
### Is your feature request related to a problem? Please describe
Missing functionality and …
-
### Design and security
How might we help infra devs (or future profiles) know when there are new form responses available to be downloaded?
How do we ensure that this feature does not excessively not…
-
### Description
Hi,
Each service function has the `options: Options`. You can pass the client to it, here's how the interface looks like:
```ts
type OptionsBase = Omit & {
/**
* You c…
-
## What
1. [x] Publish the next release of io.lakefs:api-client with a changed
description. Instead of "lakeFS OpenAPI Java client legacy SDK", state
"[EOL] Do NOT use: lakeFS OpenAPI Java…