Skip to main content

Questions tagged [magento-graphql]

0 votes
1 answer
31 views

In Magento 2 when post graphql with empty query it results into 500 error. It should not give 500 error and proper response. https://www.test.com/graphql { "errors": [ { "...
m2dev's user avatar
  • 83
1 vote
1 answer
75 views

I am performing a full text search to get the list of products. I need to get the tierprices of the products. But I am getting the following error. Customer with id "18" does not exist. I ...
Haarish Infant Raj's user avatar
0 votes
1 answer
358 views

I need to understanding if this is a bug or expected behaviour I'm using Postman for my testings. To get customer data first need to generate token: mutation generateCustomerToken($email: String!, $...
Juliano Vargas's user avatar
0 votes
1 answer
186 views

Based on visibility,filter the product in magento 2. The SKU 111324 having the visibility value is "Search". Using below graphQL query Query query { products( filter: { sku: { eq:...
Jayashree N's user avatar
0 votes
1 answer
45 views

I created the module schema.graphqls #Magento Customer GraphQl Schema type Query { testcustomer: Testcustomer @resolver(class: "Graphql\\CrudOperations\\Model\\Resolver\\StudentList") @...
Jaisa's user avatar
  • 2,640
0 votes
2 answers
89 views

Schema.graphqls type Query { getGoogleMedia: [GoogleMedia] @resolver(class: "Test\\LocationData\\Model\\Resolver\\GoogleMediaResolver") } type GoogleMedia { image_view_all_link: ...
NotEqual's user avatar
0 votes
2 answers
210 views

Does anyone know how to create a plugin for the class Magento\Quote\Model\Cart\Data\CartItemFactory method public function create(array $data): CartItem? I have tried creating before, after, and ...
Arun's user avatar
  • 1
0 votes
1 answer
170 views

In my module I defined a etc/schema.graphqls: type BlogPost { blog_post_id: ID title: String post: String } input BlogpostAttributeFilterInput { page: Int limit: Int } type Query ...
Dimitrios Desyllas's user avatar

15 30 50 per page