Skip to content

Commit

Permalink
fix: remove duplicate orderId in order queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiz27 committed Sep 10, 2024
1 parent 9f884a3 commit ddf17a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/lib/graphql/queries/orders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const FETCH_ORDERS = gql`
created_at
destination
id
orderId
customerId
origin
status
Expand All @@ -32,7 +31,6 @@ export const FETCH_ORDER_BY_PK = gql`
created_at
destination
id
orderId
customerId
origin
status
Expand Down Expand Up @@ -61,9 +59,7 @@ export const FETCH_ORDER_BY_PK = gql`
export const FETCH_ORDER_DELIVERIES = gql`
query getOrderDeliveries($orderId: uuid!) {
delivery {
orderId
status
orderId
id
created_at
courierId
Expand Down

0 comments on commit ddf17a0

Please sign in to comment.