INPUT_OBJECT

CreateVehicleMutationInput

The input object that defines the fields for the createVehicle mutation.

link GraphQL Schema definition

  • input CreateVehicleMutationInput {
  • # A descriptive name.
  • name: String!
  • # The manufacturer.
  • manufacturer: String
  • # The model.
  • model: String
  • # A year.
  • year: Int
  • # The vehicle identification number.
  • vin: String
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by