-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation and features implemented
- Loading branch information
1 parent
c8c4b54
commit cbbe583
Showing
3 changed files
with
20 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# PostgreSQL NDC Usage | ||
|
||
This native data connector implements the following Hasura Data Domain Specification features: | ||
|
||
| Feature | | | ||
|-------------------------------------------------------------------------------------------------------------------------------------|----| | ||
| [Simple Queries](https://hasura.io/docs/3.0/graphql-api/queries/simple-queries/) | ✅ | | ||
| [Nested Queries](https://hasura.io/docs/3.0/graphql-api/queries/nested-queries/) | ✅ | | ||
| [Query Result Sorting](https://hasura.io/docs/3.0/graphql-api/queries/sorting/) | ✅ | | ||
| [Query Result Pagination](https://hasura.io/docs/3.0/graphql-api/queries/pagination/) | ✅ | | ||
| [Multiple Query Arguments](https://hasura.io/docs/3.0/graphql-api/queries/multiple-arguments/) | ✅ | | ||
| [Multiple Queries in a Request](https://hasura.io/docs/3.0/graphql-api/queries/multiple-queries/) | ✅ | | ||
| [Variables, Aliases, Fragments, Directives](https://hasura.io/docs/3.0/graphql-api/queries/variables-aliases-fragments-directives/) | ✅ | | ||
| [Query Filter: Value Comparison](https://hasura.io/docs/3.0/graphql-api/queries/filters/comparison-operators/) | ✅ | | ||
| [Query Filter: Boolean Expressions](https://hasura.io/docs/3.0/graphql-api/queries/filters/boolean-operators/) | ✅ | | ||
| [Query Filter: Text](https://hasura.io/docs/3.0/graphql-api/queries/filters/text-search-operators/) | ✅ | | ||
| [Query Filter: Nested Objects](https://hasura.io/docs/3.0/graphql-api/queries/filters/nested-objects/) | ✅ | | ||
| [Multi-Region Routing](https://hasura.io/docs/3.0/graphql-api/queries/filters/nested-objects/) | ✅ | |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters