The GraphQL query GetSystemConnections consistently returns a 403 Forbidden error, preventing the system from retrieving necessary connection details.
query GetSystemConnections {
system_connections {
id
carrier_id
carrier_name
display_name
test_mode
active
capabilities
credentials
metadata
config
rate_sheet {
id
name
slug
carrier_name
metadata
}
}
}
GraphQL response:
{
"data": null,
"errors": [
{
"message": "Cannot query field 'credentials' on type 'SystemConnectionType'.",
"locations": [
{
"line": 10,
"column": 5
}
]
},
{
"message": "Cannot query field 'metadata' on type 'SystemConnectionType'.",
"locations": [
{
"line": 11,
"column": 5
}
]
},
{
"message": "Cannot query field 'rate_sheet' on type 'SystemConnectionType'.",
"locations": [
{
"line": 13,
"column": 5
}
]
}
]
}
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too