Skip to content

Instantly share code, notes, and snippets.

@dumplingcompromise
Created February 20, 2021 22:06
Show Gist options
  • Save dumplingcompromise/f2fd4c04692b29ff142d2f01a4981a1b to your computer and use it in GitHub Desktop.
Save dumplingcompromise/f2fd4c04692b29ff142d2f01a4981a1b to your computer and use it in GitHub Desktop.
mystring
mystring = """
{{
orders (first: 1000 orderBy: updatedAt, orderDirection: asc where: {{ status:sold category:wearable updatedAt_gt:"{0}"}}) {{
category
nftAddress
price
status
id
updatedAt
blockNumber
nft {{
owner {{
id
}}
name
tokenURI
owner {{
id
}}
}}
}}
}}"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment