Type alias ProductCreateInput

ProductCreateInput: { additionalMetaData?: InputMaybe<Scalars["JSON"]>; description?: InputMaybe<Scalars["String"]>; displayName?: InputMaybe<Scalars["String"]>; environmentId: Scalars["String"]; multipleSubscriptions?: InputMaybe<Scalars["Boolean"]>; refId: Scalars["String"] }

Input for creating a product

Type declaration

  • Optional additionalMetaData?: InputMaybe<Scalars["JSON"]>

    Additional metadata for the product

  • Optional description?: InputMaybe<Scalars["String"]>

    Description of the product

  • Optional displayName?: InputMaybe<Scalars["String"]>

    Display name of the product

  • environmentId: Scalars["String"]

    The unique identifier for the environment

  • Optional multipleSubscriptions?: InputMaybe<Scalars["Boolean"]>

    Indicates if multiple subscriptions to this product are allowed

  • refId: Scalars["String"]

    The unique identifier for the entity