Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MedHeikelBouzayene committed Oct 30, 2024
1 parent 8ec733a commit e766c22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generated/.tailcallrc.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ directive @graphQL(
"""
dedupe: Boolean
"""
Specifies the maximum depth for nested queries.When set, this value determines the
Specifies the maximum depth for nested queries. When set, this value determines the
depth of nested queries beyond which no further subfields will be returned. This
helps to limit the complexity and size of the query results. If this value is not
set, the default depth is 5, ensuring that queries are manageable and preventing
Expand Down Expand Up @@ -806,7 +806,7 @@ input GraphQL {
"""
dedupe: Boolean
"""
Specifies the maximum depth for nested queries.When set, this value determines the
Specifies the maximum depth for nested queries. When set, this value determines the
depth of nested queries beyond which no further subfields will be returned. This
helps to limit the complexity and size of the query results. If this value is not
set, the default depth is 5, ensuring that queries are manageable and preventing
Expand Down
2 changes: 1 addition & 1 deletion generated/.tailcallrc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
]
},
"depth": {
"description": "Specifies the maximum depth for nested queries.\n\nWhen set, this value determines the depth of nested queries beyond which no further subfields will be returned. This helps to limit the complexity and size of the query results. If this value is not set, the default depth is 5, ensuring that queries are manageable and preventing excessively deep nesting.",
"description": "Specifies the maximum depth for nested queries. When set, this value determines the depth of nested queries beyond which no further subfields will be returned. This helps to limit the complexity and size of the query results. If this value is not set, the default depth is 5, ensuring that queries are manageable and preventing excessively deep nesting.",
"type": [
"integer",
"null"
Expand Down
2 changes: 1 addition & 1 deletion src/core/config/directives/graphql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ pub struct GraphQL {
/// with APIs that expect unique results for identical inputs, such as
/// nonce-based APIs.
pub dedupe: Option<bool>,

/// Specifies the maximum depth for nested queries.
///
/// When set, this value determines the depth of nested queries beyond which
/// no further subfields will be returned. This helps to limit the complexity
/// and size of the query results. If this value is not set, the default depth
Expand Down

0 comments on commit e766c22

Please sign in to comment.