Hello. I’m wondering how I can achieve resilience using the GraphQL API instead of the REST Admin API.
Previously, I was able to call the Events resource for Orders and retrieve fulfillments for a selected date range, allowing me to verify if I had all the data. Now, I can’t find any equivalent solution using the GraphQL API, as it doesn’t have a separate events resource with the same functionality.