GraphQL Interface
-
Scalars
About scalars Scalars are basic value types: Int, Float, String, Boolean, or ID.When calling the GraphQL API, nested subfields must be specified until only scalar values are returned. Boolean Boolean A scalar type that represents true or false.Float Float Scalar type representing signed double-precision floating-point numbers that conform to the IEEE 754 standard. -
Objects
Objects About objects Objects Represent the resources you can access in GraphQL.An object can contain a series of fields, each with a specific type. -
Query(Queries)
About queries archive Type: Archive Get documents, product details Arguments Name Description password (String) Document with password, send password to verify and get all content id (Int) filename (String) Same as url_token url_token (String) Document alias. Special cases: previous: prev, next: next -
GraphQL API Reference
Check the reference document to learn about the data types available in the GraphQL API architecture.Query Object Scalar Guide Quick Start GraphQL API provides a unified data access interface, supporting queries (Queries), mutations (Mutations), and object type definitions.This system covers multiple aspects of functionality including content management, user information, product data, and comment systems.Query operation (Queries) The query operation is used to retrieve data from the server, supporting rich parameter options and flexible data filtering.