NewWidget
No description
type NewWidget {
channelColor: String!
channelType: WidgetChannelType!
createdAt: DateTime!
hasAccess: Boolean
id: ID!
kind: WidgetKind
name: String!
status: WidgetStatus
updatedAt: DateTime!
}
Fields
NewWidget.channelColor ● String! non-null scalar common
Thw widget color.
NewWidget.channelType ● WidgetChannelType! non-null enum common
The widget channel type.
NewWidget.createdAt ● DateTime! non-null scalar common
The date and time that the widget was created.
NewWidget.hasAccess ● Boolean scalar common
True if the current user has access to the widget; false otherwise.
NewWidget.id ● ID! non-null scalar common
NewWidget.kind ● WidgetKind enum common
The widget kind.
NewWidget.name ● String! non-null scalar common
The widget name.
NewWidget.status ● WidgetStatus enum common
The widget status.
NewWidget.updatedAt ● DateTime! non-null scalar common
The date and time that the widget was updated.
Member of
NewWidgetConnection object ● NewWidgetEdge object