Skip to content

Commit b037b73

Browse files
docs-botrachmari
andauthored
GraphQL schema update (#42113)
Co-authored-by: rachmari <[email protected]>
1 parent 4e5a7b3 commit b037b73

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39812,9 +39812,7 @@ input StartRepositoryMigrationInput {
3981239812
clientMutationId: String
3981339813

3981439814
"""
39815-
Whether to continue the migration on error. Defaults to `false`. We strongly
39816-
recommend setting this to `true` for the smoothest migration experience. *This
39817-
default will change to `true` on September 4, 2023.*
39815+
Whether to continue the migration on error. Defaults to `true`.
3981839816
"""
3981939817
continueOnError: Boolean
3982039818

data/graphql/ghec/schema.docs.graphql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50475,9 +50475,7 @@ input StartRepositoryMigrationInput {
5047550475
clientMutationId: String
5047650476

5047750477
"""
50478-
Whether to continue the migration on error. Defaults to `false`. We strongly
50479-
recommend setting this to `true` for the smoothest migration experience. *This
50480-
default will change to `true` on September 4, 2023.*
50478+
Whether to continue the migration on error. Defaults to `true`.
5048150479
"""
5048250480
continueOnError: Boolean
5048350481

data/graphql/schema.docs.graphql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50475,9 +50475,7 @@ input StartRepositoryMigrationInput {
5047550475
clientMutationId: String
5047650476

5047750477
"""
50478-
Whether to continue the migration on error. Defaults to `false`. We strongly
50479-
recommend setting this to `true` for the smoothest migration experience. *This
50480-
default will change to `true` on September 4, 2023.*
50478+
Whether to continue the migration on error. Defaults to `true`.
5048150479
"""
5048250480
continueOnError: Boolean
5048350481

src/graphql/data/fpt/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95712,7 +95712,7 @@
9571295712
},
9571395713
{
9571495714
"name": "continueOnError",
95715-
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>. We strongly\nrecommend setting this to <code>true</code> for the smoothest migration experience. <em>This\ndefault will change to <code>true</code> on September 4, 2023.</em>.</p>",
95715+
"description": "<p>Whether to continue the migration on error. Defaults to <code>true</code>.</p>",
9571695716
"type": "Boolean",
9571795717
"id": "boolean",
9571895718
"kind": "scalars",

src/graphql/data/ghae/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77574,7 +77574,7 @@
7757477574
},
7757577575
{
7757677576
"name": "continueOnError",
77577-
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>. We strongly\nrecommend setting this to <code>true</code> for the smoothest migration experience. <em>This\ndefault will change to <code>true</code> on September 4, 2023.</em>.</p>",
77577+
"description": "<p>Whether to continue the migration on error. Defaults to <code>true</code>.</p>",
7757877578
"type": "Boolean",
7757977579
"id": "boolean",
7758077580
"kind": "scalars",

src/graphql/data/ghec/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95712,7 +95712,7 @@
9571295712
},
9571395713
{
9571495714
"name": "continueOnError",
95715-
"description": "<p>Whether to continue the migration on error. Defaults to <code>false</code>. We strongly\nrecommend setting this to <code>true</code> for the smoothest migration experience. <em>This\ndefault will change to <code>true</code> on September 4, 2023.</em>.</p>",
95715+
"description": "<p>Whether to continue the migration on error. Defaults to <code>true</code>.</p>",
9571695716
"type": "Boolean",
9571795717
"id": "boolean",
9571895718
"kind": "scalars",

0 commit comments

Comments
 (0)