-
Before:
```
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
// The `datasource` block is used to specify the connection to your DB.
// …
-
### Bug description
A schema with a certain value for a DateTime column will repeatedly produce new `ALTER TABLE` statements in following migrations (see "Prisma information" segment). Regardless of …
-
I am trying to integrate the opencti with n8n.io. But i am getting the **Error code :500**
Open cti is deployed in the docker .
image: opencti/platform:6.2.18
environment:
- NODE…
-
**Is your feature request related to a problem? Please describe.**
TLDR: this feature was supported on the Playground
The Schema seems to be fetched only once. But schema can change and evolve.
…
-
### Current behavior
This would be a nice to have feature.
Atm we have to explicitly define type in typescript on the consumer/producer side attached to station. For eg:
```typescript
// this part …
-
Completing this feature would enable us to call this project a GraphQL server finally.
GraphQL Schema basics: https://www.apollographql.com/docs/apollo-server/schema/schema/
- [ ] Add support fo…
-
I brought this up in #807 and was asked to create an issue for it since it's out of scope for that issue.
Are there plans for creating a configuration file to allow customizing model generation whe…
-
**Describe the bug**
I have installed the latest version of graphql-codegen and used the same config from another project to generate the types.
It works on the old project, but fails in the new o…
-
Right now [Introspection of a database schema with cross schema foreign keys fails](https://github.com/prisma/prisma/issues/1175) because Prisma only supports a singular schema, [not querying across m…
-
In gitbase 0.20 schema introspection is fast and full.
MySQL Connector/J JDBC metadata call that gets all columns for all tables at once
`metaData.getColumns("gitbase", "", "%", "%")`
is converte…