am414
01/17/2021, 3:27 PMFailed to locate schema root node `__schema`
also if i put the whole json object inside these
{
"data": {
"__schema": {here}
}
}
i got another error
Required value 'types_' (JSON name 'types') missing at $.data.__schema
we solve this error in our server
but is I miss something ? or they need to update the website ?mbonnin
01/17/2021, 3:57 PM./gradlew :app:downloadApolloSchema --endpoint='<https://apollo-fullstack-tutorial.herokuapp.com/>' --schema=schema.json
mbonnin
01/17/2021, 3:58 PMschema.sdl
am414
01/18/2021, 11:09 AMmbonnin
01/18/2021, 11:16 AMam414
01/19/2021, 11:50 AM