AWS Amplify- pull graphql api created in console

I am playing around with AWS Amplify in my Flutter application. I got the auth setup using cognito user pool and identity pool. Here is what amplify status says now

Category │ Resource name │ Operation │ Provider plugin

Auth │ userPoolGroups │ No Change │ awscloudformation

Auth │ bolAuthentication │ No Change │ awscloudformation

Now I got a graphql api which I created using the aws console and I am trying to add that to my amplify project. How would I pull in the api from my console using amplify pull?

Read more here: Source link