We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
検索条件の日付指定で時まで指定してもエラーが出ません。 例えば以下のように秒まで指定してもエラーとなりませんが、 *_date_* フォーマットでは日までしか指定できないので時間以下が意味をなさず、指定した日付全てが取得対象となってしまいます。
*_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 } } }
紛らわしいので日付までの指定以外はエラーとなるようにしたいです。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
検索条件の日付指定で時まで指定してもエラーが出ません。
例えば以下のように秒まで指定してもエラーとなりませんが、
*_date_*
フォーマットでは日までしか指定できないので時間以下が意味をなさず、指定した日付全てが取得対象となってしまいます。紛らわしいので日付までの指定以外はエラーとなるようにしたいです。
The text was updated successfully, but these errors were encountered: