-
# Prerequisites
* [x] Is it a bug?
* [ ] Is it a new feature?
* [ ] Is it a a question?
* [x] Can you reproduce the problem?
* [x] Are you running the latest version? (0.3.16)
* [x] Did you ch…
-
Investigate database options. Looking at NoSQL and Graph-based options. James used Postgres so it would be productive to come to understand his methodology
-
As discussed at LPW, it would be useful to include some sort of roadmap document showing what's still to do and roughly what order you plan to do it.
Hugo
-
# Issue summary
- "@shopify/shopify-api": "^9.0.1",
"@shopify/shopify-app-remix": "^2.3.0",
- Node version: 20
- Operating system: MACOS
```
const shopify = shopifyApp({
apiKey: pr…
-
The https://github.com/n1ru4l/graphql-public-schema-filter library can filter schemas to expose just a portion of the schema to be public.
This would be useful have a public API that was limited to…
-
I'm currently using graphql-code-generator to generate types for the "app" part of the code and the experience is awesome.
It gives me the types for the public api which I can export for the front-…
-
Some places (e.g. optical.json) have a combination of decentralized ID and timestamp to denote version.
* In this case if you have an ID but no timestamp, does that mean that you are getting the la…
-
# Idea
Allow to create a custom GraphQL type describing the content of the JSONB field
# Context
On our project, we are using a lot JSONB type. We are using Postgesql as a partial "NoSQL" dat…
-
Based on documents shared, different fields should be adjusted in openIMIS :
**- SHI-ID :** No structure of code has been shared at this stage, so no control can be done to check if the SHI Id follow…
mngoe updated
2 months ago
-
So I have started to work on the really old #553 PR. But on my way there I though we should give a try to Graphql.
Even if I'm not a big fan of big company like Facebook, Graphql is a really power…