step 2 : auth dengan encrpty not fixed

This commit is contained in:
sindhu
2024-01-18 08:29:34 +07:00
parent a2defaaaa8
commit 2bd8da63fc
8 changed files with 235 additions and 162 deletions

View File

@@ -29,6 +29,5 @@ extend type Query {
# mutation untuk perubahan data
extend type Mutation {
generateToken(email: String!, id_google_sign_in:String!): TokenResponse!
loginAttendance(email:String!, id_google_sign_in:String!) : Staff!
loginAttendance(email:String!, id_google_sign_in:String!, publickey:String!) : Staff!
}