Search
/
Abra GraphQL APIs
/
Other
/
Inputs
/
AreaCreateInput
Area
Create
Input
area
Name
String!
,
non-null
area
Type
Area
Type!
,
non-null
+
Show return type
size
Float
floor
Int
children
Boolean
Sample
{
"areaName"
:
"Example String"
,
"areaType"
:
"BATHROOM"
,
"size"
:
40
,
"floor"
:
40
,
"children"
:
true
}
Was this helpful?
Previous page
HomeMemberUpdateInput
Next page
AreaUpdateInput