-
## Bug Report
MongoDB rejects ids generated in DataStore. We might need to replace the generated ids after replication
@wtrocki @kingsleyzissou
-
After successful generating a new project using our cli, we have the next steps printed in console
```
Next Steps:
1. Change directory into project folder - cd test
3. Review Graphback graphqlrc.…
-
## Feature Request
Package name changed to apollo-cache-persist-dev. Offix-client package needs update in package.json
-
Graphback is missing the ability to automatically create and/or handle timestamps for CreatedAt and UpdatedAt timestamps.
This could be as simple as adding a custom `@CreatedAt` `@UpdatedAt` direct…
-
## Feature Request
We need to understand the limitations around object id. Provide specific marker for ID field and how it is being represented. Additionally we need certain properties on model lik…
-
The admin app should always retrieve up to date data.
While doing this issue, we should also:
- remove cache from client config
- remove offix
-
Is it possible to use the variable id (which is auto-generated on client-side) in optimistic response rather than "client:xxxxxx".
In case of nested data, this approach will cause an issues. Then, …
-
## Feature Request
Following blog post:
https://tech.trello.com/adopting-graphql-and-apollo
We need to showcase how to adopt GraphQL in scenarios where API still can be rest. Initially, we were…
-
Hello and thanks for the great library you made!!!
I am getting this error
![Offix_error](https://user-images.githubusercontent.com/65185835/81591939-82284280-93bd-11ea-8a68-7dc8f4964e31.PNG)
…
-
## Feature Request
When implementing pagination we usually wrap the top level types into some container to get the field offset etc. Current offix API do not work with pagination due to the need of…