Skip to content

Commit

Permalink
updating the ui to have mission and log proper graphql response
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjones1979 committed Nov 16, 2024
1 parent 87f7e87 commit 04b20eb
Show file tree
Hide file tree
Showing 17 changed files with 2,928 additions and 5,879 deletions.
File renamed without changes.
906 changes: 312 additions & 594 deletions packages/nextjs/.graphclient/index.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/nextjs/.graphclient/persisted_operations.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0f297a8d2a5ec4bc2a5724a8582baf2b6027a6394dc10901d073d4602d66e9d4": "query GetGreetings {\n greetings(first: 25, orderBy: createdAt, orderDirection: desc) {\n id\n greeting\n premium\n value\n createdAt\n sender {\n address\n greetingCount\n }\n }\n}"
}
"7712a1b009aa3ba3eeb7bfe69cc6cbb6c865b6bdb0af10b32b21b22becf2b0d9": "query GetEnlisted {\n enlisteds(first: 25) {\n account\n transactionHash\n id\n blockTimestamp\n blockNumber\n }\n}"
}
Loading

0 comments on commit 04b20eb

Please sign in to comment.