Page MenuHomeSoftware Heritage

Decide on the libraries to use for GraphQL server
Closed, MigratedEdits Locked

Description

Possible server libraries

Ariadne provides a schema first approach with an easy API. Well documented.
Graphene is a code first approach, more like an ORM.

The initial implementation is using Ariadne.
https://forge.softwareheritage.org/source/swh-graphql/repository/master/

Decided to use Ariadne

Event Timeline

jayeshv triaged this task as Normal priority.Feb 14 2022, 3:17 PM
jayeshv created this task.
jayeshv renamed this task from Decide on libraries to use to Decide on the libraries to use for GraphQL server.Feb 15 2022, 12:23 PM
jayeshv updated the task description. (Show Details)
jayeshv edited projects, added GraphQL API; removed Web app.