GraphQL
Use and integrate fairu into your application using GraphQL.
Our GraphQL endpoint is available under https://api.fairu.app/graphql To download the schema for fairu you can make a get request against https://api.fairu.app/schema.graphql
To allow this endpoint to be integrated into a GraphQL Router (like Apollo Router) based on GraphQL Federation we prefix our queries and types with "fairu". eg:
Every type also provides Entities which allows you to just store the id of our entity and let the rest be resolved by our service. For a detailed documentation of the GraphQL Endpoint please visit our GraphQL Playground
An exception of the prefix rule are mutations. But they will always contain "fairu" within the name.