From 2021b8ead93ccaf5f4fc01635d44db6467a2885b Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Mon, 22 Aug 2022 18:04:47 +0300 Subject: [PATCH] fixtypo --- node_modules/.yarn-integrity | 10 ++++++++++ schema.graphql | 2 +- yarn.lock | 4 ++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 node_modules/.yarn-integrity create mode 100644 yarn.lock diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity new file mode 100644 index 00000000..5e6bdb27 --- /dev/null +++ b/node_modules/.yarn-integrity @@ -0,0 +1,10 @@ +{ + "systemParams": "darwin-x64-108", + "modulesFolders": [], + "flags": [], + "linkedModules": [], + "topLevelPatterns": [], + "lockfileEntries": {}, + "files": [], + "artifacts": {} +} \ No newline at end of file diff --git a/schema.graphql b/schema.graphql index 89ab3450..e7000438 100644 --- a/schema.graphql +++ b/schema.graphql @@ -380,7 +380,7 @@ type Author { name: String! userpic: String caption: String # only for full shout - bio: strings + bio: String links: [String] } diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 00000000..fb57ccd1 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +