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
When returning query results, there should be one query entity per set of inputs.
So a Query type should also have an inputs field:
[Query [^Query.Input ^many -inputs]]
Added one dash to signal that it's an internal field and so that it doesn't collide with other fields. Not using underscore, as it means something else in datascript (reverse lookup) and I've seen graphql API's using double underscores for internal stuff, e.g. __schema __type
As fields can have inputs, we need to index those fields somehow.
The first idea is to have:
Multiple Query.Input can point to the same field.
The text was updated successfully, but these errors were encountered: