package
0.0.0-20210515111912-44a091edd2b8
Repository: https://github.com/sethigeet/gql-go-auth-backend.git
Documentation: pkg.go.dev

# Structs

ChangePasswordInput is the structure input that is received by the change password resolver.
ConfirmEmailResponse is the structure of the response returned by the confirm email resolver.
FieldError is the structure of the error that is returned in many responses of the graphql resolvers.
ForgotPasswordInput is the structure input that is received by the forgot password resolver.
LoginInput is the structure input that is received by the login resolver.
RegisterInput is the structure input that is received by the register resolver.
ResetPasswordResponse is the structure of the response returned by the reset password resolver.
User is the user model that is used for the graphql queries and database tables.
UserResponse is the structure of the response returned by many resolvers related to the user entity.