{"owner":"vercel","repo":"examples","hasSpec":true,"specFile":"starter/cms-sanity-graphql-fragments/src/lib/generated/schema.graphql","branch":"HEAD","format":"graphql","version":"Unknown","title":"examples","description":"","endpoints":[],"spec":"schema {\n  query: RootQuery\n}\n\n\"\"\"Field is a \"raw\" JSON alias for a different field\"\"\"\ndirective @jsonAlias(\n  \"\"\"Source field name\"\"\"\n  for: String!\n) on FIELD_DEFINITION\n\n\"\"\"Field references one or more documents\"\"\"\ndirective @reference on FIELD_DEFINITION\n\n\"\"\"Field references one or more document in another dataset\"\"\"\ndirective @crossDatasetReference(\n  \"\"\"Dataset name\"\"\"\n  dataset: String!\n\n  \"\"\"Strings of the target types names enabled for this reference\"\"\"\n  typeNames: [String!]!\n) on OBJECT | FIELD_DEFINITION\n\ntype RootQuery {\n  SanityImageAsset(\n    \"\"\"SanityImageAsset document ID\"\"\"\n    id: ID!\n  ): SanityImageAsset\n  SanityFileAsset(\n    \"\"\"SanityFileAsset document ID\"\"\"\n    id: ID!\n  ): SanityFileAsset\n  Author(\n    \"\"\"Author document ID\"\"\"\n    id: ID!\n  ): Author\n  Post(\n    \"\"\"Post document ID\"\"\"\n    id: ID!\n  ): Post\n  Page(\n    \"\"\"Page document ID\"\"\"\n    id: ID!\n  ): Page\n  Navigation(\n    \"\"\"Navigation document ID\"\"\"\n    id: ID!\n  ): Navigation\n  Footer(\n    \"\"\"Footer document ID\"\"\"\n    id: ID!\n  ): Footer\n  Document(\n    \"\"\"Document document ID\"\"\"\n    id: ID!\n  ): Document\n  allSanityImageAsset(\n    where: SanityImageAssetFilter\n    sort: [SanityImageAssetSorting!]\n\n    \"\"\"Max documents to return\"\"\"\n    limit: Int\n\n    \"\"\"Offset at which to start returning documents from\"\"\"\n    offset: Int\n  ): [SanityImageAsset!]!\n  allSanityFileAsset(\n    where: SanityFileAssetFilter\n    sort: [SanityFileAssetSorting!]\n\n    \"\"\"Max documents to return\"\"\"\n    limit: Int\n\n    \"\"\"Offset at which to start returning documents from\"\"\"\n    offset: Int\n  ): [SanityFileAsset!]!\n  allAuthor(\n    where: AuthorFilter\n    sort: [AuthorSorting!]\n\n    \"\"\"Max documents to return\"\"\"\n    limit: Int\n\n    \"\"\"Offset at which to start returning documents from\"\"\"\n    offset: Int\n  ): [Author!]!\n  allPost(\n    where: PostFilter\n    sort: [PostSorting!]\n\n    \"\"\"Max documents to return\"\"\"\n    limit: Int\n\n    \"\"\"Offset at which to start returning documents from\"\"\"\n    offset: Int\n  ): [Post!]!\n  allPage(\n    where: PageFilter\n    sort: [PageSorting!]\n\n    \"\"\"Max documents to return\"\"\"\n    limit: Int\n\n    \"\"\"Offset at which to start returning documents from\"\"\"\n    offset: Int\n  ): [Page!]!\n  allNavigation(\n    where: NavigationFilter\n    sort: [NavigationSorting!]\n\n    \"\"\"Max documents to return\"\"\"\n    limit: Int\n\n    \"\"\"Offset at which to start returning documents from\"\"\"\n    offset: Int\n  ): [Navigation!]!\n  allFooter(\n    where: FooterFilter\n    sort: [FooterSorting!]\n\n    \"\"\"Max documents to return\"\"\"\n    limit: Int\n\n    \"\"\"Offset at which to start returning documents from\"\"\"\n    offset: Int\n  ): [Footer!]!\n  allDocument(\n    where: DocumentFilter\n    sort: [DocumentSorting!]\n\n    \"\"\"Max documents to return\"\"\"\n    limit: Int\n\n    \"\"\"Offset at which to start returning documents from\"\"\"\n    offset: Int\n  ): [Document!]!\n}\n\ntype SanityImageAsset implements Document {\n  \"\"\"Document ID\"\"\"\n  _id: ID\n\n  \"\"\"Document type\"\"\"\n  _type: String\n\n  \"\"\"Date the document was created\"\"\"\n  _createdAt: DateTime\n\n  \"\"\"Date the document was last modified\"\"\"\n  _updatedAt: DateTime\n\n  \"\"\"Current document revision\"\"\"\n  _rev: String\n  _key: String\n  originalFilename: String\n  label: String\n  title: String\n  description: String\n  altText: String\n  sha1hash: String\n  extension: String\n  mimeType: String\n  size: Float\n  assetId: String\n  uploadId: String\n  path: String\n  url: String\n  metadata: SanityImageMetadata\n  source: SanityAssetSourceData\n}\n\n\"\"\"A Sanity document\"\"\"\ninterface Document {\n  \"\"\"Document ID\"\"\"\n  _id: ID\n\n  \"\"\"Document type\"\"\"\n  _type: String\n\n  \"\"\"Date the document was created\"\"\"\n  _createdAt: DateTime\n\n  \"\"\"Date the document was last modified\"\"\"\n  _updatedAt: DateTime\n\n  \"\"\"Current document revision\"\"\"\n  _rev: String\n}\n\n\"\"\"\nA date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.\n\"\"\"\nscalar DateTime\n\ntype SanityImageMetadata {\n  _key: String\n  _type: String\n  location: Geopoint\n  dimensions: SanityImageDimensions\n  palette: SanityImagePalette\n  lqip: String\n  blurHash: String\n  hasAlpha: Boolean\n  isOpaque: Boolean\n}\n\ntype Geopoint {\n  _key: String\n  _type: String\n  lat: Float\n  lng: Float\n  alt: Float\n}\n\ntype SanityImageDimensions {\n  _key: String\n  _type: String\n  height: Float\n  width: Float\n  aspectRatio: Float\n}\n\ntype SanityImagePalette {\n  _key: String\n  _type: String\n  darkMuted: SanityImagePaletteSwatch\n  lightVibrant: SanityImagePaletteSwatch\n  darkVibrant: SanityImagePaletteSwatch\n  vibrant: SanityImagePaletteSwatch\n  dominant: SanityImagePaletteSwatch\n  lightMuted: SanityImagePaletteSwatch\n  muted: SanityImagePaletteSwatch\n}\n\ntype SanityImagePaletteSwatch {\n  _key: String\n  _type: String\n  background: String\n  foreground: String\n  population: Float\n  title: String\n}\n\ntype SanityAssetSourceData {\n  _key: String\n  _type: String\n\n  \"\"\"A canonical name for the source this asset is originating from\"\"\"\n  name: String\n\n  \"\"\"\n  The unique ID for the asset within the originating source so you can programatically find back to it\n  \"\"\"\n  id: String\n\n  \"\"\"\n  A URL to find more information about this asset in the originating source\n  \"\"\"\n  url: String\n}\n\ntype SanityFileAsset implements Document {\n  \"\"\"Document ID\"\"\"\n  _id: ID\n\n  \"\"\"Document type\"\"\"\n  _type: String\n\n  \"\"\"Date the document was created\"\"\"\n  _createdAt: DateTime\n\n  \"\"\"Date the document was last modified\"\"\"\n  _updatedAt: DateTime\n\n  \"\"\"Current document revision\"\"\"\n  _rev: String\n  _key: String\n  originalFilename: String\n  label: String\n  title: String\n  description: String\n  altText: String\n  sha1hash: String\n  extension: String\n  mimeType: String\n  size: Float\n  assetId: String\n  uploadId: String\n  path: String\n  url: String\n  source: SanityAssetSourceData\n}\n\ntype Author implements Document {\n  \"\"\"Document ID\"\"\"\n  _id: ID\n\n  \"\"\"Document type\"\"\"\n  _type: String\n\n  \"\"\"Date the document was created\"\"\"\n  _createdAt: DateTime\n\n  \"\"\"Date the document was last modified\"\"\"\n  _updatedAt: DateTime\n\n  \"\"\"Current document revision\"\"\"\n  _rev: String\n  _key: String\n  name: String\n  slug: Slug\n\n  \"\"\"Short biography of the author\"\"\"\n  bio: String\n  image: Image\n}\n\ntype Slug {\n  _key: String\n  _type: String\n  current: String\n  source: String\n}\n\ntype Image {\n  _key: String\n  _type: String\n  asset: SanityImageAsset\n  media: GlobalDocumentReference\n  hotspot: SanityImageHotspot\n  crop: SanityImageCrop\n}\n\ntype GlobalDocumentReference {\n  _key: String\n  _type: String\n  _ref: String\n  _weak: Boolean\n}\n\ntype SanityImageHotspot {\n  _key: String\n  _type: String\n  x: Float\n  y: Float\n  height: Float\n  width: Float\n}\n\ntype SanityImageCrop {\n  _key: String\n  _type: String\n  top: Float\n  bottom: Float\n  left: Float\n  right: Float\n}\n\ntype Post implements Document {\n  \"\"\"Document ID\"\"\"\n  _id: ID\n\n  \"\"\"Document type\"\"\"\n  _type: String\n\n  \"\"\"Date the document was created\"\"\"\n  _createdAt: DateTime\n\n  \"\"\"Date the document was last modified\"\"\"\n  _updatedAt: DateTime\n\n  \"\"\"Current document revision\"\"\"\n  _rev: String\n  _key: String\n  title: String\n  slug: Slug\n  author: Author\n  excerpt: String\n  contentRaw: JSON\n  publishedAt: DateTime\n}\n\n\"\"\"\nThe `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).\n\"\"\"\nscalar JSON\n\ntype Page implements Document {\n  \"\"\"Document ID\"\"\"\n  _id: ID\n\n  \"\"\"Document type\"\"\"\n  _type: String\n\n  \"\"\"Date the document was created\"\"\"\n  _createdAt: DateTime\n\n  \"\"\"Date the document was last modified\"\"\"\n  _updatedAt: DateTime\n\n  \"\"\"Current document revision\"\"\"\n  _rev: String\n  _key: String\n  title: String\n  slug: Slug\n\n  \"\"\"Brief description for SEO and previews\"\"\"\n  excerpt: String\n  contentRaw: JSON\n  seo: Seo\n\n  \"\"\"Uncheck to hide this page from the website\"\"\"\n  isPublished: Boolean\n  publishedAt: DateTime\n}\n\ntype Seo {\n  _key: String\n  _type: String\n\n  \"\"\"Override the page title for SEO (optional)\"\"\"\n  metaTitle: String\n\n  \"\"\"Description for search engines\"\"\"\n  metaDescription: String\n}\n\ntype Navigation implements Document {\n  \"\"\"Document ID\"\"\"\n  _id: ID\n\n  \"\"\"Document type\"\"\"\n  _type: String\n\n  \"\"\"Date the document was created\"\"\"\n  _createdAt: DateTime\n\n  \"\"\"Date the document was last modified\"\"\"\n  _updatedAt: DateTime\n\n  \"\"\"Current document revision\"\"\"\n  _rev: String\n  _key: String\n\n  \"\"\"The main title/brand name displayed in the navigation\"\"\"\n  title: String\n  items: [NavigationItem]\n}\n\ntype NavigationItem {\n  _key: String\n  _type: String\n  label: String\n  href: String\n  isExternal: Boolean\n}\n\ntype Footer implements Document {\n  \"\"\"Document ID\"\"\"\n  _id: ID\n\n  \"\"\"Document type\"\"\"\n  _type: String\n\n  \"\"\"Date the document was created\"\"\"\n  _createdAt: DateTime\n\n  \"\"\"Date the document was last modified\"\"\"\n  _updatedAt: DateTime\n\n  \"\"\"Current document revision\"\"\"\n  _rev: String\n  _key: String\n\n  \"\"\"Main heading in the footer\"\"\"\n  title: String\n\n  \"\"\"Brief description or tagline for the footer\"\"\"\n  description: String\n  links: [FooterLink]\n  socialLinks: [SocialLink]\n\n  \"\"\"Copyright notice (year will be automatically added)\"\"\"\n  copyright: String\n}\n\ntype FooterLink {\n  _key: String\n  _type: String\n  label: String\n  href: String\n  isExternal: Boolean\n}\n\ntype SocialLink {\n  _key: String\n  _type: String\n  platform: String\n  url: String\n}\n\ninput SanityImageAssetFilter {\n  \"\"\"Apply filters on document level\"\"\"\n  _: Sanity_DocumentFilter\n  _id: IDFilter\n  _type: StringFilter\n  _createdAt: DatetimeFilter\n  _updatedAt: DatetimeFilter\n  _rev: StringFilter\n  _key: StringFilter\n  originalFilename: StringFilter\n  label: StringFilter\n  title: StringFilter\n  description: StringFilter\n  altText: StringFilter\n  sha1hash: StringFilter\n  extension: StringFilter\n  mimeType: StringFilter\n  size: FloatFilter\n  assetId: StringFilter\n  uploadId: StringFilter\n  path: StringFilter\n  url: StringFilter\n  metadata: SanityImageMetadataFilter\n  source: SanityAssetSourceDataFilter\n}\n\ninput Sanity_DocumentFilter {\n  \"\"\"All documents referencing the given document ID.\"\"\"\n  references: ID\n\n  \"\"\"All documents that are drafts.\"\"\"\n  is_draft: Boolean\n}\n\ninput IDFilter {\n  \"\"\"Checks if the value is equal to the given input.\"\"\"\n  eq: ID\n\n  \"\"\"Checks if the value is not equal to the given input.\"\"\"\n  neq: ID\n\n  \"\"\"Checks if the value matches the given word/words.\"\"\"\n  matches: ID\n  in: [ID!]\n  nin: [ID!]\n}\n\ninput StringFilter {\n  \"\"\"Checks if the value is equal to the given input.\"\"\"\n  eq: String\n\n  \"\"\"Checks if the value is not equal to the given input.\"\"\"\n  neq: String\n\n  \"\"\"Checks if the value matches the given word/words.\"\"\"\n  matches: String\n  in: [String!]\n  nin: [String!]\n\n  \"\"\"Checks if the value is defined.\"\"\"\n  is_defined: Boolean\n}\n\ninput DatetimeFilter {\n  \"\"\"Checks if the value is equal to the given input.\"\"\"\n  eq: DateTime\n\n  \"\"\"Checks if the value is not equal to the given input.\"\"\"\n  neq: DateTime\n\n  \"\"\"Checks if the value is greater than the given input.\"\"\"\n  gt: DateTime\n\n  \"\"\"Checks if the value is greater than or equal to the given input.\"\"\"\n  gte: DateTime\n\n  \"\"\"Checks if the value is lesser than the given input.\"\"\"\n  lt: DateTime\n\n  \"\"\"Checks if the value is lesser than or equal to the given input.\"\"\"\n  lte: DateTime\n\n  \"\"\"Checks if the value is defined.\"\"\"\n  is_defined: Boolean\n}\n\ninput FloatFilter {\n  \"\"\"Checks if the value is equal to the given input.\"\"\"\n  eq: Float\n\n  \"\"\"Checks if the value is not equal to the given input.\"\"\"\n  neq: Float\n\n  \"\"\"Checks if the value is greater than the given input.\"\"\"\n  gt: Float\n\n  \"\"\"Checks if the value is greater than or equal to the given input.\"\"\"\n  gte: Float\n\n  \"\"\"Checks if the value is lesser than the given input.\"\"\"\n  lt: Float\n\n  \"\"\"Checks if the value is lesser than or equal to the given input.\"\"\"\n  lte: Float\n\n  \"\"\"Checks if the value is defined.\"\"\"\n  is_defined: Boolean\n}\n\ninput SanityImageMetadataFilter {\n  _key: StringFilter\n  _type: StringFilter\n  location: GeopointFilter\n  dimensions: SanityImageDimensionsFilter\n  palette: SanityImagePaletteFilter\n  lqip: StringFilter\n  blurHash: StringFilter\n  hasAlpha: BooleanFilter\n  isOpaque: BooleanFilter\n}\n\ninput GeopointFilter {\n  _key: StringFilter\n  _type: StringFilter\n  lat: FloatFilter\n  lng: FloatFilter\n  alt: FloatFilter\n}\n\ninput SanityImageDimensionsFilter {\n  _key: StringFilter\n  _type: StringFilter\n  height: FloatFilter\n  width: FloatFilter\n  aspectRatio: FloatFilter\n}\n\ninput SanityImagePaletteFilter {\n  _key: StringFilter\n  _type: StringFilter\n  darkMuted: SanityImagePaletteSwatchFilter\n  lightVibrant: SanityImagePaletteSwatchFilter\n  darkVibrant: SanityImagePaletteSwatchFilter\n  vibrant: SanityImagePaletteSwatchFilter\n  dominant: SanityImagePaletteSwatchFilter\n  lightMuted: SanityImagePaletteSwatchFilter\n  muted: SanityImagePaletteSwatchFilter\n}\n\ninput SanityImagePaletteSwatchFilter {\n  _key: StringFilter\n  _type: StringFilter\n  background: StringFilter\n  foreground: StringFilter\n  population: FloatFilter\n  title: StringFilter\n}\n\ninput BooleanFilter {\n  \"\"\"Checks if the value is equal to the given input.\"\"\"\n  eq: Boolean\n\n  \"\"\"Checks if the value is not equal to the given input.\"\"\"\n  neq: Boolean\n\n  \"\"\"Checks if the value is defined.\"\"\"\n  is_defined: Boolean\n}\n\ninput SanityAssetSourceDataFilter {\n  _key: StringFilter\n  _type: StringFilter\n  name: StringFilter\n  id: StringFilter\n  url: StringFilter\n}\n\ninput SanityImageAssetSorting {\n  _id: SortOrder\n  _type: SortOrder\n  _createdAt: SortOrder\n  _updatedAt: SortOrder\n  _rev: SortOrder\n  _key: SortOrder\n  originalFilename: SortOrder\n  label: SortOrder\n  title: SortOrder\n  description: SortOrder\n  altText: SortOrder\n  sha1hash: SortOrder\n  extension: SortOrder\n  mimeType: SortOrder\n  size: SortOrder\n  assetId: SortOrder\n  uploadId: SortOrder\n  path: SortOrder\n  url: SortOrder\n  metadata: SanityImageMetadataSorting\n  source: SanityAssetSourceDataSorting\n}\n\nenum SortOrder {\n  \"\"\"Sorts on the value in ascending order.\"\"\"\n  ASC\n\n  \"\"\"Sorts on the value in descending order.\"\"\"\n  DESC\n}\n\ninput SanityImageMetadataSorting {\n  _key: SortOrder\n  _type: SortOrder\n  location: GeopointSorting\n  dimensions: SanityImageDimensionsSorting\n  palette: SanityImagePaletteSorting\n  lqip: SortOrder\n  blurHash: SortOrder\n  hasAlpha: SortOrder\n  isOpaque: SortOrder\n}\n\ninput GeopointSorting {\n  _key: SortOrder\n  _type: SortOrder\n  lat: SortOrder\n  lng: SortOrder\n  alt: SortOrder\n}\n\ninput SanityImageDimensionsSorting {\n  _key: SortOrder\n  _type: SortOrder\n  height: SortOrder\n  width: SortOrder\n  aspectRatio: SortOrder\n}\n\ninput SanityImagePaletteSorting {\n  _key: SortOrder\n  _type: SortOrder\n  darkMuted: SanityImagePaletteSwatchSorting\n  lightVibrant: SanityImagePaletteSwatchSorting\n  darkVibrant: SanityImagePaletteSwatchSorting\n  vibrant: SanityImagePaletteSwatchSorting\n  dominant: SanityImagePaletteSwatchSorting\n  lightMuted: SanityImagePaletteSwatchSorting\n  muted: SanityImagePaletteSwatchSorting\n}\n\ninput SanityImagePaletteSwatchSorting {\n  _key: SortOrder\n  _type: SortOrder\n  background: SortOrder\n  foreground: SortOrder\n  population: SortOrder\n  title: SortOrder\n}\n\ninput SanityAssetSourceDataSorting {\n  _key: SortOrder\n  _type: SortOrder\n  name: SortOrder\n  id: SortOrder\n  url: SortOrder\n}\n\ninput SanityFileAssetFilter {\n  \"\"\"Apply filters on document level\"\"\"\n  _: Sanity_DocumentFilter\n  _id: IDFilter\n  _type: StringFilter\n  _createdAt: DatetimeFilter\n  _updatedAt: DatetimeFilter\n  _rev: StringFilter\n  _key: StringFilter\n  originalFilename: StringFilter\n  label: StringFilter\n  title: StringFilter\n  description: StringFilter\n  altText: StringFilter\n  sha1hash: StringFilter\n  extension: StringFilter\n  mimeType: StringFilter\n  size: FloatFilter\n  assetId: StringFilter\n  uploadId: StringFilter\n  path: StringFilter\n  url: StringFilter\n  source: SanityAssetSourceDataFilter\n}\n\ninput SanityFileAssetSorting {\n  _id: SortOrder\n  _type: SortOrder\n  _createdAt: SortOrder\n  _updatedAt: SortOrder\n  _rev: SortOrder\n  _key: SortOrder\n  originalFilename: SortOrder\n  label: SortOrder\n  title: SortOrder\n  description: SortOrder\n  altText: SortOrder\n  sha1hash: SortOrder\n  extension: SortOrder\n  mimeType: SortOrder\n  size: SortOrder\n  assetId: SortOrder\n  uploadId: SortOrder\n  path: SortOrder\n  url: SortOrder\n  source: SanityAssetSourceDataSorting\n}\n\ninput AuthorFilter {\n  \"\"\"Apply filters on document level\"\"\"\n  _: Sanity_DocumentFilter\n  _id: IDFilter\n  _type: StringFilter\n  _createdAt: DatetimeFilter\n  _updatedAt: DatetimeFilter\n  _rev: StringFilter\n  _key: StringFilter\n  name: StringFilter\n  slug: SlugFilter\n  bio: StringFilter\n  image: ImageFilter\n}\n\ninput SlugFilter {\n  _key: StringFilter\n  _type: StringFilter\n  current: StringFilter\n  source: StringFilter\n}\n\ninput ImageFilter {\n  _key: StringFilter\n  _type: StringFilter\n  asset: SanityImageAssetFilter\n  media: GlobalDocumentReferenceFilter\n  hotspot: SanityImageHotspotFilter\n  crop: SanityImageCropFilter\n}\n\ninput GlobalDocumentReferenceFilter {\n  _key: StringFilter\n  _type: StringFilter\n  _ref: StringFilter\n  _weak: BooleanFilter\n}\n\ninput SanityImageHotspotFilter {\n  _key: StringFilter\n  _type: StringFilter\n  x: FloatFilter\n  y: FloatFilter\n  height: FloatFilter\n  width: FloatFilter\n}\n\ninput SanityImageCropFilter {\n  _key: StringFilter\n  _type: StringFilter\n  top: FloatFilter\n  bottom: FloatFilter\n  left: FloatFilter\n  right: FloatFilter\n}\n\ninput AuthorSorting {\n  _id: SortOrder\n  _type: SortOrder\n  _createdAt: SortOrder\n  _updatedAt: SortOrder\n  _rev: SortOrder\n  _key: SortOrder\n  name: SortOrder\n  slug: SlugSorting\n  bio: SortOrder\n  image: ImageSorting\n}\n\ninput SlugSorting {\n  _key: SortOrder\n  _type: SortOrder\n  current: SortOrder\n  source: SortOrder\n}\n\ninput ImageSorting {\n  _key: SortOrder\n  _type: SortOrder\n  media: GlobalDocumentReferenceSorting\n  hotspot: SanityImageHotspotSorting\n  crop: SanityImageCropSorting\n}\n\ninput GlobalDocumentReferenceSorting {\n  _key: SortOrder\n  _type: SortOrder\n  _ref: SortOrder\n  _weak: SortOrder\n}\n\ninput SanityImageHotspotSorting {\n  _key: SortOrder\n  _type: SortOrder\n  x: SortOrder\n  y: SortOrder\n  height: SortOrder\n  width: SortOrder\n}\n\ninput SanityImageCropSorting {\n  _key: SortOrder\n  _type: SortOrder\n  top: SortOrder\n  bottom: SortOrder\n  left: SortOrder\n  right: SortOrder\n}\n\ninput PostFilter {\n  \"\"\"Apply filters on document level\"\"\"\n  _: Sanity_DocumentFilter\n  _id: IDFilter\n  _type: StringFilter\n  _createdAt: DatetimeFilter\n  _updatedAt: DatetimeFilter\n  _rev: StringFilter\n  _key: StringFilter\n  title: StringFilter\n  slug: SlugFilter\n  author: AuthorFilter\n  excerpt: StringFilter\n  publishedAt: DatetimeFilter\n}\n\ninput PostSorting {\n  _id: SortOrder\n  _type: SortOrder\n  _createdAt: SortOrder\n  _updatedAt: SortOrder\n  _rev: SortOrder\n  _key: SortOrder\n  title: SortOrder\n  slug: SlugSorting\n  excerpt: SortOrder\n  publishedAt: SortOrder\n}\n\ninput PageFilter {\n  \"\"\"Apply filters on document level\"\"\"\n  _: Sanity_DocumentFilter\n  _id: IDFilter\n  _type: StringFilter\n  _createdAt: DatetimeFilter\n  _updatedAt: DatetimeFilter\n  _rev: StringFilter\n  _key: StringFilter\n  title: StringFilter\n  slug: SlugFilter\n  excerpt: StringFilter\n  seo: SeoFilter\n  isPublished: BooleanFilter\n  publishedAt: DatetimeFilter\n}\n\ninput SeoFilter {\n  _key: StringFilter\n  _type: StringFilter\n  metaTitle: StringFilter\n  metaDescription: StringFilter\n}\n\ninput PageSorting {\n  _id: SortOrder\n  _type: SortOrder\n  _createdAt: SortOrder\n  _updatedAt: SortOrder\n  _rev: SortOrder\n  _key: SortOrder\n  title: SortOrder\n  slug: SlugSorting\n  excerpt: SortOrder\n  seo: SeoSorting\n  isPublished: SortOrder\n  publishedAt: SortOrder\n}\n\ninput SeoSorting {\n  _key: SortOrder\n  _type: SortOrder\n  metaTitle: SortOrder\n  metaDescription: SortOrder\n}\n\ninput NavigationFilter {\n  \"\"\"Apply filters on document level\"\"\"\n  _: Sanity_DocumentFilter\n  _id: IDFilter\n  _type: StringFilter\n  _createdAt: DatetimeFilter\n  _updatedAt: DatetimeFilter\n  _rev: StringFilter\n  _key: StringFilter\n  title: StringFilter\n}\n\ninput NavigationSorting {\n  _id: SortOrder\n  _type: SortOrder\n  _createdAt: SortOrder\n  _updatedAt: SortOrder\n  _rev: SortOrder\n  _key: SortOrder\n  title: SortOrder\n}\n\ninput FooterFilter {\n  \"\"\"Apply filters on document level\"\"\"\n  _: Sanity_DocumentFilter\n  _id: IDFilter\n  _type: StringFilter\n  _createdAt: DatetimeFilter\n  _updatedAt: DatetimeFilter\n  _rev: StringFilter\n  _key: StringFilter\n  title: StringFilter\n  description: StringFilter\n  copyright: StringFilter\n}\n\ninput FooterSorting {\n  _id: SortOrder\n  _type: SortOrder\n  _createdAt: SortOrder\n  _updatedAt: SortOrder\n  _rev: SortOrder\n  _key: SortOrder\n  title: SortOrder\n  description: SortOrder\n  copyright: SortOrder\n}\n\ninput DocumentFilter {\n  \"\"\"Apply filters on document level\"\"\"\n  _: Sanity_DocumentFilter\n  _id: IDFilter\n  _type: StringFilter\n  _createdAt: DatetimeFilter\n  _updatedAt: DatetimeFilter\n  _rev: StringFilter\n}\n\ninput DocumentSorting {\n  _id: SortOrder\n  _type: SortOrder\n  _createdAt: SortOrder\n  _updatedAt: SortOrder\n  _rev: SortOrder\n}\n\ntype Block {\n  _key: String\n  _type: String\n  children: [Span]\n  style: String\n  listItem: String\n  level: Float\n}\n\ntype Span {\n  _key: String\n  _type: String\n  marks: [String]\n  text: String\n}\n\ntype CrossDatasetReference {\n  _key: String\n  _type: String\n  _ref: String\n  _weak: Boolean\n  _dataset: String\n  _projectId: String\n}\n\ntype File {\n  _key: String\n  _type: String\n  asset: SanityFileAsset\n  media: GlobalDocumentReference\n}\n\ninput IntFilter {\n  \"\"\"Checks if the value is equal to the given input.\"\"\"\n  eq: Int\n\n  \"\"\"Checks if the value is not equal to the given input.\"\"\"\n  neq: Int\n\n  \"\"\"Checks if the value is greater than the given input.\"\"\"\n  gt: Int\n\n  \"\"\"Checks if the value is greater than or equal to the given input.\"\"\"\n  gte: Int\n\n  \"\"\"Checks if the value is lesser than the given input.\"\"\"\n  lt: Int\n\n  \"\"\"Checks if the value is lesser than or equal to the given input.\"\"\"\n  lte: Int\n\n  \"\"\"Checks if the value is defined.\"\"\"\n  is_defined: Boolean\n}\n\ninput DateFilter {\n  \"\"\"Checks if the value is equal to the given input.\"\"\"\n  eq: Date\n\n  \"\"\"Checks if the value is not equal to the given input.\"\"\"\n  neq: Date\n\n  \"\"\"Checks if the value is greater than the given input.\"\"\"\n  gt: Date\n\n  \"\"\"Checks if the value is greater than or equal to the given input.\"\"\"\n  gte: Date\n\n  \"\"\"Checks if the value is lesser than the given input.\"\"\"\n  lt: Date\n\n  \"\"\"Checks if the value is lesser than or equal to the given input.\"\"\"\n  lte: Date\n\n  \"\"\"Checks if the value is defined.\"\"\"\n  is_defined: Boolean\n}\n\n\"\"\"\nA date string, such as 2007-12-03, compliant with the `full-date` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.\n\"\"\"\nscalar Date\n\ninput CrossDatasetReferenceFilter {\n  _key: StringFilter\n  _type: StringFilter\n  _ref: StringFilter\n  _weak: BooleanFilter\n  _dataset: StringFilter\n  _projectId: StringFilter\n}\n\ninput FileFilter {\n  _key: StringFilter\n  _type: StringFilter\n  asset: SanityFileAssetFilter\n  media: GlobalDocumentReferenceFilter\n}\n\ninput NavigationItemFilter {\n  _key: StringFilter\n  _type: StringFilter\n  label: StringFilter\n  href: StringFilter\n  isExternal: BooleanFilter\n}\n\ninput FooterLinkFilter {\n  _key: StringFilter\n  _type: StringFilter\n  label: StringFilter\n  href: StringFilter\n  isExternal: BooleanFilter\n}\n\ninput SocialLinkFilter {\n  _key: StringFilter\n  _type: StringFilter\n  platform: StringFilter\n  url: StringFilter\n}\n\ninput CrossDatasetReferenceSorting {\n  _key: SortOrder\n  _type: SortOrder\n  _ref: SortOrder\n  _weak: SortOrder\n  _dataset: SortOrder\n  _projectId: SortOrder\n}\n\ninput FileSorting {\n  _key: SortOrder\n  _type: SortOrder\n  media: GlobalDocumentReferenceSorting\n}\n\ninput NavigationItemSorting {\n  _key: SortOrder\n  _type: SortOrder\n  label: SortOrder\n  href: SortOrder\n  isExternal: SortOrder\n}\n\ninput FooterLinkSorting {\n  _key: SortOrder\n  _type: SortOrder\n  label: SortOrder\n  href: SortOrder\n  isExternal: SortOrder\n}\n\ninput SocialLinkSorting {\n  _key: SortOrder\n  _type: SortOrder\n  platform: SortOrder\n  url: SortOrder\n}"}