https://kotlinlang.org logo
Join SlackCommunities
Powered by
# graphkool
  • y

    yasyd

    12/15/2016, 7:05 AM
    set the channel description: discussion and updated around https//github.com/beyondeye/graphkool utilities for GraphQl in kotlin
  • y

    yasyd

    12/15/2016, 7:07 AM
    initial release support a DSL for defining GraphQL schemas, integrated with GraphQl-java server
  • m

    mesquka

    04/26/2017, 2:20 PM
    @mesquka has left the channel
  • p

    Petros Paraskevopoulos

    07/07/2017, 12:41 PM
    @Petros Paraskevopoulos has left the channel
  • r

    rrader

    09/28/2017, 9:27 AM
    https://blog.graph.cool/introducing-graphql-playground-f1e0a018f05d
    👍 1
  • s

    stephanc

    10/29/2018, 7:35 AM
    It would be nice if there was some tool that took in a graphql schema and generated Kotlin types from it.
  • y

    yasyd

    10/31/2018, 7:15 AM
    Hi, thanks for you interest in graphkool. Unfortunately I don't have the time to add more features to this library. It is basically no more actively developed
  • r

    rrader

    12/07/2018, 3:56 PM
    https://medium.com/workflowgen/graphql-mutations-partial-updates-implementation-bff586bda989 How do you think, is it possible to implement in Kotlin?
  • r

    rrader

    12/08/2018, 2:54 PM
    Maybe we can use
    Either<Int, Nothing>
    or
    Either<String?, Nothing>
  • y

    yasyd

    12/08/2018, 5:07 PM
    Sorry I am afraid I am not able to help on this. Perhaps somebody else in the channel?
  • a

    andylamax

    04/25/2021, 10:19 AM
    does this have a
    multiplatform
    client?