Skip to content

Instantly share code, notes, and snippets.

@mariuswatz
Created October 4, 2022 12:53
Show Gist options
  • Select an option

  • Save mariuswatz/c78f4875fe5be4820a4764d1a6c2021f to your computer and use it in GitHub Desktop.

Select an option

Save mariuswatz/c78f4875fe5be4820a4764d1a6c2021f to your computer and use it in GitHub Desktop.

Revisions

  1. mariuswatz created this gist Oct 4, 2022.
    22 changes: 22 additions & 0 deletions TeztokAPI-TokensReceivedHenReunion.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    // Query to be run on graphiql.teztok.com/
    query TokensReceivedHenReunion {
    holdings(where: {first_received_at: {_gte: "09-29-2022"}, amount: {_gte: "0"}, holder_address: {_eq: "tz2NY3Fgt5QufrYGP1JKdvLKcWWt86sLsqrS"}}) {
    amount
    token {
    fa2_address
    token_id
    name
    description
    artifact_metadata
    metadata {
    tokens {
    thumbnail_uri
    tags {
    tag
    }
    }
    }
    artist_address
    }
    }
    }