Morning Gang,
I’m trying to get my org ID based on the Graphql API documentation for Insight Platform, but everytime I attempt
{
organizations(first: 1){
edges{
node{
id
name
}
}
}
}
I get a internal Server error