From 43722971617eec893bee262117f9c1831ac08fe8 Mon Sep 17 00:00:00 2001 From: Wesley Matos Date: Wed, 28 Feb 2024 00:08:58 -0300 Subject: [PATCH] docs(generated): run `./lint.sh --mode=fix` --- generated/.tailcallrc.schema.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/generated/.tailcallrc.schema.json b/generated/.tailcallrc.schema.json index 3ef52d6750..10ea3690bf 100644 --- a/generated/.tailcallrc.schema.json +++ b/generated/.tailcallrc.schema.json @@ -161,9 +161,7 @@ "args": { "description": "The arguments of the field on the `Query` type that you want to call. For instance `{id: \"{{value.userId}}\"}`.", "type": "object", - "additionalProperties": { - "type": "string" - } + "additionalProperties": true }, "mutation": { "description": "The name of the field on the `Mutation` type that you want to call. For instance `createUser`.",