Skip to content

Commit

Permalink
GraphQL schema update (#54305)
Browse files Browse the repository at this point in the history
Co-authored-by: heiskr <[email protected]>
  • Loading branch information
docs-bot and heiskr authored Feb 7, 2025
1 parent a64b391 commit 28e37fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput {
}

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
type MaxFileSizeParameters {
"""
Expand All @@ -21516,7 +21516,7 @@ type MaxFileSizeParameters {
}

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
input MaxFileSizeParametersInput {
"""
Expand Down Expand Up @@ -48655,7 +48655,7 @@ enum RepositoryRuleType {
MAX_FILE_PATH_LENGTH

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
MAX_FILE_SIZE

Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32713,7 +32713,7 @@
"kind": "objects",
"id": "maxfilesizeparameters",
"href": "/graphql/reference/objects#maxfilesizeparameters",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"fields": [
{
"name": "maxFileSize",
Expand Down Expand Up @@ -88797,7 +88797,7 @@
},
{
"name": "MAX_FILE_SIZE",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>"
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>"
},
{
"name": "MAX_REF_UPDATES",
Expand Down Expand Up @@ -99992,7 +99992,7 @@
"kind": "inputObjects",
"id": "maxfilesizeparametersinput",
"href": "/graphql/reference/input-objects#maxfilesizeparametersinput",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"inputFields": [
{
"name": "maxFileSize",
Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput {
}

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
type MaxFileSizeParameters {
"""
Expand All @@ -21516,7 +21516,7 @@ type MaxFileSizeParameters {
}

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
input MaxFileSizeParametersInput {
"""
Expand Down Expand Up @@ -48655,7 +48655,7 @@ enum RepositoryRuleType {
MAX_FILE_PATH_LENGTH

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
MAX_FILE_SIZE

Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32713,7 +32713,7 @@
"kind": "objects",
"id": "maxfilesizeparameters",
"href": "/graphql/reference/objects#maxfilesizeparameters",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"fields": [
{
"name": "maxFileSize",
Expand Down Expand Up @@ -88797,7 +88797,7 @@
},
{
"name": "MAX_FILE_SIZE",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>"
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>"
},
{
"name": "MAX_REF_UPDATES",
Expand Down Expand Up @@ -99992,7 +99992,7 @@
"kind": "inputObjects",
"id": "maxfilesizeparametersinput",
"href": "/graphql/reference/input-objects#maxfilesizeparametersinput",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"inputFields": [
{
"name": "maxFileSize",
Expand Down

0 comments on commit 28e37fa

Please sign in to comment.