CustomEntry
No description
type CustomEntry {
externalId: ID
title: String!
type: String
components: [CustomTimelineEntryComponent!]!
attachments: [Attachment!]!
}
No description
type CustomEntry {
externalId: ID
title: String!
type: String
components: [CustomTimelineEntryComponent!]!
attachments: [Attachment!]!
}
externalId
(ID
)title
(String!
)type
(String
)components
([CustomTimelineEntryComponent!]!
)attachments
([Attachment!]!
)