-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking if login token is valid #96
Comments
Did you find out ? |
I think i got this: schema: ` import { gql } from 'apollo-server-express'; export default gql type Query { } extend type Mutation {
} type Email { type Token { type lastlogin{ type UserStatus{ enum VaildSerivesEnumType{ type User {
} ` resolver: import { Accounts } from 'meteor/accounts-base'; export default {
}; enum: ` const VaildSerivesEnumType = new GraphQLEnumType({ |
Hi, I have a react native app where I'd like to just use the login token if a valid one is available. Is this the correct way?
The text was updated successfully, but these errors were encountered: