create new mission validation and action

This commit is contained in:
Eng. Elias
2024-02-29 14:30:48 +04:00
parent 7dec195a78
commit 61fabd883f
10 changed files with 112 additions and 38 deletions

View File

@@ -31,7 +31,7 @@ const typeDefs = `#graphql
type Task {
name: String!
description: String!
agent: Agent!
agent: Agent
}
input TaskInput {