marketsurge-client 0.2.1

Unofficial HTTP client library for the MarketSurge platform
query Screens($site: Site!, $type: ScreenType, $sortDir: SortDirInput) {
  user {
    screens(site: $site, type: $type, sortDir: $sortDir) {
      site
      id
      name
      type
      source {
        id
        type
        pub
      }
      updatedAt
      filterCriteria
      description
      createdAt
    }
  }
}