Skip to content

Using schema name that doesn't exist in OAI spec when calling query #127

Closed
@dhmlau

Description

@dhmlau

Describe the bug

After creating a ToDo application using LoopBack, here is the OpenAPI spec:
openapi.txt

In the GraphQL explorer, the correct query is

query {
  todos2 {
    title
    desc
  }
}

instead of

query {
  todos {
    title
    desc
  }
}

I'm wondering where is the todos2 is coming from? It doesn't seem to be matching the schema name or the endpoints.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions