Questions tagged as 'adonisjs'

1
answer

Modularization of the schema using AdonisJs and GraphQL

I have a project where I'm using AdonisJS and GraphQL, I've created the schema and defined the queries , mutations , types . But everything was centralized in just one file, so I decided to modularize schema and resolvers . The problem...
asked by 22.11.2018 / 13:01
1
answer

Error 500 when performing an authentication request with AdonisJs

I have a SessionController, which is the method that performs the user authentication process in the application. class SessionController { async store ({ request, response, auth }) { const data = request.all() const token = await au...
asked by 03.12.2018 / 00:33