serverless-appsync-plugin icon indicating copy to clipboard operation
serverless-appsync-plugin copied to clipboard

third party scalars in schema

Open SET001 opened this issue 7 years ago • 2 comments

I need to use this https://github.com/taion/graphql-type-json in my graphQL schemas. How would I include it in appsync plugin?

SET001 avatar Aug 31 '18 15:08 SET001

@SET001 I don't think AppSYnc supports that. In any case, I believe this question should be asked to AWS, not here.

What is your use case?

bboure avatar Aug 31 '18 15:08 bboure

@bboure I found a workaround using AWSJSON type. Indeed, whule using AWS appSync, we are limitited to their supported types. No customs.

SET001 avatar Aug 31 '18 17:08 SET001