Address
Endereços que convidam usuários e não usuários a fazer parte de uma Entity.




POST as x-www-form-urlencoded:

https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE&client_id=YOUR_CLIENT_ID


Address

ValueDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
addressThe address itself
typeThe type of address is an ENUM: EMAIL or PHONE
ntfInvitenotify when invite
ntfMessagenotify when new message is sent
ntfMomentnotify when new moment is sent
ntfUnreadnotify when there are unread messages
ntfResetnotify to reset addresses
codeCode to identify an address
entityIdEntity who requested confirmation
userIdUser who claimed address
invalidAddress invalid (validation=1,not_exists=2)
statusNumber of invites sent
entityEntity associated with address
userUser associated with address
tagsTags associated with address
addressesOther addresses with same email or phone
createdAn ISO-8601 encoded UTC date string of when record was created
modifiedAn ISO-8601 encoded UTC date string of when record was updated
deletedAn ISO-8601 encoded UTC date string of when record was deleted
keyRandom ID to differentiate from others
selectedHelper field for clients
highlightedHelper field for clients
expandedHelper field for clients
loadedHelper field for clients
loadingHelper field for clients

CreateAddressInput

ArgumentsTypeDescription
entityId
Not Null
The entity that the address belongs to
address
Not Null
The address itself
type
Not Null
The type of address is an ENUM: EMAIL or PHONE
ntfInvite
Boolean
SCALAR
notify when invite
ntfMessage
Boolean
SCALAR
notify when new message is sent
ntfMoment
Boolean
SCALAR
notify when new moment is sent
ntfUnread
Boolean
SCALAR
notify when there are unread messages
ntfReset
Boolean
SCALAR
notify to reset addresses
tags
LIST
AddressTagsInput
invite
Boolean
SCALAR
Send invitations
clientMutationId
String
SCALAR

UpdateAddressInput

ArgumentsTypeDescription
id
Not Null
The ID of an address object
code
String
SCALAR
The ID of an address object
address
String
SCALAR
The address itself
type
AddressType
ENUM
The type of address is an ENUM: EMAIL or PHONE
ntfInvite
Boolean
SCALAR
notify when invite
ntfMessage
Boolean
SCALAR
notify when new message is sent
ntfMoment
Boolean
SCALAR
notify when new moment is sent
ntfUnread
Boolean
SCALAR
notify when there are unread messages
ntfReset
Boolean
SCALAR
notify to reset addresses
tags
LIST
AddressTagsInput
invite
Boolean
SCALAR
Send invitations
attach
LIST
String
Attach related rather than replace
clientMutationId
String
SCALAR

DeleteAddressInput

ArgumentsTypeDescription
id
Not Null
The ID of an address object
code
String
SCALAR
The ID of an address object
clientMutationId
String
SCALAR