Skip to content

graphql: use new path filed #7

Description

@elbotho

fragment pathToRoot on TaxonomyTerm {
title
alias
id
parent {
title
alias
id
parent {
title
alias
id
parent {
title
alias
id
parent {
title
alias
id
parent {
title
alias
id
parent {
title
alias
id
parent {
title
alias
id
parent {
title
alias
id
parent {
title
alias
id
}
}
}
}
}
}
}
}
}
}
`
}

can be replaced by a more sane version like

  fragment pathToRoot on TaxonomyTerm {
    title
    alias
    id
    path {
      title
      alias
      id
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions