add questions query
This commit is contained in:
8
app/graphql/inputs/date_range_input.rb
Normal file
8
app/graphql/inputs/date_range_input.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Inputs
|
||||
class DateRangeInput < Types::BaseInputObject
|
||||
argument :start_at, GraphQL::Types::ISO8601Date, required: true
|
||||
argument :end_at, GraphQL::Types::ISO8601Date, required: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user