Merge branch 'mailgun' of https://dev.discours.io/discours.io/authorizer into mailgun
All checks were successful
deploy / deploy (push) Successful in 1m30s
All checks were successful
deploy / deploy (push) Successful in 1m30s
This commit is contained in:
commit
41f99d1199
|
@ -610,7 +610,6 @@ input GetUserRequest {
|
|||
}
|
||||
|
||||
type Mutation {
|
||||
is_registered(email: String): AuthResponse! # custom api
|
||||
signup(params: SignUpInput!): AuthResponse!
|
||||
# Deprecated from v1.2.0
|
||||
mobile_signup(params: MobileSignUpInput): AuthResponse!
|
||||
|
@ -652,6 +651,7 @@ type Query {
|
|||
meta: Meta!
|
||||
session(params: SessionQueryInput): AuthResponse!
|
||||
profile: User!
|
||||
is_registered(email: String): AuthResponse! # custom api
|
||||
validate_jwt_token(params: ValidateJWTTokenInput!): ValidateJWTTokenResponse!
|
||||
validate_session(params: ValidateSessionInput): ValidateSessionResponse!
|
||||
# admin only apis
|
||||
|
|
Loading…
Reference in New Issue
Block a user