Skip to content

Commit

Permalink
GraphQL schema update (#51458)
Browse files Browse the repository at this point in the history
Co-authored-by: rachmari <[email protected]>
  • Loading branch information
docs-bot and rachmari authored Jun 27, 2024
1 parent d24f8aa commit 6c59449
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>source</code> was added to object type <code>PropertyTargetDefinition</code></p>",
"<p>Input field <code>source</code> of type <code>String</code> was added to input object type <code>PropertyTargetDefinitionInput</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-06-27"
},
{
"schemaChanges": [
{
Expand Down
10 changes: 10 additions & 0 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -36026,6 +36026,11 @@ type PropertyTargetDefinition {
The values to match for
"""
propertyValues: [String!]!

"""
The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified
"""
source: String
}

"""
Expand All @@ -36041,6 +36046,11 @@ input PropertyTargetDefinitionInput {
The values to match for
"""
propertyValues: [String!]!

"""
The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified
"""
source: String
}

"""
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49291,6 +49291,14 @@
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "source",
"description": "<p>The source of the property. Choose<code>custom</code>or 'system'. Defaults to 'custom' if not specified.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
Expand Down Expand Up @@ -98909,6 +98917,14 @@
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "source",
"description": "<p>The source of the property. Choose<code>custom</code>or 'system'. Defaults to 'custom' if not specified.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
Expand Down
10 changes: 10 additions & 0 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -36026,6 +36026,11 @@ type PropertyTargetDefinition {
The values to match for
"""
propertyValues: [String!]!

"""
The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified
"""
source: String
}

"""
Expand All @@ -36041,6 +36046,11 @@ input PropertyTargetDefinitionInput {
The values to match for
"""
propertyValues: [String!]!

"""
The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified
"""
source: String
}

"""
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49291,6 +49291,14 @@
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "source",
"description": "<p>The source of the property. Choose<code>custom</code>or 'system'. Defaults to 'custom' if not specified.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
Expand Down Expand Up @@ -98909,6 +98917,14 @@
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "source",
"description": "<p>The source of the property. Choose<code>custom</code>or 'system'. Defaults to 'custom' if not specified.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
Expand Down

0 comments on commit 6c59449

Please sign in to comment.