Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulrajkosta-webkul committed Jan 31, 2025
1 parent 8f3d5e4 commit 3c894ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graphql/admin/catalog/products/product.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ input UpdateProductInput {
sku: String!
name: String!
productNumber: String @rename(attribute: "product_number")
urlKey: String @rename(attribute: "url_key")
urlKey: String! @rename(attribute: "url_key")
taxCategoryId: ID @rename(attribute: "tax_category_id")
new: Boolean
featured: Boolean
Expand Down Expand Up @@ -133,7 +133,7 @@ type Product {
name: String
shortDescription: String @rename(attribute: "short_description")
description: String
urlKey: String! @rename(attribute: "url_key")
urlKey: String @rename(attribute: "url_key")
shareURL: String @field(resolver: "Webkul\\GraphQLAPI\\Queries\\Admin\\Catalog\\Products\\ProductContent@getProductShareUrl")
new: Boolean
featured: Boolean
Expand Down

0 comments on commit 3c894ca

Please sign in to comment.