File tree Expand file tree Collapse file tree 5 files changed +39
-0
lines changed Expand file tree Collapse file tree 5 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -29885,6 +29885,11 @@ type ProjectV2 implements Closable & Node & Updatable {
29885
29885
orderBy: TeamOrder = {field: NAME, direction: ASC}
29886
29886
): TeamConnection!
29887
29887
29888
+ """
29889
+ Returns true if this project is a template.
29890
+ """
29891
+ template: Boolean!
29892
+
29888
29893
"""
29889
29894
The project's name.
29890
29895
"""
Original file line number Diff line number Diff line change @@ -29885,6 +29885,11 @@ type ProjectV2 implements Closable & Node & Updatable {
29885
29885
orderBy: TeamOrder = {field: NAME, direction: ASC}
29886
29886
): TeamConnection!
29887
29887
29888
+ """
29889
+ Returns true if this project is a template.
29890
+ """
29891
+ template: Boolean!
29892
+
29888
29893
"""
29889
29894
The project's name.
29890
29895
"""
Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "schemaChanges": [
4
+ {
5
+ "title": "The GraphQL schema includes these changes:",
6
+ "changes": [
7
+ "<p>Field <code>template</code> was added to object type 'ProjectV2'</p>"
8
+ ]
9
+ }
10
+ ],
11
+ "previewChanges": [],
12
+ "upcomingChanges": [],
13
+ "date": "2023-03-07"
14
+ },
2
15
{
3
16
"schemaChanges": [
4
17
{
Original file line number Diff line number Diff line change 42054
42054
}
42055
42055
]
42056
42056
},
42057
+ {
42058
+ "name": "template",
42059
+ "description": "<p>Returns true if this project is a template.</p>",
42060
+ "type": "Boolean!",
42061
+ "id": "boolean",
42062
+ "kind": "scalars",
42063
+ "href": "/graphql/reference/scalars#boolean"
42064
+ },
42057
42065
{
42058
42066
"name": "title",
42059
42067
"description": "<p>The project's name.</p>",
Original file line number Diff line number Diff line change 42054
42054
}
42055
42055
]
42056
42056
},
42057
+ {
42058
+ "name": "template",
42059
+ "description": "<p>Returns true if this project is a template.</p>",
42060
+ "type": "Boolean!",
42061
+ "id": "boolean",
42062
+ "kind": "scalars",
42063
+ "href": "/graphql/reference/scalars#boolean"
42064
+ },
42057
42065
{
42058
42066
"name": "title",
42059
42067
"description": "<p>The project's name.</p>",
You can’t perform that action at this time.
0 commit comments