Skip to content

Commit

Permalink
chore: lint code (#2801)
Browse files Browse the repository at this point in the history
Signed-off-by: Elis Lulja <[email protected]>
  • Loading branch information
asimpleidea committed Sep 27, 2024
1 parent e0dd52b commit 49b3678
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions generated/.tailcallrc.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,13 @@ directive @upstream(
The User-Agent header value to be used in HTTP requests. @default `Tailcall/1.0`
"""
userAgent: String
"""
A boolean value that determines whether to verify certificates. Setting this as `false`
will make tailcall accept self-signed certificates. NOTE: use this *only* during
development or testing. It is highly recommended to keep this enabled (`true`) in
production.
"""
verifySSL: Boolean
) on SCHEMA

"""
Expand Down
7 changes: 7 additions & 0 deletions generated/.tailcallrc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,13 @@
"string",
"null"
]
},
"verifySSL": {
"description": "A boolean value that determines whether to verify certificates. Setting this as `false` will make tailcall accept self-signed certificates. NOTE: use this *only* during development or testing. It is highly recommended to keep this enabled (`true`) in production.",
"type": [
"boolean",
"null"
]
}
},
"additionalProperties": false
Expand Down

0 comments on commit 49b3678

Please sign in to comment.