FolderDeleteInput
Autogenerated input type of FolderDelete
input FolderDeleteInput {
clientMutationId: String
folderId: ID!
}
Fields
FolderDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
FolderDeleteInput.folderId ● ID! non-null scalar common
The ID of the folder.
Member of
folderDelete mutation