Every time I request the carrierService.id (or any field on the carreirService) the API returns an INTERNAL_SERVER_ERROR.
Here’s a couple example request ids that failed:
080144a5-9592-4aff-ab9b-e12ce278c661
57818527-2ae3-45f1-906a-80b0b94484d5
It’s been pretty simple to replicate for me.
This causes the error:
query getSubscriptionContract($id: ID!) {
subscriptionContract(id: $id) {
deliveryMethod {
__typename
... on SubscriptionDeliveryMethodShipping {
shippingOption {
carrierService {
name
id
}
code
description
title
presentmentTitle
}
}
}
}
}
but if i just remove the carrier service it returns the expected response