Bjoern
query GET_MESSAGES($community: ID, $isGeneral: Boolean!) { messages (where: {community: {id: $community}}) @skip(if: $isGeneral) { text id } }