smartPhrases
Fetch user smart phrases
Arguments
Returns
SmartPhrasePaginationConnection Example
query smartPhrases( $keywords: String $order_by: SmartPhraseOrderKeys $after: String $before: String $first: Int $last: Int) { smartPhrases( keywords: $keywords order_by: $order_by after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}