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_COMPLETEDandMOVE_OUT_PROTOCOL_COMPLETED` events in favour ofPROTOCOL_COMPLETEDevent. In all instances where you rely on the deprecated events above, make use of the newly introducedPROTOCOL_COMPLETEDevent.
Last updated
Was this helpful?