Type alias UpdateCreditGrantInput

UpdateCreditGrantInput: { additionalMetaData?: InputMaybe<Scalars["JSON"]>; comment?: InputMaybe<Scalars["String"]>; displayName?: InputMaybe<Scalars["String"]>; effectiveAt?: InputMaybe<Scalars["DateTime"]>; environmentId?: InputMaybe<Scalars["UUID"]>; expireAt?: InputMaybe<Scalars["DateTime"]>; id: Scalars["UUID"]; priority?: InputMaybe<Scalars["Float"]> }

Input for updating a credit grant

Type declaration

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

    Metadata associated with the entity

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

    The comment for the credit grant

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

    The display name of the credit grant

  • Optional effectiveAt?: InputMaybe<Scalars["DateTime"]>

    The effective date of the credit grant

  • Optional environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

  • Optional expireAt?: InputMaybe<Scalars["DateTime"]>

    The expiration date of the credit grant

  • id: Scalars["UUID"]

    The unique identifier for the credit grant

  • Optional priority?: InputMaybe<Scalars["Float"]>

    The priority of the credit grant