01 Software

GraphQL API

GraphQL API guide for the 01 SOFTWARE platform

GraphQL API

01 SOFTWARE provides a GraphQL API for flexible data querying.

GraphQL Endpoint

https://api.01.software/api/graphql

Authentication

HTTP Header

POST /api/graphql
Authorization: Bearer your_jwt_token_here
Content-Type: application/json

GraphQL vs REST

FeatureGraphQLREST
RequestsSingle endpointMultiple endpoints
DataSelect only needed fieldsFixed response
RelationsFetch in one requestMultiple requests needed
TypesStrong type systemDocumentation dependent
CachingComplexLeverages HTTP cache

Next Steps

On this page