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

ID 指定で一意な商品/受注/会員情報を取得できる機能を追加 #34

Closed
okazy opened this issue Jul 17, 2020 · 2 comments
Assignees
Projects
Milestone

Comments

@okazy
Copy link
Contributor

okazy commented Jul 17, 2020

管理画面の検索条件では multi という項目でIDを指定できるが、ID以外も検索できてしまうため一意に検索ができない。

@okazy okazy changed the title ID 指定で一意に取得できない ID 指定で一意な商品/受注/会員情報を取得できる機能を追加 Jul 17, 2020
@okazy
Copy link
Contributor Author

okazy commented Jul 17, 2020

product(id: 1) {
}
order(id: 1) {
}
customer(id: 1) {
}

@kiy0taka kiy0taka added this to To do in 1.0 via automation Jul 20, 2020
@kiy0taka kiy0taka added this to the 1.0 milestone Jul 20, 2020
@kiy0taka kiy0taka moved this from To do to In progress in 1.0 Jul 22, 2020
@kiy0taka kiy0taka self-assigned this Jul 22, 2020
@okazy
Copy link
Contributor Author

okazy commented Jul 27, 2020

#48 で実装されましたのでクローズします。

@okazy okazy closed this as completed Jul 27, 2020
1.0 automation moved this from In progress to Done Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.0
  
Done
Development

No branches or pull requests

2 participants