Skip to content

Instantly share code, notes, and snippets.

View sascha93's full-sized avatar

Sascha Eckstein sascha93

View GitHub Profile
@sc0ttdav3y
sc0ttdav3y / _aws.graphql
Created May 7, 2021 01:36
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