Objects

GoogleTaxonomyType

Type containing Google taxonomy data

Type containing Google taxonomy data

type GoogleTaxonomyType {
  id: Int
  parentId: Int
  name: String
  path: String
}

Fields

id ● Int scalar

Google taxonomy ID

parentId ● Int scalar

Parent Google taxonomy ID

name ● String scalar

Google taxonomy name

path ● String scalar

Google taxonomy path

Member Of

CategoryType object