Skip to content

Add support for GraphQL #32

@giulioroggero

Description

@giulioroggero

Feature Description

The version 6.3 provides the support out-ot-the-box to expose CRUD REST API for a MongoDB collection and you can limit the query for a subset of fields using _t.

It would be useful to have also a GraphQL interface to expose one or more collections because in some use cases the REST API specification can provide a more flexible way to extract data instead of _p parameter.

What do you think about?

Desired solution

By default CRUD Services exposes both interfaces: REST and GraphQL and you can use one or both.

Possible alternatives

Create an adapter on top of this services, but it's not efficient.

Additional context

mercurius can be the right plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions