chore: 🔧 disable eslint from generator

This commit is contained in:
Anthony Potdevin 2020-08-14 18:38:02 +02:00
parent 5b68684015
commit 4834c209d3
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
61 changed files with 159 additions and 66 deletions

View file

@ -6,7 +6,10 @@ generates:
plugins: plugins:
- fragment-matcher - fragment-matcher
src/graphql/types.ts: src/graphql/types.ts:
- typescript plugins:
- typescript
- add:
content: '/* eslint-disable */'
src/graphql/: src/graphql/:
preset: near-operation-file preset: near-operation-file
presetConfig: presetConfig:
@ -21,3 +24,5 @@ generates:
plugins: plugins:
- 'typescript-operations' - 'typescript-operations'
- 'typescript-react-apollo' - 'typescript-react-apollo'
- add:
content: '/* eslint-disable */'

43
package-lock.json generated
View file

@ -2143,19 +2143,48 @@
"integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==" "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
}, },
"@graphql-codegen/add": { "@graphql-codegen/add": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-2.0.1.tgz",
"integrity": "sha512-MUzoVZALQ8LFUZ60cE0lvXRFJfiFsbeUr9KLj6gx4SuFbkm6//wIDbQ1gT5B6WbMaJSOzq1CbOqQ3lt8SSsyUQ==", "integrity": "sha512-P8+PTHMrNdR/FJn+AQmLtba76H57E5R82Qw8QsntYUYAPUPXOIy4bn3v0rzcrkOnFHanTFjckNcLCF7khEHwJQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@graphql-codegen/plugin-helpers": "^1.17.7", "@graphql-codegen/plugin-helpers": "^1.17.8",
"tslib": "~2.0.0" "tslib": "~2.0.0"
}, },
"dependencies": { "dependencies": {
"@graphql-codegen/plugin-helpers": {
"version": "1.17.8",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.17.8.tgz",
"integrity": "sha512-Ck1E4QC4yrhX5zUtMlc/uloly6TWSpJDA7+aJrdMOY+MEUgrrM7wJsLV9azNae2OmrhZAQopSuGezjHNbsqSdA==",
"dev": true,
"requires": {
"@graphql-tools/utils": "^6.0.18",
"camel-case": "4.1.1",
"common-tags": "1.8.0",
"constant-case": "3.0.3",
"import-from": "3.0.0",
"lodash": "~4.17.15",
"lower-case": "2.0.1",
"param-case": "3.0.3",
"pascal-case": "3.1.1",
"tslib": "~2.0.0",
"upper-case": "2.0.1"
}
},
"@graphql-tools/utils": {
"version": "6.0.18",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.18.tgz",
"integrity": "sha512-8ntYuXJucBtjViOYljeKBzScfpVTnv7BfqIPU/WJ65h6nXD+qf8fMUR1C4MpCUeFvSjMiDSB5Z4enJmau/9D3A==",
"dev": true,
"requires": {
"@ardatan/aggregate-error": "0.0.1",
"camel-case": "4.1.1"
}
},
"tslib": { "tslib": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==", "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==",
"dev": true "dev": true
} }
} }

View file

@ -17,7 +17,7 @@
"release:test": "standard-version --sign --dry-run", "release:test": "standard-version --sign --dry-run",
"release:minor": "standard-version --sign --release-as minor && git push --follow-tags origin master", "release:minor": "standard-version --sign --release-as minor && git push --follow-tags origin master",
"analyze": "npx cross-env ANALYZE=true next build", "analyze": "npx cross-env ANALYZE=true next build",
"generate": "graphql-codegen --config codegen.yml && yarn format", "generate": "graphql-codegen --config codegen.yml",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"test:coverage": "jest --coverage", "test:coverage": "jest --coverage",
@ -81,6 +81,7 @@
"@babel/core": "^7.11.1", "@babel/core": "^7.11.1",
"@commitlint/cli": "^9.1.1", "@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1", "@commitlint/config-conventional": "^9.1.1",
"@graphql-codegen/add": "^2.0.1",
"@graphql-codegen/cli": "^1.17.7", "@graphql-codegen/cli": "^1.17.7",
"@graphql-codegen/fragment-matcher": "^1.17.7", "@graphql-codegen/fragment-matcher": "^1.17.7",
"@graphql-codegen/introspection": "^1.17.7", "@graphql-codegen/introspection": "^1.17.7",

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type AddPeerMutationVariables = Types.Exact<{ export type AddPeerMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type BosRebalanceMutationVariables = Types.Exact<{ export type BosRebalanceMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type CircularRebalanceMutationVariables = Types.Exact<{ export type CircularRebalanceMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type CloseChannelMutationVariables = Types.Exact<{ export type CloseChannelMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type CreateAddressMutationVariables = Types.Exact<{ export type CreateAddressMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type CreateBaseInvoiceMutationVariables = Types.Exact<{ export type CreateBaseInvoiceMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type CreateInvoiceMutationVariables = Types.Exact<{ export type CreateInvoiceMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type CreateMacaroonMutationVariables = Types.Exact<{ export type CreateMacaroonMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type CreateThunderPointsMutationVariables = Types.Exact<{ export type CreateThunderPointsMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type KeysendMutationVariables = Types.Exact<{ export type KeysendMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type LogoutMutationVariables = Types.Exact<{ export type LogoutMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type OpenChannelMutationVariables = Types.Exact<{ export type OpenChannelMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type PayViaRouteMutationVariables = Types.Exact<{ export type PayViaRouteMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type RemovePeerMutationVariables = Types.Exact<{ export type RemovePeerMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type SendMessageMutationVariables = Types.Exact<{ export type SendMessageMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type PayAddressMutationVariables = Types.Exact<{ export type PayAddressMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type UpdateFeesMutationVariables = Types.Exact<{ export type UpdateFeesMutationVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetCanAdminQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetCanAdminQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type DecodeRequestQueryVariables = Types.Exact<{ export type DecodeRequestQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetAccountQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetAccountQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetAccountingReportQueryVariables = Types.Exact<{ export type GetAccountingReportQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetAuthTokenQueryVariables = Types.Exact<{ export type GetAuthTokenQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetBackupsQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetBackupsQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetBaseCanConnectQueryVariables = Types.Exact<{ export type GetBaseCanConnectQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetBaseNodesQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetBaseNodesQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetBasePointsQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetBasePointsQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetBitcoinFeesQueryVariables = Types.Exact<{ export type GetBitcoinFeesQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetBitcoinPriceQueryVariables = Types.Exact<{ export type GetBitcoinPriceQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetChainTransactionsQueryVariables = Types.Exact<{ export type GetChainTransactionsQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type ChannelFeesQueryVariables = Types.Exact<{ [key: string]: never }>; export type ChannelFeesQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetLiquidReportQueryVariables = Types.Exact<{ export type GetLiquidReportQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetChannelsQueryVariables = Types.Exact<{ export type GetChannelsQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetClosedChannelsQueryVariables = Types.Exact<{ export type GetClosedChannelsQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetFeeHealthQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetFeeHealthQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetForwardChannelsReportQueryVariables = Types.Exact<{ export type GetForwardChannelsReportQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetForwardReportQueryVariables = Types.Exact<{ export type GetForwardReportQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetForwardsQueryVariables = Types.Exact<{ export type GetForwardsQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetInOutQueryVariables = Types.Exact<{ export type GetInOutQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetLatestVersionQueryVariables = Types.Exact<{ export type GetLatestVersionQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetMessagesQueryVariables = Types.Exact<{ export type GetMessagesQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetNetworkInfoQueryVariables = Types.Exact<{ export type GetNetworkInfoQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetNodeQueryVariables = Types.Exact<{ export type GetNodeQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetCanConnectQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetCanConnectQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetPeersQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetPeersQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetPendingChannelsQueryVariables = Types.Exact<{ export type GetPendingChannelsQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetResumeQueryVariables = Types.Exact<{ export type GetResumeQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetRoutesQueryVariables = Types.Exact<{ export type GetRoutesQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetServerAccountsQueryVariables = Types.Exact<{ export type GetServerAccountsQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetSessionTokenQueryVariables = Types.Exact<{ export type GetSessionTokenQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetTimeHealthQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetTimeHealthQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetUtxosQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetUtxosQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetVolumeHealthQueryVariables = Types.Exact<{ export type GetVolumeHealthQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type GetWalletInfoQueryVariables = Types.Exact<{ [key: string]: never }>; export type GetWalletInfoQueryVariables = Types.Exact<{ [key: string]: never }>;

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type RecoverFundsQueryVariables = Types.Exact<{ export type RecoverFundsQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type SignMessageQueryVariables = Types.Exact<{ export type SignMessageQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type VerifyBackupsQueryVariables = Types.Exact<{ export type VerifyBackupsQueryVariables = Types.Exact<{

View file

@ -1,6 +1,7 @@
import * as Apollo from '@apollo/client'; /* eslint-disable */
import * as Types from '../../types'; import * as Types from '../../types';
import * as Apollo from '@apollo/client';
const gql = Apollo.gql; const gql = Apollo.gql;
export type VerifyMessageQueryVariables = Types.Exact<{ export type VerifyMessageQueryVariables = Types.Exact<{

View file

@ -1,3 +1,4 @@
/* eslint-disable */
export type Maybe<T> = T | null; export type Maybe<T> = T | null;
export type Exact<T extends { [key: string]: unknown }> = { export type Exact<T extends { [key: string]: unknown }> = {
[K in keyof T]: T[K]; [K in keyof T]: T[K];