Skip to content

thegraph: conform to this schema / event-wallet requirements #5

@elmariachi111

Description

@elmariachi111
graphql
query($address:String!)
{
  meetupEvents(filter: {rsvps: {in: $address}}) {
    url #hjttp://metup.com/98wsdf89duz
    cid #ipfs content id  
    ipfs {
      url
      title
      starts
      ends
      image
      venue {
        location {
          lat
          lng
        }
      }      
    }
  }  
}

as event-wallet I need to see all (upcoming) events that I as a user (public key) am logged in to

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions