Skip to content

Commit

Permalink
chore(docs/core): 2024-12-16 15:49:14
Browse files Browse the repository at this point in the history
Affected files:
content/Projects/GC/API Reference/Interacting with generated services.md
  • Loading branch information
zakhaev26 committed Dec 16, 2024
1 parent 97fa756 commit 5404ded
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ This will automatically include the related `organization` data in the response

```

### Querying with Flexibility
Some more common query options you will be using is
$paginate = true / false
$regex
$or


### Examples of Querying Data in Internal Services

when you are developing services, there will come cases where u want to access other services to get the data managed by them
eg: a userService might require

With this approach, you can easily sort, filter, and populate related fields using just query parameters. It simplifies the process and eliminates the need for extra routes for common use cases. Just pass the appropriate parameters, and you’re all set!

0 comments on commit 5404ded

Please sign in to comment.