Files
sgeUpdated/sge-backend/src/main/resources/graphql/area/criteria.graphqls
2025-07-18 21:16:29 +03:30

5 lines
79 B
GraphQL

input AreaCriteria{
tag:String
organizations: ID
deleted: Boolean
}