A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
When I try to get information about some BasicEvent I get an INTERNAL_SERVER_ERROR. This is an example of an id request that failed: "f97412a9-65a0-4d31-87f0-95236ddede45". This is the query:
{ nodes(ids:["some_id"]) { ... on BasicEvent { __typename id appTitle attributeToApp attributeToUser createdAt criticalAlert message } } }