OBJECT
CanUpdateDfe
link GraphQL Schema definition
- type CanUpdateDfe {
- # Indicates whether the Dfe can be updated
- : Boolean!
- # If canUpdate is false, this field specifies why the Dfe cannot be updated
- : CannotUpdateDfeReason!
- }
OBJECT
- type CanUpdateDfe {
- # Indicates whether the Dfe can be updated
- : Boolean!
- # If canUpdate is false, this field specifies why the Dfe cannot be updated
- : CannotUpdateDfeReason!
- }