Skip to main content

Metadata

Metadata

type Metadata {
name: String!
label: String!
facetable: Boolean!
searchable: Boolean!
type: String!
}

Fields
Link copied!

Metadata.name ● String! non-null scalar
Link copied!

The property name

Metadata.label ● String! non-null scalar
Link copied!

The property label

Metadata.facetable ● Boolean! non-null scalar
Link copied!

Indicates if the property is facetable

Metadata.searchable ● Boolean! non-null scalar
Link copied!

Indicates if the property is searchable

Metadata.type ● String! non-null scalar
Link copied!

The property type

Member of
Link copied!

MetadataSchema object