1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Action ran graphql script"update-files"

This commit is contained in:
rachmari
2021-05-12 17:22:13 +00:00
committed by GitHub
parent 7eb275f663
commit f069ad7ee7
6 changed files with 41 additions and 2 deletions

View File

@@ -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

View File

@@ -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>",

View File

@@ -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>",