AxeWP / wp-graphql-gravity-forms

GraphQL API for interacting with Gravity Forms.
GNU General Public License v3.0
165 stars 29 forks source link

fix: Pass the GF entry to the `QuizResults` resolver #383

Closed justlevine closed 1 year ago

justlevine commented 1 year ago

What

Passes the GF entry array to the QuizResults resolver, instead of the SubmittedEntry object.

Why

SubmittedEntry doesnt include the quiz results.

How

Testing Instructions

Additional Info

Checklist: