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 case where resources is [1], the adapter assumes that the graphql api has the singular type available, and you can end up getting an error similar to:
{"0"=>"Field 'resource' doesn't exist on type 'Query'"}
This means that to make this workable, you need to make sure the API has both the singular and plural way of accessing the resource which can be quite verbose.