This is a template repository for creating a GraphQL API.
- Change all references of
@johngeorgewright/graphql-api
to your new package name - Also search for references to
@johngeorgewright
&graphql-api
individually - Remove the
private
property frompackage.json
(if you want to publically publish your module) - 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)