Internal Server Error with certain GraphQL queries

I have a larger query that is giving me a 500 error status. I’ve simplified it down to the following example:

{
  boards(ids: [SOME_ID]) {
    items_page {
      items {
        column_values {
          ... on LastUpdatedValue {
            updater {
              account {
                name
              }
            }
          }
        }
      }
    }
  }
}

Hmm, I’m struggling to replicate that today. Basically when I performed certain queries that were more heavily nested such as the one above, I go the 500 status code, and the response was in HTML rather than JSON which caused my code to fail. I’ll update this if I can replicate it again.

Hello there @migwell,

I can not replicate the issue either.

If you see it happening again, please fill this form adding as much information as possible to it (such as account ID, board IDs, item IDs, timestamps, etc.) so that our team can take a look into it!