1 2 3 4 5 6 7
query ProjectInfo($projectId: uuid!) { token_by_pk(id: $projectId) { id name ownerUserId } }