Error in Graphql Marketing Events

Himanshu04
New Member
1 0 1

Hi,

 

I am trying to access marketing events from shopify by graphql but I get this error response while requesting.

error [{'message': 'Internal error. Looks like something went wrong on our end.\nRequest ID: 11636649-56c3-4ea2-874d-dea49c714f1f (include this in support requests).', 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'requestId': '11636649-56c3-4ea2-874d-dea49c714f1f'}}].

 

My query:

{marketingEvents(first: 10){ edges{ node{ description id manageUrl } } }}
 
Thanks and Regards
Himanshu
Reply 1 (1)
Kontxt
New Member
3 0 1

I am having the same issue. @Himanshu04 did you eventually find a solution?