Get Organization
Get a single Organization by ID.
Query
query GetOrganization($id: ID!) {
organization(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a Organization resource.