Learning GraphQL by Eve Porcello
Author:Eve Porcello
Language: eng
Format: epub
Publisher: O'Reilly Media
Published: 2018-08-07T16:00:00+00:00
var photos = [ { ... "created": "3-28-1977" }, { ... "created": "1-2-1985" }, { ... "created": "2018-04-15T19:09:57.308Z" } ]
Now, when we add DateTime fields to our selection sets, we can see those dates and types formatted as ISO date strings:
query listPhotos { allPhotos { name created } }
The only thing left to do is make sure that we add a timestamp to each photo when it is posted. We do this by adding a created field to every photo and timestamping it with the current DateTime using the JavaScript Date object:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Access | Data Mining |
Data Modeling & Design | Data Processing |
Data Warehousing | MySQL |
Oracle | Other Databases |
Relational Databases | SQL |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8060)
Learning SQL by Alan Beaulieu(5745)
Weapons of Math Destruction by Cathy O'Neil(5408)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(5026)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(5017)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(4905)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(4666)
Driving Data Quality with Data Contracts by Andrew Jones(4603)
Big Data Analysis with Python by Ivan Marin(4385)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(4359)
Data Engineering with dbt by Roberto Zagni(3427)
Blockchain Basics by Daniel Drescher(3075)
Solidity Programming Essentials by Ritesh Modi(3062)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(2929)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2755)
Feature Store for Machine Learning by Jayanth Kumar M J(2687)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2670)
Pandas Cookbook by Theodore Petrou(2641)
Mastering Python for Finance by Unknown(2617)