ENUM
AttachmentContentDispositionEnum
#
GraphQL Schema definition
1
enum
AttachmentContentDispositionEnum
{
2
3
# inline
4
inline
5
6
# download
7
download
8
}
#
Required by
AttachmentPresignUrlInput
null