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指定でproduct/order/customerを取得するQueryを追加 #48

Merged
merged 3 commits into from Jul 27, 2020

Conversation

kiy0taka
Copy link
Contributor

@kiy0taka kiy0taka commented Jul 22, 2020

#47 のコミットに続けてます。

以下のQueryを追加しました。

type Query {
    product(id: ID!): Product
    order(id: ID!): Order
    customer(id: ID!): Customer
}

ref #34

Copy link
Contributor

@okazy okazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

商品、受注、顧客情報が取れることを確認しました。

image

@okazy okazy added the enhancement New feature or request label Jul 27, 2020
@okazy okazy added this to the 1.0 milestone Jul 27, 2020
@okazy okazy merged commit 9d0e308 into EC-CUBE:master Jul 27, 2020
@okazy
Copy link
Contributor

okazy commented Jul 27, 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

Successfully merging this pull request may close these issues.

None yet

2 participants