@getcronit/pylon 3.0.0-canary-20250218210337.5fd3a977d589c14cc224729b00d712f57339cb3d → 3.0.0-canary-20250219195325.e978949d02ea426b3a5c9890a83d38d4d1b34075

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.
package/dist/index.d.ts CHANGED
@@ -21,6 +21,7 @@ export type Plugin<PluginContext extends Record<string, any> = {}, TServerContex
21
21
  };
22
22
  export type PylonConfig = {
23
23
  landingPage?: boolean;
24
+ graphiql?: boolean;
24
25
  plugins?: Plugin[];
25
26
  };
26
27
  export type ID = string & {