CreateFolderInputType
No description
input CreateFolderInputType {
description: String
templateId: String
copyStructureFolderId: String
parentId: String
name: String!
emoteIcon: String
iconColor: String
labels: [String]
labelsReplacement: [LabelsReplaceMentInputType]
permissionsUsers: [String]
permissionsGroups: [String]
permissionsUsersReplacement: [PermissionsReplacementInput]
permissionsGroupsReplacement: [PermissionsReplacementInput]
location: LocationInputType
locationAddress: CustomLocationObjectInputType
customValues: CustomValuesInputType
contactAndProjectDetails: ContactAndProjectDetailsInputType
}
Fields
CreateFolderInputType.description ● String scalar
CreateFolderInputType.templateId ● String scalar
CreateFolderInputType.copyStructureFolderId ● String scalar
CreateFolderInputType.parentId ● String scalar
CreateFolderInputType.name ● String! non-null scalar
CreateFolderInputType.emoteIcon ● String scalar
CreateFolderInputType.iconColor ● String scalar
CreateFolderInputType.labels ● [String] list scalar
CreateFolderInputType.labelsReplacement ● [LabelsReplaceMentInputType] list input
CreateFolderInputType.permissionsUsers ● [String] list scalar
CreateFolderInputType.permissionsGroups ● [String] list scalar
CreateFolderInputType.permissionsUsersReplacement ● [PermissionsReplacementInput] list input
CreateFolderInputType.permissionsGroupsReplacement ● [PermissionsReplacementInput] list input
CreateFolderInputType.location ● LocationInputType input
CreateFolderInputType.locationAddress ● CustomLocationObjectInputType input
this is purly for the sake of saving the address
CreateFolderInputType.customValues ● CustomValuesInputType input
CreateFolderInputType.contactAndProjectDetails ● ContactAndProjectDetailsInputType input
Member of
createFolder mutation