Skip to content

Returning whole resource, along with its sub-resouce #147

@Dragomir-Ivanov

Description

@Dragomir-Ivanov

Right now, having a query:
api/shema/[id] works and returns all fields without the referrers
api/shema/[id]?fields=id,name,sub works and returns id and name of the shema resource and its sub sub-resource.

The problem is that we can't have both. Would like to return all the fields of the schema without specifing them one by one. Something like:
api/shema/[id]?fields=*,sub

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions