-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver-persisted-operations.json
More file actions
8 lines (8 loc) · 2.3 KB
/
server-persisted-operations.json
File metadata and controls
8 lines (8 loc) · 2.3 KB
1
2
3
4
5
6
7
8
{
"1bbab2302545229de50655449dfa5ee591d7be8085a36c3da258ffcdb370ae67": "query GetAuctions($offset: Int!) {\n allAuctions(orderBy: BID_START_BLOCK_DESC, first: 10, offset: $offset) {\n nodes {\n address\n name\n bidStartBlock\n mintStartBlock\n chainId\n maxUnits\n price\n bidsByAuctionAddressAndAuctionName {\n totalCount\n __typename\n }\n __typename\n }\n totalCount\n __typename\n }\n}",
"a9ff872eab405afe12c29862a816d25c04f06bbad7abdc33b81a6875d1084ea3": "query GetAuction($address: String!, $name: String!) {\n auctionByAddressAndName(address: $address, name: $name) {\n address\n name\n price\n bidStartBlock\n mintStartBlock\n maxUnits\n chainId\n bidsByAuctionAddressAndAuctionName {\n totalCount\n __typename\n }\n __typename\n }\n}",
"8f32d7435f0a0649bfb775c7dc3a6c4ebdde3f6bfea3e8ac68ba4016a88aac8b": "query GetAuctionUnsettledBidsCount($address: String!, $name: String!) {\n auctionByAddressAndName(address: $address, name: $name) {\n bidsByAuctionAddressAndAuctionName(condition: {status: SUBMITTED}) {\n totalCount\n __typename\n }\n __typename\n }\n}",
"1eb8bdfd3c36c868f2b96bd81f618cb08e325fd4e4df61e0eb9dbd35d5658a0a": "query GetAuctionBids($address: String!, $name: String!, $offset: Int!, $orderBy: [BidsOrderBy!]) {\n auctionByAddressAndName(address: $address, name: $name) {\n chainId\n bidsByAuctionAddressAndAuctionName(first: 10, offset: $offset, orderBy: $orderBy) {\n nodes {\n bidId\n signer\n status\n submittedTimestamp\n tipRevealed\n amount\n __typename\n }\n totalCount\n __typename\n }\n __typename\n }\n}",
"cd6710d56b63c80501ec0e5e15991395fdab9e995ee5033c3b286f325a033fe8": "query GetBid($bidId: String!) {\n bidByBidId(bidId: $bidId) {\n bidId\n auctionAddress\n auctionName\n bundleHash\n replacedBy\n signer\n signature\n status\n submittedTimestamp\n statusLastUpdated\n tipRevealed\n txHash\n amount\n auctionByAuctionAddressAndAuctionName {\n price\n chainId\n __typename\n }\n __typename\n }\n}",
"870ccbdbfb9a159a95c62c424e260a89001e9cccbda5a1086a869dbfd109026c": "query HealthCheck {\n __typename\n}"
}