INPUT_OBJECT

UpdateLocationInput

Represents a Location entity.

link GraphQL Schema definition

  • input UpdateLocationInput {
  • # The client's unique identifier
  • cid: ID
  • # The Location's DUNS number.
  • duns: DUNS
  • # The Location's FDA establishment identification.
  • fei: String
  • # The Location's employer identification number.
  • ein: String
  • # The Location's FIRMS code.
  • firms: FIRMSCode
  • # The Locations' address.
  • address: AddressInput
  • # The Location's name.
  • name: String
  • # The Location's phone number.
  • phone: PhoneInput
  • # The Location's email
  • email: Email
  • }

link Require by