Tag: graphql-query
-
Pass dynamic key value in grapql query React Native
0 hello all I develope application in react native with qraphql so here is my one of the query { products( filter: {category_uid: {eq: "Mw=="}, bestseller: {eq: "44"}} sort: {name: ASC} pageSize: 10 currentPage: 1 ) { total_count items { uid name sku boutique_name small_image { url label } } } } So in above…