Skip to content

Commit

Permalink
Add order field
Browse files Browse the repository at this point in the history
  • Loading branch information
Iosif Nicolae committed Apr 15, 2022
1 parent 42db69f commit 5ba7dd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ object_relationships:
select_permissions:
- permission:
columns:
- order
- group_id
- id
- station_id
Expand Down
1 change: 1 addition & 0 deletions frontend/services/stations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ query GetStations {
order
station_to_station_groups {
station_id
order
}
}
stations {
Expand Down

0 comments on commit 5ba7dd2

Please sign in to comment.