Type Alias MutationCreateProjectArgs

MutationCreateProjectArgs: {
    input: ProjectInput;
    organization: Scalars["String"]["input"];
}