-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] GraphQL support for form submissions #20
Comments
I did think about this at the time, but wasn't really sure if people wanted to access submissions on the front-end. But sounds like this is a pretty valid case, so added in 1.0.5 But yes, you could otherwise use the Element API to achieve a similar result. |
Thanks @engram-design, that's awesome that you were able to include that so quickly! We're actually have another project which will benefit from this as well. Really enjoying working with the software so far, and I think client training is going to be improved as well. 👍 |
Is there a plan to add GraphQL support for form submissions? We’re working on a custom reporting interface that would need to pull information out of submissions and GraphQL would be a perfect fit. As a fallback I think we’ll need to create a custom ElementAPI interface?
The text was updated successfully, but these errors were encountered: