Is custom GQL Query/Mutation logic possible? #1916
Unanswered
ConcatenatedNonsense
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @ConcatenatedNonsense, we don't have the two items you mention at the moment. Can you elaborate more and/or provide an example for your ask: "Define a schema for a new group with custom GQL queries which is then autogenerated by DAB?" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
DAB adds some lovely CRUD functions for entities by default but I'm looking to extend that and want to know if it's possible.
Under default behaviour DAB is generating a Query group with:
and a Mutation group with:
Am I able to do either or both of the following:
Beta Was this translation helpful? Give feedback.
All reactions