Skip to main content

AgendaItemUrl

URLs associated with an agenda item.

type AgendaItemUrl {
createdAt: DateTime!
id: ID!
updatedAt: DateTime
url: String!
}

Fields

AgendaItemUrl.createdAt ● DateTime! non-null scalar

Date time at which the URL was created.

AgendaItemUrl.id ● ID! non-null scalar

Global identifier of the agenda item URL.

AgendaItemUrl.updatedAt ● DateTime scalar

Date time at which the URL was last updated.

AgendaItemUrl.url ● String! non-null scalar

URL associated with the agenda item.

Member Of

AgendaItem object