graphql-engine/v3/crates
Philip Lykke Carlsen c8d89a8ad8 Remove namespace arguments (#691)
<!-- Thank you for submitting this PR! :) -->

## Description

With the introduction of `NamespacedGetter` as the means deciding how to
interpret what it means to extract "namespaced" data from a schema it is
superfluous to thread along the "namespace" that lookups will be based
on.

This PR removes those namespace arguments.

As a nice side effect this removes the cases where we used to have to
supply a dummy role value when generating a role-agnostic schema.

<!--
  Questions to consider answering:
  1. What user-facing changes are being made?
2. What are issues related to this PR? (Consider adding `(close
#<issue-no>)` to the PR title)
  3. What is the conceptual design behind this PR?
  4. How can this PR be tested/verified?
  5. Does the PR have limitations?
  6. Does the PR introduce breaking changes?
-->

## Changelog

- Add a changelog entry (in the "Changelog entry" section below) if the
changes
  in this PR have any user-facing impact. See
[changelog
guide](https://github.com/hasura/graphql-engine-mono/wiki/Changelog-Guide).
- If no changelog is required ignore/remove this section and add a
  `no-changelog-required` label to the PR.

### Product

_(Select all products this will be available in)_

- [ ] community-edition
- [ ] cloud
<!-- product : end : DO NOT REMOVE -->

### Type

<!-- See changelog structure:
https://github.com/hasura/graphql-engine-mono/wiki/Changelog-Guide#structure-of-our-changelog
-->

_(Select only one. In case of multiple, choose the most appropriate)_

- [ ] highlight
- [ ] enhancement
- [ ] bugfix
- [ ] behaviour-change
- [ ] performance-enhancement
- [ ] security-fix
<!-- type : end : DO NOT REMOVE -->

### Changelog entry

<!--
  - Add a user understandable changelog entry
- Include all details needed to understand the change. Try including
links to docs or issues if relevant
  - For Highlights start with a H4 heading (#### <entry title>)
  - Get the changelog entry reviewed by your team
-->

_Replace with changelog entry_

<!-- changelog-entry : end : DO NOT REMOVE -->

<!-- changelog : end : DO NOT REMOVE -->

V3_GIT_ORIGIN_REV_ID: 0aca2b3838f1b0d944b3c41ddd54d20dc74503a4
2024-06-10 21:01:34 +00:00
..
auth Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +00:00
custom-connector add tests for input type infinite recursion bug (#681) 2024-06-07 07:00:03 +00:00
engine Remove namespace arguments (#691) 2024-06-10 21:01:34 +00:00
execute Remove namespace arguments (#691) 2024-06-10 21:01:34 +00:00
lang-graphql Remove namespace arguments (#691) 2024-06-10 21:01:34 +00:00
metadata-resolve Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +00:00
metadata-schema-generator Bump schemars from 0.8.19 to 0.8.20 (#592) 2024-05-20 08:45:48 +00:00
open-dds Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +00:00
query-usage-analytics Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +00:00
schema Remove namespace arguments (#691) 2024-06-10 21:01:34 +00:00
utils Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +00:00