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
In the new project graphql schema, sometimes we require sending an ID! type for the project id like createModel mutation, and in other places we expect the id-s to be String! types, ie projectQuery
Lets unify the usage to ID everywhere
The text was updated successfully, but these errors were encountered:
In the new project graphql schema, sometimes we require sending an
ID!
type for the project id likecreateModel
mutation, and in other places we expect the id-s to beString!
types, ieprojectQuery
Lets unify the usage to
ID
everywhereThe text was updated successfully, but these errors were encountered: