# 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;
