INPUT_OBJECT
UpdateLocationInput
Represents a Location entity.
link GraphQL Schema definition
- input UpdateLocationInput {
- # The client's unique identifier
- : ID
- # The Location's DUNS number.
- : DUNS
- # The Location's FDA establishment identification.
- : String
- # The Location's employer identification number.
- : String
- # The Location's FIRMS code.
- : FIRMSCode
- # The Locations' address.
- : AddressInput
- # The Location's name.
- : String
- # The Location's phone number.
- : PhoneInput
- # The Location's email
- : Email
- }