Skip to content

Commit

Permalink
fix: remove min date and max date form date answer
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Oct 2, 2023
1 parent 19b38ef commit 565cca2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ fragment InquiryRequestDeadline on Document {
id
... on DateAnswer {
value
minDate
maxDate
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions packages/form/addon/gql/fragments/field.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ fragment FieldTableQuestion on Question {
}
... on DateAnswer {
dateValue: value
minDate
maxDate
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions packages/testing/addon/mirage-graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,6 @@ type DateAnswer implements Answer & Node {
id: ID!
question: Question!
value: Date
minDate: Date
maxDate: Date
meta: GenericScalar!
date: Date
}
Expand Down

0 comments on commit 565cca2

Please sign in to comment.