Skip to content

nalayakengineer/Amplifygql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amplify Graphql Api Learning Repo

This is sample code from AWS Amplify to learn GraphQL Api.

Creating a Graph QL API using AWS Amplify CLI

Use Amplify cli tools to create a new API

command:
amplify init

Once the setup wizard finishes execution.

command:
amplify add api

Select the following options:

  • Select GraphQl
  • When asked if you have schema, say No
  • Select one of the default samples, Can be changed later

Releases

No releases published

Packages

No packages published