UpdateSegmentFolderInput
No description
input UpdateSegmentFolderInput {
id: ID!
patch: PatchableSegmentFolderFields!
}
Fields
UpdateSegmentFolderInput.id
● ID!
non-null scalar
UpdateSegmentFolderInput.patch
● PatchableSegmentFolderFields!
non-null input
Member Of
updateSegmentFolder
mutation