NodeAttachments
nodeAttachments Query
Arguments
Name
Type
Description
Return Type
Usage Example
GraphQL Query
query GetAttachment($id: ID!) {
nodeAttachments(id: $id) {
id
... on Attachment {
filename
contentType
size
url
refId
reftype
metadata
createdAt
updatedAt
}
}
}Query Variables
JavaScript Example
Related
Last updated
Was this helpful?
