Skip to content

Commit

Permalink
docs(generated): run ./lint.sh --mode=fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ologbonowiwi committed Feb 28, 2024
1 parent b2eb6dd commit 4372297
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions generated/.tailcallrc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`.",
Expand Down

0 comments on commit 4372297

Please sign in to comment.