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

dump-schemaコマンドで指定したTypeのスキーマを出力するようにした #49

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

kiy0taka
Copy link
Contributor

指定したTypeだけを出力するようにしました。

$ bin/console eccube:api:dump-schema Product
type Product {
  id: ID!
  name: String!
  note: String
  description_list: String
  description_detail: String
  search_word: String
  free_area: String
  create_date: DateTime!
  update_date: DateTime!
  ProductCategories: [ProductCategory]
  ProductClasses: [ProductClass]
  ProductImage: [ProductImage]
  ProductTag: [ProductTag]
  CustomerFavoriteProducts: [CustomerFavoriteProduct]
  Creator: Member
  Status: ProductStatus
}

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.

Typeごとにスキーマを出力できることを確認しました。

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 1ff7904 into EC-CUBE:master 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.

2 participants