Skip to content

Commit

Permalink
transfer mint ui
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistgo87 committed Jun 22, 2023
1 parent c72d729 commit 107e17b
Show file tree
Hide file tree
Showing 8 changed files with 870 additions and 924 deletions.
9 changes: 9 additions & 0 deletions @types/graphql.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ declare module '*/mint.graphql' {
}


declare module '*/transfer.graphql' {
import { DocumentNode } from 'graphql';
const defaultDocument: DocumentNode;
export const TransferAsset: DocumentNode;

export default defaultDocument;
}


declare module '*/collections.graphql' {
import { DocumentNode } from 'graphql';
const defaultDocument: DocumentNode;
Expand Down
Loading

0 comments on commit 107e17b

Please sign in to comment.