setFileCustomAttribute
Set the value of a single custom attribute of a file.
setFileCustomAttribute(
fileId: ID!
attribute: AttributeInput!
): SetFileCustomAttributePayload!
Arguments
setFileCustomAttribute.fileId
● ID!
non-null scalar
ID of the file to modify.
setFileCustomAttribute.attribute
● AttributeInput!
non-null input
The key and the value to be set.