OBJECT
Agent
Agent details
link GraphQL Schema definition
- type Agent {
- # Agent is active or not
- : Boolean!
- # Agent ledger of the agent
- : AgentLedger
- # afterHours of the agent
- : String
- # Agent ledger of the agent
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (: String, : String, : Int, : Int): AgentLedgerConnection
- # AvatarUrl of the agent
- #
- # Arguments
- # width: [Not documented]
- # height: [Not documented]
- # smart: [Not documented]
- (: Int, : Int, : Boolean): String
- # Contract allocations of the Agent
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # query: Search query of the Contract Allocations
- # unpaid: Search all unpaid Contract Allocations
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : Boolean
- ): ContractAllocationConnection
- # Contracts of the agent
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (: String, : String, : Int, : Int): ContractConnection
- # When the agent was created
- : ISO8601DateTime!
- # customFields of the Agent
- : [CustomField!]
- # default commission split type of the agent
- : String
- # default commission split value of the agent
- : Float
- # Department of the agent
- : String
- # AvatarUrl of the agent
- : String
- # phone email
- : String
- # FacebookUrl of the agent
- : String
- # ID of the agent
- : ID!
- # InstagramUrl of the agent
- : String
- # LinkedinUrl of the agent
- : String
- # mobile no of the agent
- : String
- # Name of the agent
- : String!
- # The office which agent is belongs_to
- : Office
- # phone no of the agent
- : String
- # position of the agent
- : Int
- # whether the agent is registered for GST
- : Boolean
- # Agent is showOnWebsite or not
- : Boolean
- # Superannuation rate of the agent
- : Float
- # Title of the agent
- : String
- # TwitterUrl of the agent
- : String
- # When the agent was last updated
- : ISO8601DateTime!
- # The user to which agent is belongs_to
- : User
- }
link Require by
- AgentConnectionThe connection type for Agent.
- AgentEdgeAn edge in a connection.
- AgentLedgerAgent ledgers
- AppraisalAppraisal
- ContractContract
- ContractAllocationContract Allocation
- CreateAgentPayloadAutogenerated return type of CreateAgent
- DestroyAgentPayloadAutogenerated return type of DestroyAgent
- OfficeOffice details
- PropertyProperty
- QueryThe query root of this schema
- UpdateAgentPayloadAutogenerated return type of UpdateAgent
- UserUser Record