INPUT_OBJECT
AgentUpdateParams
link GraphQL Schema definition
- input AgentUpdateParams {
- ID! :
- # The uri to an image relevant to the agent, such as a logo, avatar, photo, etc.
- URI :
- # An informal or formal textual identifier for an agent. Does not imply
- # uniqueness.
- String :
- # A textual description or comment.
- String :
- # (`SpatialThing`) The main place an agent is located, often an address where
- # activities occur and mail can be sent. This is usually a mappable geographic
- # location. It also could be a website address, as in the case of agents who have
- # no physical location.
- ID :
- }