Stylianos Gakis
02/14/2022, 5:31 PMtasks.register("downloadSchema", com.apollographql.apollo3.gradle.internal.ApolloDownloadSchemaTask::class.java) {
endpoint.set(...can use normal gradle techniques to hide stuff)
schema.set("shared/src/commonMain/graphql/xyz/stylianosgakis/pawfinder/schema.graphqls")
}
mbonnin
02/14/2022, 7:39 PMStylianos Gakis
02/15/2022, 10:00 AMmbonnin
02/15/2022, 3:05 PMFabio
02/16/2022, 5:25 AM"Authorization": "Bearer ${env:SHOP_API_AUTH_TOKEN}"
so when you click refresh or tries to run a query, android studio pops up a dialog asking for the value.graphqlconfig
files in our proj (for 2 different servers/schemas) and I haven't figured out how to solve some of the conflicts it brings. And I haven't had the time to look into this.Stylianos Gakis
02/16/2022, 8:36 AM