placeOfServices
Fetch paginated place of services collection
Arguments
Returns
PlaceOfServicePaginationConnection Example
query placeOfServices( $after: String $before: String $first: Int $last: Int) { placeOfServices(after: $after, before: $before, first: $first, last: $last) { edges nodes page_info total_count }}