Skip to content

Commit

Permalink
feat(form): always fetch answer meta
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Mar 6, 2024
1 parent a9dc1ac commit 2255a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form/addon/gql/fragments/field.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ fragment FieldQuestion on Question {

fragment SimpleAnswer on Answer {
id
meta
question {
id
slug
Expand Down

0 comments on commit 2255a80

Please sign in to comment.