Fix formating

This commit is contained in:
Wolfgang Huß 2023-07-11 13:24:55 +02:00
parent 737a8f4380
commit c3912304f4
2 changed files with 2 additions and 3 deletions

View File

@ -25,4 +25,3 @@ type LocationMapBox {
type Query { type Query {
queryLocations(place: String!, lang: String!): [LocationMapBox]! queryLocations(place: String!, lang: String!): [LocationMapBox]!
} }

View File

@ -84,8 +84,8 @@ input _PostFilter {
group: _GroupFilter group: _GroupFilter
postsInMyGroups: Boolean postsInMyGroups: Boolean
postType_in: [PostType] postType_in: [PostType]
eventStart_gte: String eventStart_gte: String
eventEnd_gte: String eventEnd_gte: String
} }
enum _PostOrdering { enum _PostOrdering {