Skip to content

Commit

Permalink
Enh(taxonomy): add meta support
Browse files Browse the repository at this point in the history
For those using add, update and get_term_meta, add meta data to graphql.
  • Loading branch information
edlefebvre authored Sep 16, 2019
1 parent 8e45485 commit 0de8f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/source-wordpress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class WordPressSource {
title: term.name,
slug: term.slug,
content: term.description,
meta: term.meta,
count: term.count
})
}
Expand Down

0 comments on commit 0de8f82

Please sign in to comment.