INPUT_OBJECT
CreateLocationInput
Represents a Location entity.
link GraphQL Schema definition
- input CreateLocationInput {
- # 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 importer keys associated with the location
- : [KeyInput!]!
- # The point of contact. Required for importing vehicles and engines.
- # Used by: EPA
- : POCInput
- }