Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

検索条件の日付指定で秒まで指定してもエラーが出ない #99

Open
okazy opened this issue Oct 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@okazy
Copy link
Contributor

okazy commented Oct 9, 2020

検索条件の日付指定で時まで指定してもエラーが出ません。
例えば以下のように秒まで指定してもエラーとなりませんが、 *_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
    }
  }
}

紛らわしいので日付までの指定以外はエラーとなるようにしたいです。

@okazy okazy added the enhancement New feature or request label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant