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
We should design how the GraphQL will look once we unify vouchers and notices. The deliverable for this issue is the updated GraphQL specification.
✔️ Solution
Using PostGraphile, the GraphQL API will auto-generate from the database. So there needs to be an update to the PostgreSQL database and then update the API will update accordingly.
On this moment, we're focusing on the design of the new database and API. The related service and other functionalities will be done in subsequent issues.
📈 Subtasks
Design new database schema
Create a .sql file that generates the database
Create a script to generate a new db and run PostGraphile
The text was updated successfully, but these errors were encountered:
📚 Context
We should design how the GraphQL will look once we unify vouchers and notices. The deliverable for this issue is the updated GraphQL specification.
✔️ Solution
Using PostGraphile, the GraphQL API will auto-generate from the database. So there needs to be an update to the PostgreSQL database and then update the API will update accordingly.
On this moment, we're focusing on the design of the new database and API. The related service and other functionalities will be done in subsequent issues.
📈 Subtasks
.sql
file that generates the databaseThe text was updated successfully, but these errors were encountered: