Open
Description
This has no results, even though this subscriptions exist.

The GraphQL calls return the following: on the unfiltered SubscriptionsList returns internal server error, the filtered one an empty page[]
{
"data": null,
"errors": [
{
"message": "Internal Server Error",
"locations": [
{
"line": 2,
"column": 9
}
],
"extensions": {
"error_type": "internal_error"
}
},
{
"message": "Internal Server Error",
"locations": [
{
"line": 3,
"column": 9
}
],
"extensions": {
"error_type": "internal_error"
}
}
]
}
variables":{"first":15,"after":15,"sortBy":{"field":"tag","order":"ASC"},"filterBy":[{"field":"status","value":"active"}],"query":"testaccount* tag:lp"},"operationName":"SubscriptionsList"}
{
"data": {
"subscriptions": {
"page": [],
"pageInfo": {
"totalItems": 8,
"startCursor": null,
"hasPreviousPage": true,
"hasNextPage": false,
"endCursor": 14,
"sortFields": [
"customerFullname",
"customerHasActiveSubscriptions",
"customerId",
"customerShortcode",
"description",
"endDate",
"insync",
"note",
"productCreatedAt",
"productDescription",
"productEndDate",
"productId",
"productName",
"productStatus",
"productTag",
"productType",
"startDate",
"status",
"subscriptionId",
"tag",
"version"
],
"filterFields": [
"customer_fullname",
"customer_has_active_subscriptions",
"customer_id",
"customer_shortcode",
"description",
"end_date",
"insync",
"note",
"product",
"product_id",
"start_date",
"status",
"subscription_id",
"tag",
"type",
"version"
]
}
}
}
}