Skip to content

Commit

Permalink
Docs πŸ‘©πŸ»β€πŸ«
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Jun 9, 2022
1 parent 01b2ac3 commit ec82b68
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/structures/order.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

## Object attributes

| Attribute | Accepts | Required |
|-----------------|----------------------------------------------------------------------------------------|----------|
| obj | `structures.Order` | True |
| property | `functions.*` `properties.Property` | True |
| kind | Enum[`ASC` `DESC`] | False |
| Attribute | Accepts | Required |
|-----------------|--------------------------------------------------------------|----------|
| obj | `structures.Order` | True |
| property | `functions.*` `properties.Property` `strctures.CastOperator` | True |
| kind | Enum[`ASC` `DESC`] | False |


## JSON format
Expand All @@ -34,4 +34,3 @@
```sql
users.name ASC
```

0 comments on commit ec82b68

Please sign in to comment.