File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * TODO merge query files in TestCases/Case01/queries into this file so that there is a single source for test queries
3+ */
14export const QUERIES = [
25 {
36 description : 'get continents' ,
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ const apiKey = process.env['APP_SYNC_API_KEY'];
55const region = process . env [ 'APP_SYNC_REGION' ] ;
66
77/**
8- * This test can be used to manually execute graphQL queries against an App Sync API that is specified via environment variables.
8+ * This test can be used to execute graphQL queries against an App Sync API that is specified via environment variables.
9+ * This can be useful to test manually deployed App Sync APIs that were not created as part of the integration test suite.
910 * It requires the following environment variables to be set:
1011 * APP_SYNC_API_ID: The ID of the App Sync API
1112 * APP_SYNC_API_KEY: The API key for the App Sync API
You can’t perform that action at this time.
0 commit comments