Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TigerGraph GraphQL Example Web Application

This is an example web application built with TigerGraph GraphQL + React + Apollo.

Prerequisites

Local development

  • Install dependencies and build the web application

    yarn
    yarn build
  • (Optional) Modify public/config.json to direct to TigerGraph GraphQL service URL

    {
      "GRAPHQL_URL": "http://localhost:4000/graphql"
    }
  • Launch the web application locally

    yarn start

Screenshots

If the application starts successfully, you will see the page below loaded:

Landing Page

Click View Person button of any record, you will see a similar page like below loaded:

Person Details