> For the complete documentation index, see [llms.txt](https://api-docs.everreal.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.everreal.co/change-log/upcoming/introduced-querying-protocol-in-graphql.md).

# Introduced Querying Protocol in GraphQL

* Ability to retrieve protocol information from EverReal.&#x20;

```graphql
type Query {
  protocols(input: ProtocolFilterListPaging): [Protocol]
}
```

* Deprecated `MOVE_IN_PROTOCOL_COMPLETED` and `MOVE_OUT_PROTOCOL_COMPLETED`\` events in favour of `PROTOCOL_COMPLETED`  event. In all instances where you rely on the deprecated events above, make use of the newly introduced `PROTOCOL_COMPLETED` event.&#x20;
