andgith
andgith
I have noticed the the getAncestors method on a node seems to give the ancestors in the order they were created. Is this behaviour intended? I was wanting to use...
**Describe the bug** When using `onResult` the hook is called while the query is still loading and contains no data. This is a change from previous behaviour, is this intended?...
**Describe the bug** The value of `result` is undefined while a refetch occurs after a variable update. ```js const variables = ref({ id: props.id, sort: sort.value, group: group.value, }); const...