Developer
Calculated fields
Calculated Fields allow you to generate responses based on inputs to other fields within a form. Calculated Field calculations are written in Javascript, which means you can add some fairly complex [...]
Coreo GraphQL API – Overview
More information about GraphQL can be found at https://graphql.org/. Coreo’s graphql API is accessible at https://api.coreo.io/graphql. If you visit the API in the browser you will also [...]
Coreo GraphQL API – Queries
Coreo’s GraphQL API only currently supports 2 types of operation: queries and mutations. Queries operate like GET requests in a REST API, while mutations are equivalent to POST/PATCH/DELETE [...]
Coreo GraphQL API – Filtering Queries
Most Coreo GraphQL objects are filterable with a where argument. This where argument is a JSON object that specifies the conditions that should be met for the object to be [...]