You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the project is still under active development.
After getting the docker-compose setup of the project running, I tried adding a new data source:
Each source has a set JSON schema for it's handler config based on graphql-mesh. I was expecting to use yaml, but it looks like it only accepts a JSON input based purely off the schema. Is that correct?
Are there plans to provide:
** 1. An default JSON object to edit from (right now its blank) or autogenerated from the schema directly to pre-populate the editor with at least the required fields.
** 2. Switch using a JSON editor to a JSON schema generated form (that supports ajv also) - like https://github.com/rjsf-team/react-jsonschema-form
All just suggestions, so feel free to close the issue
I know the project is still under active development.
Indeed it is but we really appreciate your feedback!
Each source has a set JSON schema for it's handler config based on graphql-mesh. I was expecting to use yaml, but it looks like it only accepts a JSON input based purely off the schema. Is that correct?
Yes, that's correct. In fact, we are using JSON editor only as a temporary solution while we are working on dedicated forms for all data sources. So it's not something that will stick for a long time (at least not as a primary way of creating/editing the entities).
Are there plans to provide:
** 1. An default JSON object to edit from (right now its blank) or autogenerated from the schema directly to pre-populate > the editor with at least the required fields.
In fact, we are working on that right now. We are, however, building some of the forms manually because the auto-generated UI doesn't always look great, but we are also looking at JSON Schema form generator.
The forms should be ready around this week (if all goes well 🤞).
After getting the docker-compose setup of the project running, I tried adding a new data source:
handler
config based on graphql-mesh. I was expecting to use yaml, but it looks like it only accepts a JSON input based purely off the schema. Is that correct?** 1. An default JSON object to edit from (right now its blank) or autogenerated from the schema directly to pre-populate the editor with at least the required fields.
** 2. Switch using a JSON editor to a JSON schema generated form (that supports ajv also) - like https://github.com/rjsf-team/react-jsonschema-form
All just suggestions, so feel free to close the issue
The text was updated successfully, but these errors were encountered: