Skip to content

johngeorgewright/graphql-api

Repository files navigation

@johngeorgewright/graphql-api

This is a template repository for creating a GraphQL API.

Features

Setting up

  1. Change all references of @johngeorgewright/graphql-api to your new package name
  2. Also search for references to @johngeorgewright & graphql-api individually
  3. Remove the private property from package.json (if you want to publically publish your module)
  4. Search for all references of secrets. in the .github diectory and make sure you have the appropriate secrets registered in GitHub (Your Repo > Settings > Secrets)