Action ran graphql script"update-files"
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Field `claimant` was added to object type `Mannequin`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-05-12"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -22415,6 +22415,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "claimant",
|
||||
"description": "<p>The user that has claimed the data attributed to this mannequin.</p>",
|
||||
"type": "User",
|
||||
"id": "user",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#user"
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"description": "<p>Identifies the date and time when the object was created.</p>",
|
||||
|
||||
@@ -20645,6 +20645,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "claimant",
|
||||
"description": "<p>The user that has claimed the data attributed to this mannequin.</p>",
|
||||
"type": "User",
|
||||
"id": "user",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#user"
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"description": "<p>Identifies the date and time when the object was created.</p>",
|
||||
|
||||
Reference in New Issue
Block a user