INPUT_OBJECT

AgentCreateParams

link GraphQL Schema definition

  • input AgentCreateParams {
  • # The uri to an image relevant to the agent, such as a logo, avatar, photo, etc.
  • image: URI
  • # An informal or formal textual identifier for an agent. Does not imply
  • # uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: 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.
  • primaryLocation: ID
  • }