typescript-github-action-template 0.2.5 → 0.2.7
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/__graphql__/gql.js +1 -0
- package/dist/__graphql__/graphql.d.ts +101 -21497
- package/package.json +4 -4
package/dist/__graphql__/gql.js
CHANGED
|
@@ -9,6 +9,7 @@ import * as types from './graphql.js';
|
|
|
9
9
|
* 3. It does not support dead code elimination, so it will add unused operations.
|
|
10
10
|
*
|
|
11
11
|
* Therefore it is highly recommended to use the babel or swc plugin for production.
|
|
12
|
+
* Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
|
|
12
13
|
*/
|
|
13
14
|
const documents = {
|
|
14
15
|
'\n query ViewerLogin {\n viewer {\n login\n }\n }\n': types.ViewerLoginDocument,
|