Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 308 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 308 Bytes
composer install
php -S localhost:8080 ./web/graphql.php
{
  property(id:2) {
    id
    transaction
    price {
      currency
      amount
    }
    location {
      lat,
      lng
    }
    createdAt {
      date(format:"Y")
    }
    updatedAt {
      timestamp
      date
    }
  }
}