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

Type名が冗長だったので短縮 #46

Merged
merged 1 commit into from Jul 22, 2020

Conversation

okazy
Copy link
Contributor

@okazy okazy commented Jul 22, 2020

こちらのようになりました。

type ProductConnection {
  edges: [ProductEdge]
  nodes: [Product]
  pageInfo: ProductPageInfo!
  totalCount: Int!
}

type ProductEdge {
  node: Product
}

type ProductPageInfo {
  hasNextPage: Boolean!
  hasPreviousPage: Boolean!
}

@okazy okazy added the enhancement New feature or request label Jul 22, 2020
@okazy okazy added this to the 1.0 milestone Jul 22, 2020
@kiy0taka kiy0taka merged commit 433c9e2 into EC-CUBE:master Jul 22, 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