-
Is there a way to omit fields by the generator on "where" schemas for now it only does in on the "input" schemas.
-
I noticed in the code generator for Schema.default, the only acceptable types are bool, string, float, and int. https://github.com/google/gnostic/blob/master/generate-gnostic/generate-compiler.go#L233…
-
This error was reported by Danny Haase in IBM Consulting. When he added the `properties.wmqJmsRA` element inside the `resourceAdapter` element, Liberty Tools flags a diagnostic error. According to Ala…
-
Using python 3.11.7 or 3.10.7 in pyenv venv in macOS
(openapi-srv) ➜ openapi-srv fastapi-codegen --input api.yaml --output app3
╭─────────────────────────────── Traceback (most recent call last) …
-
### Bug description
Studio can't be opened from a custom client (in this case, using the Go client).
```
> go run github.com/steebchen/prisma-client-go studio
Prisma schema loaded from schema.…
-
@olinux, could we create a new "custom" format for year? At the moment, we us a regular expression (`([0-9]{4})`) for the property `"year"` in the copyright schema because draft-07 doesn't have this a…
-
schemastore.org is tracking JSON schemas. RedHat's yaml-language-server supports JSON schema parsing for YAML files pulled from schemastore.org. Many systems are using it now: GitHub's actions and wor…
bbugh updated
4 months ago
-
Hey !
I'm new to this repository, I like the idea (big fan or mermaid erDiagrams) !
I would like to use this repo as a CLI tool, like
```
npm install -g prisma-erd-generator
```
```
np…
-
### Is your feature request related to a problem? Please describe.
I want to write a plugin as ESM. But graphql-code-generator cannot load ESM plugin.
- https://stackblitz.com/edit/stackblitz-st…
-
[JSON Schema](https://json-schema.org) is a protocol to describe the structure of JSON values.
It would be great if we could take an existing schema for a user-defined data type, and convert it int…