Sha256: 5226b61f02ba58659d6928752585441496340f11e097ebe10145e6286f2c3e4e

Contents?: true

Size: 1.63 KB

Versions: 4

Compression:

Stored size: 1.63 KB

Contents

query ($slug: String!) {
  productBySlug(slug: $slug) {
    createdAt
    description
    id
    masterVariant {
      createdAt
      defaultPrice {
        amount
        countryIso
        createdAt
        currency {
          htmlEntity
          isoCode
          name
          symbol
        }
        displayAmount
        displayCountry
        id
        updatedAt
      }
      depth
      height
      id
      isMaster
      optionValues {
        nodes {
          createdAt
          id
          name
          position
          presentation
          updatedAt
        }
      }
      position
      prices {
        nodes {
          amount
          countryIso
          createdAt
          currency {
            htmlEntity
            isoCode
            name
            symbol
          }
          displayAmount
          displayCountry
          id
          updatedAt
        }
      }
      sku
      updatedAt
      weight
      width
    }
    metaDescription
    metaKeywords
    metaTitle
    name
    optionTypes {
      nodes {
        createdAt
        id
        name
        optionValues {
          nodes {
            createdAt
            id
            name
            position
            presentation
            updatedAt
          }
        }
        position
        presentation
        updatedAt
      }
    }
    productProperties {
      nodes {
        createdAt
        position
        property {
          createdAt
          name
          presentation
          updatedAt
        }
        updatedAt
        value
      }
    }
    slug
    updatedAt
    variants {
      nodes {
        id
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_graphql_api-0.3.1 spec/support/graphql/queries/product_by_slug.gql
solidus_graphql_api-0.3.0 spec/support/graphql/queries/product_by_slug.gql
solidus_graphql_api-0.2.0 spec/support/graphql/queries/product_by_slug.gql
solidus_graphql_api-0.1.0 spec/support/graphql/queries/product_by_slug.gql