You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow using integer autoincrement ids, like most SQL databases prefer.
Right now a bit of monkey patching around a handler as said (on #320 and #259 ) can help us with this, but it isn't fully supporting GraphQL. (Validations fail, searches fail).