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