```gql query { channel(id: $channelID) { pinnedChatMessages { edges { node { id // other fields } } } } } ```