diff --git a/.changeset/empty-hairs-punch.md b/.changeset/empty-hairs-punch.md new file mode 100644 index 00000000..ab131fdf --- /dev/null +++ b/.changeset/empty-hairs-punch.md @@ -0,0 +1,5 @@ +--- +'gql.tada': patch +--- + +Update internal type signature of `initGraphQLTada<>()` function and include `initGraphQLTada` alias type. This alias type makes it more intuitive to declare types the return type of `initGraphQLTada()`, since it mirrors the same name.