Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 613 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 613 Bytes

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