|
4243 | 4243 | } |
4244 | 4244 | ], |
4245 | 4245 | "fields": [ |
| 4246 | + { |
| 4247 | + "name": "configuration", |
| 4248 | + "description": "<p>The view's configuration.</p>", |
| 4249 | + "type": "ProjectV2ViewConfiguration!", |
| 4250 | + "id": "projectv2viewconfiguration", |
| 4251 | + "href": "/graphql/reference/projects#object-projectv2viewconfiguration" |
| 4252 | + }, |
4246 | 4253 | { |
4247 | 4254 | "name": "createdAt", |
4248 | 4255 | "description": "<p>Identifies the date and time when the object was created.</p>", |
|
4740 | 4747 | ], |
4741 | 4748 | "category": "projects" |
4742 | 4749 | }, |
| 4750 | + { |
| 4751 | + "name": "ProjectV2ViewConfiguration", |
| 4752 | + "id": "projectv2viewconfiguration", |
| 4753 | + "href": "/graphql/reference/projects#object-projectv2viewconfiguration", |
| 4754 | + "description": "<p>Configuration for a ProjectV2 view.</p>", |
| 4755 | + "isDeprecated": false, |
| 4756 | + "fields": [ |
| 4757 | + { |
| 4758 | + "name": "visibleFields", |
| 4759 | + "description": "<p>The fields visible in the view, in configured order.</p>", |
| 4760 | + "type": "ProjectV2FieldConfigurationConnection!", |
| 4761 | + "id": "projectv2fieldconfigurationconnection", |
| 4762 | + "href": "/graphql/reference/projects#object-projectv2fieldconfigurationconnection", |
| 4763 | + "arguments": [ |
| 4764 | + { |
| 4765 | + "name": "after", |
| 4766 | + "description": "<p>Returns the elements in the list that come after the specified cursor.</p>", |
| 4767 | + "type": { |
| 4768 | + "name": "String", |
| 4769 | + "id": "string", |
| 4770 | + "href": "/graphql/reference/other#scalar-string" |
| 4771 | + } |
| 4772 | + }, |
| 4773 | + { |
| 4774 | + "name": "before", |
| 4775 | + "description": "<p>Returns the elements in the list that come before the specified cursor.</p>", |
| 4776 | + "type": { |
| 4777 | + "name": "String", |
| 4778 | + "id": "string", |
| 4779 | + "href": "/graphql/reference/other#scalar-string" |
| 4780 | + } |
| 4781 | + }, |
| 4782 | + { |
| 4783 | + "name": "first", |
| 4784 | + "description": "<p>Returns the first <em>n</em> elements from the list.</p>", |
| 4785 | + "type": { |
| 4786 | + "name": "Int", |
| 4787 | + "id": "int", |
| 4788 | + "href": "/graphql/reference/other#scalar-int" |
| 4789 | + } |
| 4790 | + }, |
| 4791 | + { |
| 4792 | + "name": "last", |
| 4793 | + "description": "<p>Returns the last <em>n</em> elements from the list.</p>", |
| 4794 | + "type": { |
| 4795 | + "name": "Int", |
| 4796 | + "id": "int", |
| 4797 | + "href": "/graphql/reference/other#scalar-int" |
| 4798 | + } |
| 4799 | + } |
| 4800 | + ] |
| 4801 | + } |
| 4802 | + ], |
| 4803 | + "category": "projects" |
| 4804 | + }, |
4743 | 4805 | { |
4744 | 4806 | "name": "ProjectV2ViewConnection", |
4745 | 4807 | "id": "projectv2viewconnection", |
|
6418 | 6480 | "id": "string", |
6419 | 6481 | "href": "/graphql/reference/other#scalar-string" |
6420 | 6482 | }, |
| 6483 | + { |
| 6484 | + "name": "configuration", |
| 6485 | + "description": "<p>The configuration for the view.</p>", |
| 6486 | + "type": "ProjectV2ViewConfigurationInput", |
| 6487 | + "id": "projectv2viewconfigurationinput", |
| 6488 | + "href": "/graphql/reference/projects#input-object-projectv2viewconfigurationinput" |
| 6489 | + }, |
6421 | 6490 | { |
6422 | 6491 | "name": "layout", |
6423 | 6492 | "description": "<p>The layout of the view.</p>", |
|
7043 | 7112 | ], |
7044 | 7113 | "category": "projects" |
7045 | 7114 | }, |
| 7115 | + { |
| 7116 | + "name": "ProjectV2ViewConfigurationInput", |
| 7117 | + "id": "projectv2viewconfigurationinput", |
| 7118 | + "href": "/graphql/reference/projects#input-object-projectv2viewconfigurationinput", |
| 7119 | + "description": "<p>Configuration for a ProjectV2 view.</p>", |
| 7120 | + "isDeprecated": false, |
| 7121 | + "inputFields": [ |
| 7122 | + { |
| 7123 | + "name": "visibleFieldIds", |
| 7124 | + "description": "<p>The ordered IDs of the fields visible in the view.</p>", |
| 7125 | + "type": "[ID!]", |
| 7126 | + "id": "id", |
| 7127 | + "href": "/graphql/reference/other#scalar-id", |
| 7128 | + "isDeprecated": false |
| 7129 | + } |
| 7130 | + ], |
| 7131 | + "category": "projects" |
| 7132 | + }, |
7046 | 7133 | { |
7047 | 7134 | "name": "ProjectV2ViewOrder", |
7048 | 7135 | "id": "projectv2vieworder", |
|
7551 | 7638 | "id": "string", |
7552 | 7639 | "href": "/graphql/reference/other#scalar-string" |
7553 | 7640 | }, |
| 7641 | + { |
| 7642 | + "name": "configuration", |
| 7643 | + "description": "<p>The new configuration for the view.</p>", |
| 7644 | + "type": "ProjectV2ViewConfigurationInput", |
| 7645 | + "id": "projectv2viewconfigurationinput", |
| 7646 | + "href": "/graphql/reference/projects#input-object-projectv2viewconfigurationinput" |
| 7647 | + }, |
7554 | 7648 | { |
7555 | 7649 | "name": "filter", |
7556 | 7650 | "description": "<p>The new filter for the view.</p>", |
|
0 commit comments