OBJECT

SkillDeletePayload

Payload of skill delete. Contains the id of the deleted skill.

link GraphQL Schema definition

  • type SkillDeletePayload {
  • # Id of the deleted skill
  • skillId: Int
  • }

link Require by