GraphQL Endpoint : https://lelabquantique.com/graphql

Ensuring effortless data accessibility is paramount to us, which is why we’ve implemented a GraphQL API specifically tailored to your website.

  1. Queries related to Le Lab Quantique partners.
  2. Queries related to Le Lab Quantique jobs board.
  3. Queries related to our posts.

There is a simple GraphQL query exemple :

query {
  generalSettings {
    title
    url
  }
}

Was this page helpful?