Skip to content

Instantly share code, notes, and snippets.

View sammy2077's full-sized avatar

Samuel sammy2077

  • Berlin
View GitHub Profile
@sammy2077
sammy2077 / _aws.graphql
Created July 21, 2021 18:58 — 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