step 4 : add company id, company name graphql

This commit is contained in:
sindhu
2024-01-18 16:59:47 +07:00
parent 87edd82ff7
commit c62764165d
4 changed files with 138 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ type Staff {
name: String!
email: String!
phone_number: String
company_id: ID!
company_name: String
is_active: String
is_login: String
token: String