CustomEntry
No description
type CustomEntry {
externalId: ID
title: String!
type: String
components: [CustomTimelineEntryComponent!]!
attachments: [Attachment!]!
}
Fields
CustomEntry.externalId
● ID
scalar
CustomEntry.title
● String!
non-null scalar
CustomEntry.type
● String
scalar
CustomEntry.components
● [CustomTimelineEntryComponent!]!
non-null union
CustomEntry.attachments
● [Attachment!]!
non-null object
Implemented by
Entry
union