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