For the complete documentation index, see llms.txt. This page is also available as Markdown.

Protocol Query

This query will allow you to pull protocols from EverReal.

Protocol query

The protocol graphQL query allows one to retrieve protocols information from EverReal.

Filter options

  • id - filter by the protocol id

  • draftId - filter by the protocol draft id

  • companyId - filter by company id

  • unitId - filter by the unit id

  • propertyId - filter by the property id

  • protocolType - filter by the protocol type. See possible options in types below.

Protocol Query

To query a protocol from EverReal use protocol query

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

Schema

Example

Last updated