Suparn

Results 15 comments of Suparn

Actually, the SDL itself is invalid because I am not listing all the interfaces in the implementation. ``` type One implements ChildDescendant, ParentDescendant { id: ID! parentId: ID! childId: ID!...

Reopening this. this is still a problem with the valid schema. Updating the original description.

I think this is happening because cache is not upgraded like the other packages due to a couple of issues in the build process. https://github.com/suparngp/kotlin-multiplatform-projects/blob/master/Changelog.MD#v1012 I am traveling at the...

All the libs have been migrated to maven central. Try this setup. https://kmpdocs.suparnatural.com/fs/#setup

I agree, this totally makes sense. I vaguely remember why I did it this way in the first place. I think it was somewhat complicated to create a neat API...

The plugin is published on the repository under artifact id `graphql-plugin`. Not sure if the plugin id needs to match with it somehow or if it requires some handling in...

I tried to get the plugin working with maven central but closing the staging repo throws an error that Project name, description is missing even though it is already present....

Just got the email that the plugin is approved. https://plugins.gradle.org/plugin/com.suparnatural.kotlin.plugins.graphql

I really didn't want to support anything below 24 initially because I didn't have proper devices to test. Later I decided to support 21 and above after fetching some hardware....