-
Servers:
https://api.canonn.tech (live server)
https://api.canonn.tech:2053 (beta staging / app test server)
Cannon API docs:
https://api.canonn.tech/documentation#/
https://docs.canonn.tech/ (…
Tkael updated
3 years ago
-
## Feature Description
The Hasura Schema Registry work is aimed to make your Hasura GraphQL schema changes more reliable, prevent breaking changes in your schema and make collaboration across large…
-
### Version Information
Server Version:
CLI Version (for CLI related issue):
CLI Version : v2.5.2
hasura docker image: hasura/graphql-engine:v2.3.1
I want to upsert data into a nested tab…
-
Hi,
Currently the input of mutations is only validated by type. I.e. if I use `setCustomerForOrder` it will report if any of the values is not defined or not a `String`, but providing an empty stri…
-
Currently Juniper has no concept of the GraphQL Schema Language / SDL (referred to as "SDL" from now on). There is no way in Juniper to go from a schema defined in Rust to the SDL representation of it…
-
`// platformatic.db.json`
```
{
"$schema": "https://platformatic.dev/schemas/v0.21.1/db",
"server": {
"hostname": "{PLT_SERVER_HOSTNAME}",
"port": "{PORT}",
"logger": {
"…
-
### What am I trying to do?
I'd like to dynamically define typedefs of local types based on props passed to my react component.
### Why am I doing this?
I realise this is not the intended way of …
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or clo…
-
This RFC is an attempt to address the problem of implementing an ACL or Authorization layer that precedes hitting an API endpoint in an API Gateway like implementation, while also enabling to implemen…
-
I am using apache basic auth to hide our site while in development.
Trouble is I can't query the site as I have `HTTP_AUTHORIZATION` set in the headers so it is trying login me in as $member and …