Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://github.com/rbilabs/intl-sanity-shared-schemas/pull/30

Query Sanity:

https://czqk28jt.api.sanity.io/v1/graphql/dev_plk_es/default

Code Block
languagegraphql
query {
  Menu(id: "item_67164") {
    name {
      en
    }
    image {
      asset {
        metadata {
          lqip
        }
        label
        title
        description
        assetId
        url
        path
        source {
          id
          url
        }
      }
    }
  }
}