refine icon indicating copy to clipboard operation
refine copied to clipboard

[FEAT]: `gqlQuery` and `gqlMutation` support for Inferencer

Open alicanerdurmaz opened this issue 1 year ago • 0 comments

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 with gqlQuery and gqlMutation.
  • Most of the data hooks that come with the inferencer only use getOne. These should be changed to be suitable for GraphQL

alicanerdurmaz avatar Jan 10 '24 15:01 alicanerdurmaz