PageWhereInput Input Type
No description
input PageWhereInput {
metadata: MetadataFilterInput
ids: [ID!]
slug: StringFilterInput
pageType: GlobalIDFilterInput
attributes: [AssignedAttributeWhereInput!]
AND: [PageWhereInput!]
OR: [PageWhereInput!]
}
Fields
metadata ● MetadataFilterInput
Filter by metadata fields.
ids ● [ID!]
slug ● StringFilterInput
Filter by page slug.
pageType ● GlobalIDFilterInput
Filter by page type.
attributes ● [AssignedAttributeWhereInput!]
Filter by attributes associated with the page.
AND ● [PageWhereInput!]
List of conditions that must be met.
OR ● [PageWhereInput!]
A list of conditions of which at least one must be met.
Member Of
pages query ● PageWhereInput input