query GetGroupDetails($id: Int!) { group(groupId: $id) { id displayName creationDate users { id displayName } } }