Skip to content

Commit 5fc0019

Browse files
AdityaKhatrisudip-khanal
authored andcommitted
fix: add order in question title
1 parent db1d303 commit 5fc0019

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/tool_picker/graphql/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class QuestionTitleType:
1919
title: strawberry.auto
2020
question_type: strawberry.auto
2121
description: strawberry.auto
22+
order: strawberry.auto
2223

2324

2425
@strawberry_django.type(CheckboxOption)

schema.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ type QuestionTitleType {
213213
title: String!
214214
questionType: QuestionTypeEnum!
215215
description: String!
216+
order: Int!
216217
}
217218

218219
"""Model representing question within a catalog."""

0 commit comments

Comments
 (0)