Skip to content

4.0.0 package and repo structure #1000

Answered by dariuszkuc
smyrick asked this question in Ideas
Discussion options

You must be logged in to vote

I think it would make sense to also mention what is the current package as some of the modules already follow this naming pattern ;)

graphql-kotlin (com.expediagroup.graphql)
    graphql-kotlin-types (.types) // currently it also exposes com.expediagroup.graphql.server.operations in order to be consistent should it be moved to .types.operations ?
    \ clients
        \ graphql-kotlin-client (.client)
        \ graphql-kotlin-ktor-client (.client.ktor)  // currently it is just .client
        \ graphql-kotlin-spring-client (.client.spring)  // currently it is just .client
    \ generator
        \ graphql-kotlin-schema-generator (.generator) // currently it is just com.expediagroup.graphq…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by smyrick
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants