refine
refine copied to clipboard
[FEAT]: `gqlQuery` and `gqlMutation` support for Inferencer
Is your feature request related to a problem? Please describe.
Currently, the inferencer does not fully support gqlQuery and gqlMutation.
The following implementations should be done to support this:
getMetaProps: should be able to take multiple actions and work withgqlQueryandgqlMutation.- Most of the data hooks that come with the
inferenceronly usegetOne. These should be changed to be suitable for GraphQL