OBJECT

CanUpdateDfe

link GraphQL Schema definition

  • type CanUpdateDfe {
  • # Indicates whether the Dfe can be updated
  • canUpdate: Boolean!
  • # If canUpdate is false, this field specifies why the Dfe cannot be updated
  • cannotUpdateReason: CannotUpdateDfeReason!
  • }

link Require by