Introduced Querying Protocol in GraphQL

Release - End of May 2025

  • Ability to retrieve protocol information from EverReal.

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.

Last updated

Was this helpful?