Skip to main content

project_create

Function project_create 

Source
pub async fn project_create<T: DeserializeOwned + GraphQLFields<FullType = Project>>(
    client: &Client,
    slack_channel_name: Option<String>,
    input: ProjectCreateInput,
) -> Result<T, LinearError>
Expand description

Creates a new project.

Full type: Project