Skip to content

Can support graphql ? #168

Open
Open
@MinJieLiu

Description

@MinJieLiu

https://github.com/jaredhanson/passport-local/blob/master/lib/strategy.js#L71

The parameters of graphql are:

{
  body: {
    query: '{\n\tlogin(username: "xxx" password: "xxx") {\n    id\n    username\n  }\n}',
    variables: null,
    operationName: null
  }
}

It cannot be resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions