-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
検索条件の日付指定で時まで指定してもエラーが出ません。
例えば以下のように秒まで指定してもエラーとなりませんが、 *_date_* フォーマットでは日までしか指定できないので時間以下が意味をなさず、指定した日付全てが取得対象となってしまいます。
query {
orders (page: 1, limit: 4, order_date_start:"2020-10-09 00:15:00", order_date_end:"2020-10-09 00:16:00") {
nodes {
id
}
totalCount
pageInfo {
hasNextPage
hasPreviousPage
}
}
}紛らわしいので日付までの指定以外はエラーとなるようにしたいです。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request