Skip to main content

ReportableSchemaPropertyOption

type ReportableSchemaPropertyOption {
label: String!
value: String!
enabled: Boolean
hidden: Boolean
propertyId: ID!
id: ID!
createdAt: DateTime
updatedAt: DateTime
property: ReportableSchemaProperty!
}

Fields

ReportableSchemaPropertyOption.label ● String! non-null scalar

ReportableSchemaPropertyOption.value ● String! non-null scalar

ReportableSchemaPropertyOption.enabled ● Boolean scalar

ReportableSchemaPropertyOption.hidden ● Boolean scalar

ReportableSchemaPropertyOption.propertyId ● ID! non-null scalar

ReportableSchemaPropertyOption.id ● ID! non-null scalar

ReportableSchemaPropertyOption.createdAt ● DateTime scalar

ReportableSchemaPropertyOption.updatedAt ● DateTime scalar

ReportableSchemaPropertyOption.property ● ReportableSchemaProperty! non-null object

Member Of

ReportableSchemaProperty object