Disallow creating objects with custom id #78
Closed
AveryanAlex
started this conversation in
General
Replies: 5 comments 5 replies
|
Hi @AveryanAlex! |
2 replies
|
Nevermind, i can reproduce it, will release a quick fix for this. Thanks for reporting! |
0 replies
|
|
3 replies
|
Oh, I see. I'm working on that feature actually, so you will be able to scope any type/input either on schema level (the type is used everywhere) or on the type level (only used on the current scoped type and subtypes) |
0 replies
|
This feature is now live with the 0.19.0 release! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Doesn't work - I still can set id in creation data. Setting READ_ONLY breaks relations.
Using
include=["name", "parent", "childrens", "chats"]instead ofallgives errors:What can I do?
All reactions