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