Skip to content

Commit

Permalink
fix(apps/faq): list all answers
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Sep 16, 2024
1 parent 0051026 commit b1f32e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const StrapiFaqAnswerGroupQuery = graphql(
attributes {
name
slug
faqAnswers {
faqAnswers(pagination: { limit: 10000 }) {
data {
attributes {
name
Expand Down

0 comments on commit b1f32e1

Please sign in to comment.