Sha256: f89d603e1597558300667f8fb07cbb1e91c33da6c7de1fd986b422067f017d86

Contents?: true

Size: 1.4 KB

Versions: 4

Compression:

Stored size: 1.4 KB

Contents

query {
  taxonomies {
    nodes {
      createdAt
      id
      name
      updatedAt
      rootTaxon {
        children {
          nodes {
            children {
              nodes {
                id
              }
            }
            createdAt
            description
            iconUrl
            id
            metaDescription
            metaKeywords
            metaTitle
            name
            parentTaxon {
              id
            }
            permalink
            updatedAt
          }
        }
        createdAt
        description
        iconUrl
        id
        metaDescription
        metaKeywords
        metaTitle
        name
        parentTaxon {
          id
        }
        permalink
        updatedAt
      }
      taxons {
        nodes {
          children {
            nodes {
              createdAt
              description
              iconUrl
              id
              metaDescription
              metaKeywords
              metaTitle
              name
              parentTaxon {
                id
              }
              permalink
              updatedAt
            }
          }
          createdAt
          description
          iconUrl
          id
          metaDescription
          metaKeywords
          metaTitle
          name
          parentTaxon {
            id
          }
          permalink
          updatedAt
        }
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

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