GraphQLQueriesGet AccountOn this pageGet Account Get a single Account by ID. Query query GetAccount($id: ID!) { account(id: $id) { id # Add other fields as needed }} Parameters id: ID of the resource to retrieve Return Type Returns a Account resource.