Uplift
API Documentation for Uplift
GraphQL
POST
http://uplift-backend.cornellappdev.com/graphQL
This endpoint takes GraphQL queries and get the requested data as JSON result.
Query Parameters
Name
Type
Description
GraphQL Query
string
Example: { gyms { id name } }
For more information on GraphQL: https://graphql.org/
Last updated