From e1d41fe63ffae12a12deb1b1d8346e32a2d0cc4b Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Thu, 21 May 2026 00:16:38 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2026-05-21.mdx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx new file mode 100644 index 000000000..5e5474770 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx @@ -0,0 +1,6 @@ +## 5.35.0 +**`(feat):`** Add support for user-provided examples in GraphQL specs. Users can now specify +an `examples` field in their GraphQL spec configuration pointing to a YAML file +containing named examples (with query, variables, and response) for each operation. + +