FolderInputType
No description
input FolderInputType {
id: String!
description: String
name: String
emoteIcon: String
iconColor: String
labels: [String]
permissionsUsers: [String]
permissionsGroups: [String]
location: LocationInputType
locationAddress: CustomLocationObjectInputType
contactAndProjectDetails: ContactAndProjectDetailsInputType
}
Fields
FolderInputType.id
● String!
non-null scalar
FolderInputType.description
● String
scalar
FolderInputType.name
● String
scalar
FolderInputType.emoteIcon
● String
scalar
FolderInputType.iconColor
● String
scalar
FolderInputType.labels
● [String]
list scalar
FolderInputType.permissionsUsers
● [String]
list scalar
FolderInputType.permissionsGroups
● [String]
list scalar
FolderInputType.location
● LocationInputType
input
FolderInputType.locationAddress
● CustomLocationObjectInputType
input
this is purly for the sake of saving the address
FolderInputType.contactAndProjectDetails
● ContactAndProjectDetailsInputType
input
Member of
updateFolder
mutation