add questionFilterOptions query
This commit is contained in:
5
app/javascript/__generated__/schema.graphql
generated
5
app/javascript/__generated__/schema.graphql
generated
@@ -223,6 +223,7 @@ type Query {
|
||||
"""
|
||||
ids: [ID!]!
|
||||
): [Node]!
|
||||
questionFilterOptions: QuestionFilterOptions!
|
||||
questions(
|
||||
"""
|
||||
Returns the elements in the list that come after the specified cursor.
|
||||
@@ -424,6 +425,10 @@ type QuestionEdge {
|
||||
node: Question
|
||||
}
|
||||
|
||||
type QuestionFilterOptions {
|
||||
years: [String!]!
|
||||
}
|
||||
|
||||
enum QuestionStatus {
|
||||
APPROVED
|
||||
DRAFT
|
||||
|
||||
Reference in New Issue
Block a user