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
I have a field myPosts with fieldArg status as a list of enums. The explorer shows a select to select the enum, that's cool, but when clicking on it, it adds the enum value directly to the query, and not within a list.
I have a field
myPosts
with fieldArgstatus
as a list of enums. The explorer shows a select to select the enum, that's cool, but when clicking on it, it adds the enum value directly to the query, and not within a list.The query should be like this instead:
The text was updated successfully, but these errors were encountered: