Add graphql api!

This commit is contained in:
2020-05-24 15:51:29 -05:00
parent 0e71344d9c
commit 886d9ba62e
12 changed files with 2489 additions and 23 deletions

View File

@@ -1 +1,20 @@
{}
{
"api": {
"lunchrun": {
"service": "AppSync",
"providerPlugin": "awscloudformation",
"output": {
"authConfig": {
"additionalAuthenticationProviders": [],
"defaultAuthentication": {
"authenticationType": "API_KEY",
"apiKeyConfig": {
"description": "lunchrunapikey",
"apiKeyExpirationDays": 7
}
}
}
}
}
}
}