@zuplo/graphql 5.2335.0 → 5.2337.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1099,7 +1099,7 @@ declare interface RouteConfiguration extends Omit<BuildRouteConfiguration, "raw"
1099
1099
  * @deprecated Please switch to "raw().responses"
1100
1100
  */
1101
1101
  responses?: ResponsesDefinition;
1102
- raw<T>(): T;
1102
+ raw<T = any>(): T;
1103
1103
  }
1104
1104
 
1105
1105
  declare type UserDataDefault = any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/graphql",
3
- "version": "5.2335.0",
3
+ "version": "5.2337.0",
4
4
  "repository": "https://github.com/zuplo/zuplo",
5
5
  "author": "Zuplo, Inc.",
6
6
  "exports": {