Quick Start

In this section we will quickly go over a few ways to get you up and running for your project to leverage PaaS. We will provide some links to resources regarding GraphQL clients that you can use depending on your project.

Authentication

You are free to query data from profile as a service without authentication. If you would like access for your users to modify their data in PaaS you will need to authenticate your users through GCaccount. To create a GCaccount client for your app, please contact the GCTools helpdesk.

API Endpoint

The endpoint can be accessed via paas.gccollab.ca

paas.gccollab.ca

Recommended GQL Client Libraries

Here we will recommend some libraries to leverage the GQL API. You can visit the Use Cases section for examples on how to format your queries.

Curated List of GQL Clients

Visit this link for a list of GQL Clients you can use depending on your project:

Clients Used in GCTools Projects

ReactJS

The Directory leverages React Apollo Client

PHP

GCcollab leverages php graphql-client to query and mutate data in PaaS