Update server/graph/schema.graphqls
All checks were successful
deploy / deploy (push) Successful in 1m28s
All checks were successful
deploy / deploy (push) Successful in 1m28s
This commit is contained in:
parent
853f8c44bb
commit
416640ac13
|
@ -610,7 +610,6 @@ input GetUserRequest {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Mutation {
|
type Mutation {
|
||||||
is_registered(email: String): AuthResponse! # custom api
|
|
||||||
signup(params: SignUpInput!): AuthResponse!
|
signup(params: SignUpInput!): AuthResponse!
|
||||||
# Deprecated from v1.2.0
|
# Deprecated from v1.2.0
|
||||||
mobile_signup(params: MobileSignUpInput): AuthResponse!
|
mobile_signup(params: MobileSignUpInput): AuthResponse!
|
||||||
|
@ -652,6 +651,7 @@ type Query {
|
||||||
meta: Meta!
|
meta: Meta!
|
||||||
session(params: SessionQueryInput): AuthResponse!
|
session(params: SessionQueryInput): AuthResponse!
|
||||||
profile: User!
|
profile: User!
|
||||||
|
is_registered(email: String): AuthResponse! # custom api
|
||||||
validate_jwt_token(params: ValidateJWTTokenInput!): ValidateJWTTokenResponse!
|
validate_jwt_token(params: ValidateJWTTokenInput!): ValidateJWTTokenResponse!
|
||||||
validate_session(params: ValidateSessionInput): ValidateSessionResponse!
|
validate_session(params: ValidateSessionInput): ValidateSessionResponse!
|
||||||
# admin only apis
|
# admin only apis
|
||||||
|
|
Loading…
Reference in New Issue
Block a user