Skip to content

Commit

Permalink
Merge pull request holaplex#16 from holaplex/anshul/transfer
Browse files Browse the repository at this point in the history
Transfer mint ui
  • Loading branch information
kespinola authored Jun 23, 2023
2 parents 29bc68e + 239bffe commit cb1401c
Show file tree
Hide file tree
Showing 13 changed files with 1,017 additions and 927 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 cb1401c

Please sign in to comment.