From 668b2899243876f61bcfc8f493ed24695f28b519 Mon Sep 17 00:00:00 2001 From: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com> Date: Thu, 16 Sep 2021 19:36:05 -0700 Subject: [PATCH] Update single-object-schema-v2.graphql --- .../graphql-schemas/single-object-schema-v2.graphql | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/amplify-category-api/resources/awscloudformation/graphql-schemas/single-object-schema-v2.graphql b/packages/amplify-category-api/resources/awscloudformation/graphql-schemas/single-object-schema-v2.graphql index bc5c83cec51..74b097ceae9 100644 --- a/packages/amplify-category-api/resources/awscloudformation/graphql-schemas/single-object-schema-v2.graphql +++ b/packages/amplify-category-api/resources/awscloudformation/graphql-schemas/single-object-schema-v2.graphql @@ -1,5 +1,3 @@ -type AMPLIFY_GLOBAL @allow_public_data_access_with_api_key(in: 'dev') # FOR TESTING ONLY! - type Todo @model { id: ID! name: String!