CrowdyStudioProjectFileDeleteInput
A target/path key removed atomically by crowdyStudioProjectSaveFiles.
input CrowdyStudioProjectFileDeleteInput {
target: CrowdyStudioTarget!
path: String!
}
Fields
CrowdyStudioProjectFileDeleteInput.target ● CrowdyStudioTarget! non-null enum
Project target containing the file to remove.
CrowdyStudioProjectFileDeleteInput.path ● String! non-null scalar
Safe relative path of the file to remove.
Member Of
SaveCrowdyStudioProjectFilesInput input ● SaveCrowdyStudioProjectInput input