graphql-engine/v3/crates
Tom Harding 03856be0e0 Add kind and version to examples (#451)
<!-- Thank you for submitting this PR! :) -->

## Description

The docs.hasura.io site pulls through these examples for documentation.
We'd like to make them more copy/paste-friendly, so we add these fields
even though they're technically discriminators from parent types.

## 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: 9c121367fba187b11801f023208733b1c9ce0337
2024-04-24 12:35:09 +00:00
..
custom-connector support field presets for input types (#454) 2024-04-23 15:02:04 +00:00
dev-auth-webhook Include the dev-auth-webhook crate in the workspace. (#500) 2024-04-24 08:12:37 +00:00
engine Add a host argument and environment variable. (#502) 2024-04-24 10:45:28 +00:00
hasura-authn-core use clippy settings in Cargo workspace (#441) 2024-04-08 10:14:11 +00:00
hasura-authn-jwt Set trace headers when making HTTP requests during JWT auth. (#477) 2024-04-18 18:12:53 +00:00
hasura-authn-webhook Include the dev-auth-webhook crate in the workspace. (#500) 2024-04-24 08:12:37 +00:00
lang-graphql untangle input boolean expressions from models (#460) 2024-04-23 15:51:45 +00:00
metadata-schema-generator All benchmarks must be Criterion benchmarks. (#498) 2024-04-23 13:00:24 +00:00
open-dds Add kind and version to examples (#451) 2024-04-24 12:35:09 +00:00
opendds-derive Use references where possible instead of cloning. (#478) 2024-04-18 17:35:48 +00:00
recursion_limit_macro All benchmarks must be Criterion benchmarks. (#498) 2024-04-23 13:00:24 +00:00
tracing-util Use references where possible instead of cloning. (#478) 2024-04-18 17:35:48 +00:00