mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
bf61f3e18b
<!-- The PR description should answer 2 important questions: --> ### What Given a model name `Authors` with an `Author` type underneath, this changes field selection for JSONAPI to use `fields[Author]` instead of `fields[Authors]`. This will make things more consistent when we are also filtering other types from relationships or nested fields too, which will have to use type names, for example `fields[Author]=name,articles&fields[Article]=title` V3_GIT_ORIGIN_REV_ID: fff43c673888877ca8b2edb6e5ca9fdc846675a5 |
||
---|---|---|
.. | ||
auth | ||
compatibility | ||
custom-connector | ||
engine | ||
execute | ||
graphql | ||
jsonapi | ||
metadata-resolve | ||
metadata-schema-generator | ||
open-dds | ||
plan | ||
plan-types | ||
plugins | ||
query-usage-analytics | ||
sql | ||
utils |