Insites data is grouped into three main types:
Knowing what data type you are handling is critical as it affects how you build forms, GraphQL queries, and other considerations.
To interact with the data, Insites uses GraphQL, a query language (similar to SQL) designed to give clients exactly the data they request, nothing more, nothing less. This allows developers to build scalable, flexible, and maintainable APIs. The retrieved information is then made available in Liquid.
Operations in GraphQL are divided into two main types:
Focus on GraphQL before anything else; it is the key to Insites. This investment will enable you to craft complex queries in GraphQL and send back only the data you need. Later, discover fragment queries, a favorite feature of seasoned Insites developers.
You may also refer to the following resources to help you get started on GraphQL:
Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.