fauna-gql-upload
fauna-gql-upload copied to clipboard
A tool for managing your FaunaDB database using files. Create resources such as functions by simply creating a new file.
I was looking at this repo - https://github.com/wweevv-johndpope/programrs.live and subsequently ran into problems using a fresh api key / admin credentials - I created a new empty clean folder did...
It would be great if it was possible to pass the Fauna secret to use as a command-line option instead of storing it in an environment variable. The Fauna shell...
To make the interaction with domain data more intuitive, I would like to change it to something that is more similar to FaunaDB documents. ## The current structure The current...
It would be cool to be able to download, not just upload domain data to faunadb. As I am using this tool in a team environment. it would be cool...
To further enhance the usability of Fauna GQL Upload, I would like to add support for using it programmatically. The package already exports the `upload` function, which allows developers to...
This is a planned feature. It can be inconvenient to constantly call the command to upload changes. When developing functions or making changes to GraphQL documents, calling the command over...
This is a planned feature. When making frontend applications, you usually need to have public keys that non-authenticated users can use to send requests to the GraphQL API. This feature...
Hi, it would be great if it was possible to specify the refs for documents when uploading data through FGU. This is useful if you need to make relationships between...
Hey! It would be lovely to have the option of specifying a child database to sync resources for. This way, you don't have to generate an admin key for the...
The error messages aren't always informative, e.g.: ``` ❌ Failed to upload data Error uploading data value not found: Value not found at path [collection]. ``` I don't know if...