Skip to content

Instantly share code, notes, and snippets.

View jbschooley's full-sized avatar

Jacob Schooley jbschooley

View GitHub Profile
@jbschooley
jbschooley / _aws.graphql
Created June 4, 2021 15:43 — forked from sc0ttdav3y/_aws.graphql
AWS AppSync GraphQL scalars and directives to support type completion and error checking in Webstorm IDEs
# These are here to help the IDE recognise AWS types.
#
# Place this file outside the 'schema' directory so are not pushed to AWS,
# but are still picked up by PhpStorm's GraphQL plugin to help
# validate schemas.
#
# https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html
#
scalar AWSDateTime
scalar AWSDate