Files
2022-05-27 20:21:01 +03:00

13672 lines
358 KiB
JSON

{
"__schema": {
"queryType": {
"name": "Query"
},
"mutationType": {
"name": "Mutations"
},
"subscriptionType": {
"name": "Subscription"
},
"types": [
{
"kind": "OBJECT",
"name": "Query",
"description": null,
"fields": [
{
"name": "notificationsNumber",
"description": null,
"args": [
{
"name": "newOnly",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mobileAppDeeplink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "suitableAddresses",
"description": null,
"args": [
{
"name": "address",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "cityId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "fingerprint",
"description": "Unique identifier of user",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "GMapAddressStruct",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ourSuitableAddresses",
"description": null,
"args": [
{
"name": "address",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "cityId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PlaceNode",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "place",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "gmapPlaceId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "cityId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "fingerprint",
"description": "Unique identifier of user",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "PlaceNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "realtime",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "transferFee",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rentalTime",
"description": "Time of rental in seconds",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "addApartmentConfig",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "AddApartmentConfig",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "houses",
"description": null,
"args": [
{
"name": "filters",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ApartmentFilterInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "myOwn",
"description": "Show only user's apartments. Alias for `myOwn` query.",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
},
{
"name": "favorites",
"description": "Show only favorites apartments. Alias for `favorites` query.",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "HouseNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apartments",
"description": null,
"args": [
{
"name": "sort",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ApartmentSortEnum",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "filters",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ApartmentFilterInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "myOwn",
"description": "Show only user's apartments. Alias for `myOwn` query.",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
},
{
"name": "favorites",
"description": "Show only favorites apartments. Alias for `favorites` query.",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ApartmentListNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "myApartments",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "relationType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "RelationToApt",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ApartmentListNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apartment",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "lang",
"description": null,
"type": {
"kind": "ENUM",
"name": "Lang",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "favorites",
"description": "Show only favorites apartments.",
"args": [
{
"name": "filters",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ApartmentFilterInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ApartmentListNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "myOwn",
"description": "Show only user's apartments.",
"args": [
{
"name": "filters",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ApartmentFilterInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ApartmentListNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "applications",
"description": "Show apartments for RDs \"applications\" page",
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "statuses",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AptStatus",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "sort",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ApartmentSortEnum",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ApartmentListNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "auctions",
"description": "Show Apartments that are in an auction or with a just-completed auction",
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "sort",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AuctionSortEnum",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "isFinished",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ApartmentListNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rentals",
"description": "Show Apartments that are or was in rental",
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "sort",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "RentalSortEnum",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "isActual",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ApartmentListNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rentalExpirationAfterRenew",
"description": null,
"args": [
{
"name": "curentExpiration",
"description": "Expiration of curent rental or null if no rental exists",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "countries",
"description": null,
"args": [
{
"name": "filters",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CountryFilterInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "sort",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CountrySortEnum",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "lang",
"description": null,
"type": {
"kind": "ENUM",
"name": "Lang",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CountryNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cities",
"description": null,
"args": [
{
"name": "filters",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CityFilterInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "sort",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CitySortEnum",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "lang",
"description": null,
"type": {
"kind": "ENUM",
"name": "Lang",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "myCities",
"description": null,
"args": [
{
"name": "relationType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "RelationToApt",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "citiesManagedByUser",
"description": null,
"args": [
{
"name": "eosAccount",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "city",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tokens",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TokenNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cryptocashes",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TokenNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "checkAddress",
"description": null,
"args": [
{
"name": "aptNumber",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "placeId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ConclusionOnAddress",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "commonStatistic",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CommonStatisticNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reverseInheritance",
"description": null,
"args": [
{
"name": "heirsUsernames",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EOSInheritanceNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "eosNodes",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EOSNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isPasswordCorrect",
"description": null,
"args": [
{
"name": "password",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "currentLanguage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "Lang",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "eosAccountExists",
"description": null,
"args": [
{
"name": "eosAccount",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Boolean",
"description": "The `Boolean` scalar type represents `true` or `false`.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Int",
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "String",
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "GMapAddressStruct",
"description": null,
"fields": [
{
"name": "address",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "placeId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isFull",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fullAddress",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "PlaceNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gmapPlaceId",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "address",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lon",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lat",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "distanceToPolygon",
"description": "In meters",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isInsidePolygon",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "canBeAccepted",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "coordsMayBeWrong",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "city",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CityNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "population",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "centerLon",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "centerLat",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "m2",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "radius",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tokenId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "TokenNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "requiredDocsList",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "docsApprovedBy",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "countryId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "country",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "CountryNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "divisions",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DivisionNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "districts",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DistrictNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subways",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "SubwayNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasApartments",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notary",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notaryEosAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notaryChatLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "myApartmentsCount",
"description": null,
"args": [
{
"name": "relationType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "RelationToApt",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "polygon",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "JSONString",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notaryUpdates",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "NotaryUpdates",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statistic",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "CityStatistic",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isAvailable",
"description": "Is available for adding an apartment",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TokenNode",
"description": null,
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isAvailable",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "smartContract",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CountryNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statistic",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "CountryStatistic",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "citiesIds",
"description": null,
"args": [
{
"name": "filters",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CountryFilterInput",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CountryStatistic",
"description": null,
"fields": [
{
"name": "tokenizedAptsNumber",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inAuctionAptsNumber",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CountryFilterInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "hasTokenized",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasInAuction",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasPublic",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DivisionNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "districts",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DistrictNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DistrictNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "divisionId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "division",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "DivisionNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SubwayNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cityId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "city",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "UserNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "email",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "phone",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "eosAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "language",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "Lang",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notifySettings",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "NotifySettingsNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notifyHistory",
"description": null,
"args": [
{
"name": "newOnly",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "NotifyHistoryNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasNewNotifications",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isNotary",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "citiesManagedByMe",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cryptochatDeepLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasPassword",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "Lang",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "RU",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EN",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "NotifySettingsNode",
"description": null,
"fields": [
{
"name": "aptStatus",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ChannelNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ChannelNode",
"description": null,
"fields": [
{
"name": "isSmsEnabled",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isEmailEnabled",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "NotifyHistoryNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "created",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notificationType",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "NotificationType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "text",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isNew",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aptId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "emmissionTxid",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "DateTime",
"description": "The `DateTime` scalar type represents a DateTime\nvalue as specified by\n[iso8601](https://en.wikipedia.org/wiki/ISO_8601).",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "NotificationType",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "AUCTION_STARTED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MODERATION_FAILED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MODERATION_SUCCESSED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "REVIEW_AUCTION_STAGE_STARTED_OWNER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUCTION_FINISHED_OWNER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ISSUED_TOKENS_FOR_APT",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ALL_REFUSED_TO_WIN",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUCTION_BID_ACCEPTED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUCTION_BID_CANCELLED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUCTION_FINISHED_USER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUCTION_FINISHED_WINNER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "REVIEW_AUCTION_STAGE_STARTED_USER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "WINNER_RE_ELECTED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RENTAL_STARTED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RENTAL_EXTENDED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RENTAL_IS_ABOUT_END",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RENTAL_ENDED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "WINNER_INACTIVE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "RelationToApt",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "OWN",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FAVORITE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RENTAL",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "JSONString",
"description": "Allows use of a JSON String for input / output from the GraphQL schema.\n\nUse of this type is *not recommended* as you lose the benefits of having a defined, static\nschema (one of the key benefits of GraphQL).",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "NotaryUpdates",
"description": null,
"fields": [
{
"name": "hasNewProposals",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasNewAuctions",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasNewRentals",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CityStatistic",
"description": null,
"fields": [
{
"name": "tokenizedAptsNumber",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inAuctionAptsNumber",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inModerationAptsNumber",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lastTokenizationDate",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "totalTokenizedM2",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "totalInAuctionM2",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "totalTokenizedLists",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "totalInAuctionLists",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AddApartmentConfig",
"description": null,
"fields": [
{
"name": "minPhotosQuantity",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "minPhotoResolution",
"description": "List with 2 elements",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "maxUploadFileSize",
"description": "In Mb",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Decimal",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Decimal",
"description": "The `Decimal` scalar type represents a python Decimal.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ApartmentFilterInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "houseTypes",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "HouseType",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "buildingYear",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "RangeInt",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasGas",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "parking",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ParkingInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "subways",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "SubwaysInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "placeId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "floorsInEntrance",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "RangeInt",
"ofType": null
},
"defaultValue": null
},
{
"name": "elevator",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ElevatorInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasSecurity",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasConcierge",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasIntercom",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasVideoSurveillance",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasGarbageChute",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "statuses",
"description": "Limited to public apartments only",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AptStatus",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "publicOnly",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "isTokenized",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "floor",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "FloorInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "square",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "SquareInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "rooms",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "RoomsInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "ceilingHeight",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "RangeInt",
"ofType": null
},
"defaultValue": null
},
{
"name": "windows",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "WindowsInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "baths",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BathsInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "balconies",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BalconiesInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "districts",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "cityId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "address",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "housingComplex",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "HouseType",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "BLOCKY",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PANEL",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "BRICK",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MONOLITHIC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "BRICK_MONOLITHIC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "RangeInt",
"description": null,
"fields": null,
"inputFields": [
{
"name": "from",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "to",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ParkingInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "ground",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "underground",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "multilevel",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "SubwaysInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "subwayId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "way",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "WayToGet",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "minutes",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "RoadTime",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "WayToGet",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "ON_FOOT",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "BY_TRANSPORT",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "BY_CAR",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "RoadTime",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "MIN_5",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MIN_10",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MIN_15",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ElevatorInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "simple",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "cargo",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "AptStatus",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "DRAFT",
"description": "Not published",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NEW",
"description": "Application for the first time in moderation",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MODERATION",
"description": "Application is in moderation",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "REWORK",
"description": "The application is being finalized",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RECRUITMENT",
"description": "Recruitment of a minimum number of participants. First stage of auction",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "IN_REVIEW",
"description": "Apartment is available to see",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUCTION_FINISHED",
"description": "Auction completed. Paper work",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RENTED",
"description": "Apartment is rented",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SOLD",
"description": "Sold from platform",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "FloorInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "from",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "to",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "notFirst",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "notLast",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "SquareInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "total",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "RangeFloat",
"ofType": null
},
"defaultValue": null
},
{
"name": "living",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "RangeFloat",
"ofType": null
},
"defaultValue": null
},
{
"name": "kitchen",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "RangeFloat",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "RangeFloat",
"description": null,
"fields": null,
"inputFields": [
{
"name": "from",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "to",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Float",
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "RoomsInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "isStudio",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "numberIn",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "numberRange",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "RangeInt",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "WindowsInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "toYard",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "toStreet",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "BathsInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "divided",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "combined",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "BalconiesInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "count",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AptBalconies",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "hasLoggia",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "AptBalconies",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "ONE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TWO",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "THREE_OR_MORE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ZERO",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "HouseNode",
"description": null,
"fields": [
{
"name": "placeId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lon",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lat",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "numberOfApts",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ApartmentSortEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "ADDRESS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ADDRESS_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "STATUS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "STATUS_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "M2",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "M2_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "IS_NEW_FOR_RD",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "IS_NEW_FOR_RD_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UPDATED_FOR_RD",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UPDATED_FOR_RD_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ApartmentListNode",
"description": null,
"fields": [
{
"name": "pageInfo",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apartments",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "PageInfo",
"description": null,
"fields": [
{
"name": "total",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ApartmentNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "realId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "m2",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "placeId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "place",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "PlaceNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "number",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "refundAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "refundVolume",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "RefundStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "photos",
"description": null,
"args": [
{
"name": "size",
"description": null,
"type": {
"kind": "ENUM",
"name": "ThumbnailSize",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DocumentNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "documents",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DocumentNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "status",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "AptStatus",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aptType",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "AptType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "floor",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rooms",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isStudio",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "livingM2",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "kitchenM2",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ceilingHeight",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasYardWindows",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasStreetWindows",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "combinedBaths",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "dividedBaths",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tenure",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "AptTenure",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "balconies",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "AptBalconies",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasLoggia",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "numberOfFloors",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasElevator",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasCargoElevator",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasGarbageChute",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasSecurity",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasConcierge",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasIntercom",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasVideoSurveillance",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "entranceNumber",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "houseType",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "HouseType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "buildingYear",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasGas",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasGroundParking",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasUndergroundParking",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasMultilevelParking",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "housingComplex",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subways",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RoadToSubwayNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ownerAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "user",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isFavorite",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "review",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "AptReviewNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "auctionsHistory",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "AuctionNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "latestAuction",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "AuctionNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isTokenized",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tokenizationInfo",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "TokenizationStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rentalsHistory",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "RentalNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "actualRental",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "RentalNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "auctionPaymentDeepLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "auctionPaymentJson",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lock",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "LockNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isNewForRd",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isDeleted",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "chatWithOwnerLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RefundStruct",
"description": null,
"fields": [
{
"name": "totalEmission",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "VolumeStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "emission",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "VolumeStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "VolumeStruct",
"description": null,
"fields": [
{
"name": "amount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ThumbnailSize",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "SIZE_320x180",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SIZE_1920x1080",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SIZE_981x402",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SIZE_1125x540",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DocumentNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "link",
"description": null,
"args": [
{
"name": "size",
"description": null,
"type": {
"kind": "ENUM",
"name": "ThumbnailSize",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "thumbName",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "originalName",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "docType",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "DocumentType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "objectType",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "ObjType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "DocumentType",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "PHOTO",
"description": "Photo",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DOCUMENT",
"description": "Document",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ObjType",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "APARTMENT",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "AptType",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "SECONDARY",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NEW",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "AptTenure",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "UP_TO_THREE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "THREE_TO_FIVE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MORE_THAN_FIVE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RoadToSubwayNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "way",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "WayToGet",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "minutes",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "RoadTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aptId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apartment",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subwayId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subway",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "SubwayNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AptReviewNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "comment",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errorsCount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fields",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldErrorsNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "FieldErrorsNode",
"description": null,
"fields": [
{
"name": "realId",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "address",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "housingComplex",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "entranceNumber",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aptNumber",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subway",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "houseType",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "buildingYear",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "entranceFloors",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aptFloor",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "parking",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "elevators",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "infra",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aptType",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tenure",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rooms",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "m2",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "livingM2",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "kitchenM2",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ceilingHeight",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bathroom",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "windows",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "balconies",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aptDescription",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "photos",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "documents",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bindedEosAccount",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "refundAccount",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FieldStatusStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "FieldStatusStruct",
"description": null,
"fields": [
{
"name": "isOk",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errorDescription",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AuctionNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aptId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "price",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tokenId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "TokenNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "startDate",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "endDate",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "endOfReview",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "transactions",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TransactionNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasMyBid",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "myBid",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "TransactionNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasAccountBid",
"description": null,
"args": [
{
"name": "account",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "accountBid",
"description": null,
"args": [
{
"name": "account",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "paymentInfo",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "AuctionPaymentsStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasUnconfirmedTxns",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "winner",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "winnerAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "winnerChatLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notaryAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notary",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ownerAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "owner",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isFinished",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isNeedToReElect",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isReElectionPossible",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cancelBidParams",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "CancelBidStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bidsNumber",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "BidsNumber",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TransactionNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "status",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "TxnStatus",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "created",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "amount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sender",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "receiver",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txnType",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "TxnType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isWinner",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "auctionCode",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rank",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "action",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ActionNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "TxnStatus",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "INITIATED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SENDED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RECEIVED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ACCEPTED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DECLINED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CANCELLED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FAILED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "TxnType",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "RENT",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PAYBACK",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ACCOUNT_CONFIRM",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CANCEL_REQUEST",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ActionNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "created",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isIrreversible",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isReversed",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AuctionPaymentsStruct",
"description": null,
"fields": [
{
"name": "payment",
"description": "Volume of auction transfer",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "paymentFee",
"description": "Volume of return commission",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "memo",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "platformAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CancelBidStruct",
"description": null,
"fields": [
{
"name": "amount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "symbol",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "to",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "memo",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contract",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "action",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "BidsNumber",
"description": null,
"fields": [
{
"name": "active",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "total",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TokenizationStruct",
"description": null,
"fields": [
{
"name": "isSignedByNotary",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isSignedByOwner",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isSignedByWinner",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notarySignDeepLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ownerSignDeepLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "winnerSignDeepLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "emissionDeepLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "signParams",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "TokenizationSignStruct",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TokenizationSignStruct",
"description": null,
"fields": [
{
"name": "aptId",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "symbol",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contract",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "action",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RentalNode",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "startDate",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "expirationDate",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tenantAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tenant",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tenantChatLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notary",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isActual",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "price",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "canBeExtended",
"description": "Rental can be extended",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "expirationAfterExtend",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "renewStartTime",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "LockNode",
"description": null,
"fields": [
{
"name": "reason",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "LockReason",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockEndDate",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "LockReason",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "AUCTION_FAILURE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "OUT_OF_POLYGON",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "AuctionSortEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "ADDRESS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ADDRESS_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "STATUS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "STATUS_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "START_OF_AUCTION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "START_OF_AUCTION_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "END_OF_AUCTION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "END_OF_AUCTION_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UPDATED_FOR_RD",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UPDATED_FOR_RD_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "RentalSortEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "ADDRESS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ADDRESS_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "M2",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "M2_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EXPIRATION_DATE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EXPIRATION_DATE_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UPDATED_FOR_RD",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UPDATED_FOR_RD_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "CountrySortEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "COUNTRY_NAME",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "COUNTRY_NAME_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CityFilterInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "hasTokenized",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasInAuction",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasPublic",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "countryId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "CitySortEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "COUNTRY_NAME",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "COUNTRY_NAME_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CITY_NAME",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CITY_NAME_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ConclusionOnAddress",
"description": null,
"fields": [
{
"name": "isAvailable",
"description": "If this address not already in use",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lock",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "LockNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CommonStatisticNode",
"description": null,
"fields": [
{
"name": "citiesNum",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "preTokenizedNum",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tokenizedM2",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tokenizedNum",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inAuctionNum",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "citiesStatistic",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CityTokenizationStatisticNode",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CityTokenizationStatisticNode",
"description": null,
"fields": [
{
"name": "tokenCode",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tokenizedM2",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "share",
"description": "In percents",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EOSInheritanceNode",
"description": null,
"fields": [
{
"name": "ownerUsername",
"description": "The user, who will share his property",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inheritorUsername",
"description": "The user, who will inherit the owners's property",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "shareDatetime",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "allowedToShare",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "smartContract",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "share",
"description": "Share in percents. i.e. 50.0",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EOSNode",
"description": null,
"fields": [
{
"name": "id",
"description": "Internal ID",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "endpoint",
"description": "URL",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "country",
"description": "Country in 3 symbols",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "timezone",
"description": "Example: +0000 or +3000 or -8000",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Mutations",
"description": null,
"fields": [
{
"name": "updateNotifySettings",
"description": null,
"args": [
{
"name": "settings",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "NotifySettingsInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "UpdateNotifySettings",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markNotificationAsRead",
"description": "Used in notifications history to mark notification as read",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "MarkNotificationAsRead",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markAllNotificationsAsRead",
"description": "Used in notifications history to mark all notifications\nfor this user as read",
"args": [],
"type": {
"kind": "OBJECT",
"name": "MarkAllNotificationsAsRead",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteDocument",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "DeleteDoc",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "saveApartment",
"description": null,
"args": [
{
"name": "details",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "AptDetails",
"ofType": null
},
"defaultValue": null
},
{
"name": "id",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "mainInfo",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "AptMainInfo",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "SaveApartment",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "publishApartment",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "PublishApartment",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "startSecondaryAuction",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "StartSecondaryAuction",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cancelPublication",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "CancelPublication",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteApartment",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "DeleteApartment",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateAptFavorites",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "UpdateAptFavorite",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cancelBid",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "CancelBid",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reviewApartment",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "review",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "AptReviewInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ReviewApartment",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "resolveReview",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "review",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "AptReviewInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ResolveReview",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cancelAuctionAsNotary",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "CancelAuctionAsNotary",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cancelAuctionAsOwner",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "CancelAuctionAsOwner",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "addRental",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "price",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "startDate",
"description": null,
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AddRental",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cancelRental",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "CancelRental",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateDocsList",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "docsList",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "UpdateDocsList",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reElectAuctionWinner",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ReElectAuctionWinner",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "refuseToWin",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "RefuseToWin",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "endAuctionWithoutWinner",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "EndAuctionWithoutWinner",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reportAddressCheckError",
"description": null,
"args": [
{
"name": "placeId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ReportAddressCheckError",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reportMisCoordsError",
"description": null,
"args": [
{
"name": "placeId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ReportMisCoordsError",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markAsOutOfPolygon",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "MarkAsOutOfPolygon",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markAsViewed",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "MarkAsViewed",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "addMeChatPushNotification",
"description": null,
"args": [
{
"name": "deviceToken",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "deviceType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "DeviceType",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "eosAccounts",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "langCode",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "Lang",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AddPushNotification",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "addPushNotificationDeviceToken",
"description": null,
"args": [
{
"name": "deviceToken",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "deviceType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "DeviceType",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "eosAccounts",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "langCode",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "Lang",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AddPushNotification",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "removeMeChatPushNotification",
"description": null,
"args": [
{
"name": "deviceToken",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "eosAccounts",
"description": "All records will be deleted by `device_token` if provided an empty list",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "RemovePushNotification",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "removePushNotificationDeviceToken",
"description": null,
"args": [
{
"name": "deviceToken",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "eosAccounts",
"description": "All records will be deleted by `device_token` if provided an empty list",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "RemovePushNotification",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "signup",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "SignupInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "SignupOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "signin",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "SigninInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "SigninOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "resetPassword",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ResetPasswordInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "ResetPasswordOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "confirmPasswordReset",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ConfirmPasswordResetInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "ConfirmPasswordResetOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "verifyCode",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "VerifyCodeInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "VerifyCodeOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "resendCode",
"description": null,
"args": [],
"type": {
"kind": "UNION",
"name": "ResendCodeOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "refreshToken",
"description": null,
"args": [],
"type": {
"kind": "UNION",
"name": "RefreshTokenOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "checkPassword",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CheckPasswordInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "CheckPasswordOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "changeLogin",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ChangeLoginInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "ChangeLoginOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "changePassword",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ChangePasswordInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "ChangePasswordOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bindUserWithCity",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "BindUserWithCity",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "removeLogin",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RemoveLoginInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "RemoveLoginOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "setLanguage",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "SetLanguageInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "SetLanguageOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "connectByWallet",
"description": null,
"args": [
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ConnectByWalletInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "ConnectByWalletOutput",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteAccount",
"description": null,
"args": [],
"type": {
"kind": "UNION",
"name": "Output",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "NotifySettingsInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "category",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "NotifyCategory",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "isSmsEnabled",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "isEmailEnabled",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "NotifyCategory",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "APT_STATUS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "UpdateNotifySettings",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MarkNotificationAsRead",
"description": "Used in notifications history to mark notification as read",
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notification",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "NotifyHistoryNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MarkAllNotificationsAsRead",
"description": "Used in notifications history to mark all notifications\nfor this user as read",
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DeleteDoc",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "AptDetails",
"description": null,
"fields": null,
"inputFields": [
{
"name": "housingComplex",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "entranceNumber",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "subways",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "SubwaysInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "houseType",
"description": null,
"type": {
"kind": "ENUM",
"name": "HouseType",
"ofType": null
},
"defaultValue": null
},
{
"name": "buildingYear",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "numberOfFloors",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasGroundParking",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasUndergroundParking",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasMultilevelParking",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasElevator",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasCargoElevator",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasGas",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasGarbageChute",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasSecurity",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasConcierge",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasIntercom",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasVideoSurveillance",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "aptType",
"description": null,
"type": {
"kind": "ENUM",
"name": "AptType",
"ofType": null
},
"defaultValue": null
},
{
"name": "floor",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "rooms",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "isStudio",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "livingM2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "kitchenM2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "ceilingHeight",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasYardWindows",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasStreetWindows",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "combinedBaths",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "dividedBaths",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "tenure",
"description": null,
"type": {
"kind": "ENUM",
"name": "AptTenure",
"ofType": null
},
"defaultValue": null
},
{
"name": "balconies",
"description": null,
"type": {
"kind": "ENUM",
"name": "AptBalconies",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasLoggia",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "description",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "AptMainInfo",
"description": null,
"fields": null,
"inputFields": [
{
"name": "realId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "placeId",
"description": "Our id of place(not from googlemap",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "aptNumber",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "m2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "refundAccount",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SaveApartment",
"description": null,
"fields": [
{
"name": "apartment",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "PublishApartment",
"description": null,
"fields": [
{
"name": "apartment",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "StartSecondaryAuction",
"description": null,
"fields": [
{
"name": "apartment",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CancelPublication",
"description": null,
"fields": [
{
"name": "apartment",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DeleteApartment",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "UpdateAptFavorite",
"description": null,
"fields": [
{
"name": "success",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apartment",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CancelBid",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "AptReviewInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "comment",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "fields",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "FieldErrorsInput",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "FieldErrorsInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "realId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "address",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "housingComplex",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "entranceNumber",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "aptNumber",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "subway",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "houseType",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "buildingYear",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "entranceFloors",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "aptFloor",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "parking",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "elevators",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "infra",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "aptType",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "tenure",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "rooms",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "m2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "livingM2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "kitchenM2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "ceilingHeight",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "bathroom",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "windows",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "balconies",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "aptDescription",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "photos",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "documents",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "bindedEosAccount",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "refundAccount",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ReviewApartment",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ResolveReview",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CancelAuctionAsNotary",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CancelAuctionAsOwner",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AddRental",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CancelRental",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "UpdateDocsList",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "city",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ReElectAuctionWinner",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RefuseToWin",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EndAuctionWithoutWinner",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ReportAddressCheckError",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ReportMisCoordsError",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MarkAsOutOfPolygon",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MarkAsViewed",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "DeviceType",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "Android",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "IOS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "Web",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AddPushNotification",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RemovePushNotification",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "SignupInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "phone",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "email",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "password",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "SignupOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "SignupSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "LoginIsEmptyError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "UserAlreadyExistsError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidEmailError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidPhoneError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidPasswordError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "NoResendAttemptsError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "SignupSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nextStep",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AuthStep",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "verifyToken",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "AuthStep",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "FINISH",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CODE_VERIFICATION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "LoginIsEmptyError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "UserAlreadyExistsError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InvalidEmailError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InvalidPhoneError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InvalidPasswordError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "NoResendAttemptsError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "SigninInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "phone",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "email",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "password",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "SigninOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "SigninSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "LoginIsEmptyError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidCredentialsError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "SigninSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nextStep",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AuthStep",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InvalidCredentialsError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ResetPasswordInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "phone",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "email",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "ResetPasswordOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "ResetPasswordSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "LoginIsEmptyError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "UserNotFoundError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "NoResendAttemptsError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "ResetPasswordSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nextStep",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AuthStep",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "verifyToken",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "UserNotFoundError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ConfirmPasswordResetInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "password",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "ConfirmPasswordResetOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "ConfirmPasswordResetSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidJWTError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidVerifyCodeError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "UserNotFoundError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidPasswordError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "ConfirmPasswordResetSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InvalidJWTError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InvalidVerifyCodeError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasResendAttempts",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "VerifyCodeInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "code",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "VerifyCodeOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "VerifyCodeSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidJWTError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidVerifyCodeError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "VerifyCodeExpiredError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "UserAlreadyExistsError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "VerifyCodeSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "VerifyCodeExpiredError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasResendAttempts",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "ResendCodeOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "ResendCodeSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidJWTError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "NoResendAttemptsError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "ResendCodeSuccess",
"description": null,
"fields": [
{
"name": "verifyToken",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "attemptsLeft",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "RefreshTokenOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "RefreshTokenSuccess",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "RefreshTokenSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CheckPasswordInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "password",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "CheckPasswordOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "CheckPasswordSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidCredentialsError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "CheckPasswordSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ChangeLoginInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "newPhone",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "newEmail",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "ChangeLoginOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "ChangeLoginSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidCredentialsError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidPhoneError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidEmailError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "UserAlreadyExistsError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidParamsError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "ChangeLoginSuccess",
"description": null,
"fields": [
{
"name": "verifyToken",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InvalidParamsError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "paramName",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ChangePasswordInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "newPassword",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "ChangePasswordOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "ChangePasswordSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidPasswordError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "ChangePasswordSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "BindUserWithCity",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "RemoveLoginInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "loginType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "LoginType",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "LoginType",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "EMAIL",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PHONE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EOS_ACCOUNT",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "UNION",
"name": "RemoveLoginOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "RemoveLoginSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidCredentialsError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "InvalidPasswordError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "RemoveLoginSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "SetLanguageInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "lang",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "Lang",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "SetLanguageOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "SetLanguageSuccess",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "SetLanguageSuccess",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ConnectByWalletInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "walletName",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "WalletName",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "WalletName",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "PAYCASH",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ANCHOR",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TOKEN_POKET",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "UNION",
"name": "ConnectByWalletOutput",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "ConnectByWalletSuccess",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "ConnectByWalletSuccess",
"description": null,
"fields": [
{
"name": "qrData",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deepLink",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "verificationCode",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "UNION",
"name": "Output",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "DeleteAccountSuccess",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "DeleteAccountSuccess",
"description": null,
"fields": [
{
"name": "ok",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Subscription",
"description": null,
"fields": [
{
"name": "notification",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "NotifyHistoryNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "newNotification",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "NotifyHistoryNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hyperionHealth",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "randApt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RDNewProposals",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AptSubscriptionEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RDReworkProposals",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AptSubscriptionEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RDCurrentAuctions",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AptSubscriptionEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RDFinishedAuctions",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AptSubscriptionEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RDCurrentRentals",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AptSubscriptionEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RDFinishedRentals",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AptSubscriptionEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apartment",
"description": null,
"args": [
{
"name": "aptId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "AptSubscriptionEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "city",
"description": null,
"args": [
{
"name": "cityId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "CityNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "connectByWallet",
"description": null,
"args": [
{
"name": "verificationCode",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "UNION",
"name": "WalletConnectiontUpdate",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AptSubscriptionEvent",
"description": null,
"fields": [
{
"name": "event",
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "Event",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "apt",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ApartmentNode",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "Event",
"description": "An enumeration.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "UPDATE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DELETE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "UNION",
"name": "WalletConnectiontUpdate",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "WalletConnectionSuccess",
"ofType": null
},
{
"kind": "OBJECT",
"name": "UserNotFoundError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "ConfirmationFailedError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "WalletLinkOutdatedError",
"ofType": null
},
{
"kind": "OBJECT",
"name": "EosAccountAlreadyTakenError",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "WalletConnectionSuccess",
"description": null,
"fields": [
{
"name": "me",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "UserNode",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "token",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ConfirmationFailedError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "WalletLinkOutdatedError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EosAccountAlreadyTakenError",
"description": null,
"fields": [
{
"name": "errorMessage",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Schema",
"description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
"fields": [
{
"name": "types",
"description": "A list of all types supported by this server.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "queryType",
"description": "The type that query operations will be rooted at.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mutationType",
"description": "If this server supports mutation, the type that mutation operations will be rooted at.",
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subscriptionType",
"description": "If this server support subscription, the type that subscription operations will be rooted at.",
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "directives",
"description": "A list of all directives supported by this server.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Directive",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Type",
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
"fields": [
{
"name": "kind",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "__TypeKind",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fields",
"description": null,
"args": [
{
"name": "includeDeprecated",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Field",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "interfaces",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "possibleTypes",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "enumValues",
"description": null,
"args": [
{
"name": "includeDeprecated",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__EnumValue",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inputFields",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ofType",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "__TypeKind",
"description": "An enum describing what kind of type a given `__Type` is.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "SCALAR",
"description": "Indicates this type is a scalar.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "OBJECT",
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INTERFACE",
"description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNION",
"description": "Indicates this type is a union. `possibleTypes` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ENUM",
"description": "Indicates this type is an enum. `enumValues` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_OBJECT",
"description": "Indicates this type is an input object. `inputFields` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LIST",
"description": "Indicates this type is a list. `ofType` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NON_NULL",
"description": "Indicates this type is a non-null. `ofType` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Field",
"description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "args",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "type",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isDeprecated",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deprecationReason",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__InputValue",
"description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "type",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "defaultValue",
"description": "A GraphQL-formatted string representing the default value for this input value.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__EnumValue",
"description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isDeprecated",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deprecationReason",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Directive",
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locations",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "__DirectiveLocation",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "args",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "__DirectiveLocation",
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "QUERY",
"description": "Location adjacent to a query operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MUTATION",
"description": "Location adjacent to a mutation operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUBSCRIPTION",
"description": "Location adjacent to a subscription operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FIELD",
"description": "Location adjacent to a field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FRAGMENT_DEFINITION",
"description": "Location adjacent to a fragment definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FRAGMENT_SPREAD",
"description": "Location adjacent to a fragment spread.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INLINE_FRAGMENT",
"description": "Location adjacent to an inline fragment.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "VARIABLE_DEFINITION",
"description": "Location adjacent to a variable definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCHEMA",
"description": "Location adjacent to a schema definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCALAR",
"description": "Location adjacent to a scalar definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "OBJECT",
"description": "Location adjacent to an object type definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FIELD_DEFINITION",
"description": "Location adjacent to a field definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ARGUMENT_DEFINITION",
"description": "Location adjacent to an argument definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INTERFACE",
"description": "Location adjacent to an interface definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNION",
"description": "Location adjacent to a union definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ENUM",
"description": "Location adjacent to an enum definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ENUM_VALUE",
"description": "Location adjacent to an enum value definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_OBJECT",
"description": "Location adjacent to an input object type definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_FIELD_DEFINITION",
"description": "Location adjacent to an input object field definition.",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
}
],
"directives": [
{
"name": "include",
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"args": [
{
"name": "if",
"description": "Included when true.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
}
]
},
{
"name": "skip",
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"args": [
{
"name": "if",
"description": "Skipped when true.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
}
]
}
]
}
}