graphql-types-unix-timestamp
Version:
GraphQL Normalized Unix Timestamp Type
22 lines (21 loc) • 395 B
JSON
{
"name": "graphql-types-unix-timestamp",
"version": "0.3.5",
"description": "GraphQL Normalized Unix Timestamp Type",
"main": "index.js",
"keywords": [
"graphql",
"types",
"scalar",
"gin-n-tonic",
"unix"
],
"author": "Michael Fix <@mfix22>",
"license": "MIT",
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"moment": "^2.18.1"
}
}