fortune icon indicating copy to clipboard operation
fortune copied to clipboard

Non-native graph database abstraction layer for Node.js and web browsers.

Results 15 fortune issues
Sort by recently updated
recently updated
newest added

Hi, I have the following use case: After creating, updating or deleting a record, my code needs to use this update to calculate and update another part of the model....

This addresses a race condition when fortune is running hooks for included types, by cloning the request context for each included type. Currently the request object is shared among concurrent...

How can one limit access to resources, based on application logic? I couldn't find anything in documentation about this, I'm not even sure it's possible. For example User A should...

The Google Datastore adapter plugin doesn't work with Firestore (nor has it seen a lot of action in a few years), so I'd like to try to write a new...

Pun intended. Looking over the documentation for the find/request API, I'm having difficulty determining how I specify the starting point for my search when my data set is a DAG...

So I'm looking to be able to serialise a response from doing a find on my store using JSON API adapter. I can do this fine using the server example...

Hi, I'm having issues with sending the headers in the expected format. When I attempt to set Content-Type or Accept I get errors (emitting the headers works fine) Setting either...

Is there a way to change or extend a store after initialization by adding changed or new record type definitions?

I would like to validate my request (get, post, update or delete), and if the request is not valid, I would like to return an error (status 400 or 500...

bug

Meta-issue to keep track of smaller things to do. ### fortune - [x] String literals in types #260 - [x] Improve `include` syntax to allow querying at any level, like:...

enhancement
feature
refactor