Posts
Members
Info
Todos not working
Hi guys, I'm trying to use the createTodo mutation of Todos gql Schema and just using the basic example, it saves null in DB instead that the new object even if it doesn't return any error after the mutation, and it resolves correctly. Any idea ? Is this a bug on fakeql side…
0
Getting error: Unable to add session mutations to data!
Hey Fredi, looks like an awesome service! Just a quickie, after deploying I am getting the above error message when querying my endpoint. Here's an example: https://fakeql.com/graphql/03846c7bce8e2801da0648f546497bb7?query={users{id}} I am using a custom data structure (not one…
3
Query using OR behaves like AND
Firstly, thank you for providing this service, it is both super useful and intuitive, you can go from nothing to having something that actually works in next to no time. I really appreciate it. However I am running into a problem when using OR in my queries. I am not sure if…
2