ENUM
RootFolderType
link GraphQL Schema definition
1 enum RootFolderType { 2 3 4 5 6 7 8 9 10 11 12 }
link Required by
- CreateFolderInformation required to create a new folder. After creation, a folder can be renamed with the `updateFolder` mutation, but no other changes are supported.
- MoveFolderMove a folder into a new parent folder.
- MoveFoldersMove bulk folders into a new parent folder.
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- Organization
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.
- UserA user represents a user account within an organization.