saleor: unify GraphQL naming approach

This commit is contained in:
Zaiste
2021-05-14 15:57:45 +02:00
parent df3d85f86e
commit f530704efe
50 changed files with 217 additions and 216 deletions

View File

@@ -0,0 +1,2 @@
export { ProductConnection } from './product';
export { CheckoutDetails } from './checkout-details';