Skip to main content

BuildingOptionalInput

No description

type BuildingOptionalInput {
id: ID
name: String
code: String
options: GQLTJson
notification: String
acctTrackingCode: String
ewayCountry: String
formattedAddress: String
pop: String
createdAt: GQLTDate
updatedAt: GQLTDate
productGroupId: ID
fileItemId: ID
addressId: ID
productGroup: BuildingProductGroupBelongsToInput
users: BuildingUsersHasManyInput
fileItem: BuildingFileItemBelongsToInput
address: BuildingAddressBelongsToInput
groups: BuildingGroupsHasManyInput
}

Fields#

id (ID)#

This a primary key for Building

name (String)#

define the building name

code (String)#

define the code for every building

options (GQLTJson)#

JSON field type to store metadata of the building

notification (String)#

notification column

acctTrackingCode (String)#

define the tracking code in every building for accounting purposes

ewayCountry (String)#

define the country code being set for eway gateway

formattedAddress (String)#

define the formal and proper arrangement of the building address

pop (String)#

pop column

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

productGroupId (ID)#

This a primary key for Building

fileItemId (ID)#

This a primary key for Building

addressId (ID)#

This a primary key for Building

productGroup (BuildingProductGroupBelongsToInput)#

This is the mutation object for BuildingProductGroupBelongsTo

users (BuildingUsersHasManyInput)#

This is the mutation object for BuildingUsersHasMany

fileItem (BuildingFileItemBelongsToInput)#

This is the mutation object for BuildingFileItemBelongsTo

address (BuildingAddressBelongsToInput)#

This is the mutation object for BuildingAddressBelongsTo

groups (BuildingGroupsHasManyInput)#

This is the mutation object for BuildingGroupsHasMany