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
Some schemas do not provide any means to fetch a single node. Instead, they allow you to query a list of nodes by id (but returning a list with a single element). E.g.
Some schemas do not provide any means to fetch a single node. Instead, they allow you to query a list of nodes by id (but returning a list with a single element). E.g.
and the return value could be:
The toolkit must support this and extract
{ id: 'foo' }
as the node value. Right now it erroneously extracts[ { id: 'foo' } ]
as a node value.The text was updated successfully, but these errors were encountered: