GraphQL: Optimize queries, fixes some null returns (on object), fix stitched GraphQLUpload (#6709)
* Optimize query, fixes some null returns, fix stitched GraphQLUpload * Fix authData key selection * Prefer Iso string since other GraphQL solutions use this format * fix tests Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@apollographql/graphql-playground-html": "1.6.26",
|
||||
"@graphql-tools/links": "^6.2.4",
|
||||
"@graphql-tools/stitch": "6.2.0",
|
||||
"@graphql-tools/utils": "6.2.1",
|
||||
"@parse/fs-files-adapter": "1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user