Skip to content

Commit

Permalink
Revert "Question position bigint update (#368)" (#369)
Browse files Browse the repository at this point in the history
This reverts commit 78ebc69.
  • Loading branch information
kadey001 authored Nov 29, 2022
1 parent 78ebc69 commit fe1fac5
Show file tree
Hide file tree
Showing 33 changed files with 92 additions and 136 deletions.
8 changes: 3 additions & 5 deletions app/client/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ input AlterLike {
to: Boolean!
}

scalar BigInt

input CreateEvent {
description: String!
endDateTime: Date!
Expand Down Expand Up @@ -137,7 +135,7 @@ type Event implements Node {
"""
The question currently being asked, corresponds to a "position" value on the event question
"""
currentQuestion: BigInt
currentQuestion: Int
description: String

"""The planned end date time string"""
Expand Down Expand Up @@ -292,7 +290,7 @@ type EventQuestion implements Node {

"""Find the count of the likes only"""
likedByCount: Int
position: BigInt
position: Int

"""The actual content of the question"""
question: String
Expand Down Expand Up @@ -678,7 +676,7 @@ input UpdatePasswordForm {

input UpdateQuestionPosition {
eventId: ID!
position: BigInt!
position: Int!
questionId: ID!
}

Expand Down
4 changes: 2 additions & 2 deletions app/client/src/__generated__/DeleteButtonFragment.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/client/src/__generated__/QuestionQueueMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/client/src/__generated__/QueueButtonFragment.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe1fac5

Please sign in to comment.