Skip to content

Commit

Permalink
Fix - Correction d'une query invalide
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Jun 10, 2021
1 parent 9612ecf commit 818c37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const GET_NATIONALITIES = gql`
export const GET_PRODUCER_PRODUCTS = gql`
query GetProducerProducts($id: ID!) {
producer(id: $id) {
id
products {
id
name
Expand Down

0 comments on commit 818c37b

Please sign in to comment.