File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v3
1616
1717 - name : Build docker images
18- run : PG_VERSION=${{ matrix.postgres }} docker- compose -f .ci/docker-compose.yml build
18+ run : PG_VERSION=${{ matrix.postgres }} docker compose -f .ci/docker-compose.yml build
1919
2020 - name : Run tests
21- run : PG_VERSION=${{ matrix.postgres }} docker- compose -f .ci/docker-compose.yml run test
21+ run : PG_VERSION=${{ matrix.postgres }} docker compose -f .ci/docker-compose.yml run test
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ An opaque string using for tracking a position in results during pagination
424424"""
425425scalar Cursor
426426
427- """A date wihout time information"""
427+ """A date without time information"""
428428scalar Date
429429
430430"""
Original file line number Diff line number Diff line change @@ -1594,7 +1594,7 @@ impl ___Type for Scalar {
15941594 Self :: String ( _) => "A string" ,
15951595 Self :: Boolean => "A value that is true or false" ,
15961596 Self :: BigInt => "An arbitrary size integer represented as a string" ,
1597- Self :: Date => "A date wihout time information" ,
1597+ Self :: Date => "A date without time information" ,
15981598 Self :: Time => "A time without date information" ,
15991599 Self :: Datetime => "A date and time" ,
16001600 Self :: UUID => "A universally unique identifier" ,
Original file line number Diff line number Diff line change @@ -3338,7 +3338,7 @@ begin;
33383338 ], +
33393339 "interfaces": [ +
33403340 ], +
3341- "description": "A date wihout time information", +
3341+ "description": "A date without time information", +
33423342 "inputFields": null, +
33433343 "possibleTypes": null +
33443344 }, +
You can’t perform that action at this time.
0 commit comments