1
0
mirror of synced 2026-02-02 15:02:03 -05:00

GraphQL schema update (#35354)

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot
2023-03-07 08:39:00 -08:00
committed by GitHub
parent 28112ed578
commit 3943a566e5
5 changed files with 39 additions and 0 deletions

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>template</code> was added to object type 'ProjectV2'</p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-03-07"
},
{
"schemaChanges": [
{

View File

@@ -42054,6 +42054,14 @@
}
]
},
{
"name": "template",
"description": "<p>Returns true if this project is a template.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "title",
"description": "<p>The project's name.</p>",