Joseph Hawkes-Cates
07/17/2023, 9:19 PMdownloadApolloSchema
Gradle task to get our Schema from our BE and we’ve noticed a change in the behavior for it when upgrading from version 3.7.4 to 3.8.2. When I run the task on 3.8.2 it is adding the built-in scalars (Int, Float, String, etc) as well as some low-level type definitions like __Directive
and __Type
. These are not added when I run the command with the 3.7.4 version of the plugin. When these are added they show up as errors in Android Studio stating that we’re redefining existing types. Is there a config in the plugin that we can set to stop getting these?Joseph Hawkes-Cates
07/17/2023, 9:41 PMschema.graphqls
file to store our schema. I haven’t tried this with JSON or the sdl extension to see if the behavior is any differentbod
07/17/2023, 9:52 PMJoseph Hawkes-Cates
07/17/2023, 9:56 PMmbonnin
07/18/2023, 8:22 AM__InputValue.isDeprecated
that was only introduced recentlyJoseph Hawkes-Cates
07/18/2023, 2:25 PMmbonnin
08/04/2023, 9:34 AMmbonnin
08/04/2023, 9:35 AMJoseph Hawkes-Cates
08/04/2023, 2:03 PM