Skip to content

Commit

Permalink
Update Product.ts
Browse files Browse the repository at this point in the history
forgot to change variable name.
  • Loading branch information
KiranJoji authored Mar 27, 2024
1 parent ed069c5 commit 44fe828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typeDefs/Product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const typeDefs = gql`
type Mutation {
createProduct(input: ProductInput!): Product
updateProduct(id: ID!, input: ProductInput!): Product
updateProduct(id: ID!, input: UpdateProductInput!): Product
deleteProduct(id: ID!): Boolean
}
`;
Expand Down

0 comments on commit 44fe828

Please sign in to comment.