We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1d303 commit 5fc0019Copy full SHA for 5fc0019
apps/tool_picker/graphql/types.py
@@ -19,6 +19,7 @@ class QuestionTitleType:
19
title: strawberry.auto
20
question_type: strawberry.auto
21
description: strawberry.auto
22
+ order: strawberry.auto
23
24
25
@strawberry_django.type(CheckboxOption)
schema.graphql
@@ -213,6 +213,7 @@ type QuestionTitleType {
213
title: String!
214
questionType: QuestionTypeEnum!
215
description: String!
216
+ order: Int!
217
}
218
219
"""Model representing question within a catalog."""
0 commit comments