JP Erasmus
JP Erasmus
Seeing that the registration happens with `UpUp.start()`, would it not be better to have it as `UpUp.stop()`?
I'm also interested to know how and if this is possible.
Hi @tettoffensive I'm not part of the `graphql-request` team, but I believe the behaviour you're seeing is part of the GraphQL spec and not necessarily specific to `graphql-request`.
Looking at this component's code, it looks like it does actually take a `disabled` prop, but if you have any `children` passed to the component, it still sets up an...
That is a very good question and interesting use case. Currently, there is not a way to specify that a particular field needs to be unique within the collection. I...
Hi @YuriiDunaev, it is possible to save/add an item using this SDK. Do you have an example of the code you are currently using that did not work?
Can you send me a screenshot of the entry object itself? The object ID shouldn't make a difference.
You might be right about the ID parsing, will check it out tomorrow and get back to you. 👍
Just to keep you in the loop: the problem is definitely that we're using a number internally for the ID's. Busy now with a change that should allow both strings...
Hi @YuriiDunaev, we've looked into this further and found that it is touching a few more places in the app, that we do not necessarily want to change right now....