folderByName
get a folder globally in your account by name. If more than one matches (because of different parent folders) you get the oldest one
folderByName(
name: String!
parentId: String
includeArchive: Boolean = true
): FolderType
get a folder globally in your account by name. If more than one matches (because of different parent folders) you get the oldest one
folderByName(
name: String!
parentId: String
includeArchive: Boolean = true
): FolderType
folderByName.name
● String!
non-null scalarfolderByName.parentId
● String
scalarfolderByName.includeArchive
● Boolean
scalarFolderType
object