Inputs
CreateProjectInput
Contains the input required to create a project.
Fields
hubId* ID! non-null | The ID of the hub that contains the projects. |
name* String! non-null | Name of the project |
type* ProjectTypes! non-null | The Project Types |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Input for Mutation | createProject | Create a project in a user’s Hub |