Smartshell API uses the GraphQL query language, which allows clients to query only the data they need and retrieve it in a single query, making communication more efficient.
The main types of queries in GraphQL:
- Query
- Mutation
You can see a detailed description of the SmartShell API and sample requests here.