Home

id
ID!,non-null
locationInfo
systemCountry
homeInfo
HomeInfo!,non-null
avatar(uploadFile)
uploadFile
insuranceInfo
areas
[Area!]!,non-null
devices(...args)
[Device!]!,non-null
sortfilter
hubs
[Hub!]!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "locationInfo": { "__typename": "HomeLocationInfo" }, "systemCountry": "NO", "homeInfo": { "__typename": "HomeInfo" }, "avatar": { "__typename": "Avatar" }, "insuranceInfo": { "__typename": "HomeInsuranceInfo" }, "areas": [ { "__typename": "Area" } ], "devices": [ { "__typename": "Device" } ], "hubs": [ { "__typename": "Hub" } ] }
Previous page
Next page