Skip to main content

AddressOptionalInput

No description

type AddressOptionalInput {
id: ID
type: AddressTypeOptionalInputEnum
building: String
unitNo: String
streetNo: String
address: String
suburb: String
state: String
postCode: String
networkServiceId: String
pppUserName: String
pppPassword: String
createdAt: GQLTDate
updatedAt: GQLTDate
countryId: ID
meshId: ID
deviceId: ID
country: AddressCountryBelongsToInput
users: AddressUsersBelongsToManyInput
mesh: AddressMeshBelongsToInput
device: AddressDeviceBelongsToInput
location: AddressLocationHasOneInput
}

Fields#

id (ID)#

This a primary key for Address

type (AddressTypeOptionalInputEnum)#

defines what type of address

building (String)#

Building name of the address

unitNo (String)#

unit no column

streetNo (String)#

Street number of the address

address (String)#

Additional information field for long address

suburb (String)#

District/City of the address

state (String)#

state column

postCode (String)#

Postal Code of the adddress

networkServiceId (String)#

Network Service Id is a unique key used within the VostroNet Carrier application to identify a Network Services Connection

pppUserName (String)#

field that defines a unique username for a location for ppp based network connections

pppPassword (String)#

field that defines a unique password for a location for ppp based network connections

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

countryId (ID)#

This a primary key for Address

meshId (ID)#

This a primary key for Address

deviceId (ID)#

This a primary key for Address

country (AddressCountryBelongsToInput)#

This is the mutation object for AddressCountryBelongsTo

users (AddressUsersBelongsToManyInput)#

This is the mutation object for AddressUsersBelongsToMany

mesh (AddressMeshBelongsToInput)#

This is the mutation object for AddressMeshBelongsTo

device (AddressDeviceBelongsToInput)#

This is the mutation object for AddressDeviceBelongsTo

location (AddressLocationHasOneInput)#

This is the mutation object for AddressLocationHasOne