Skip to content

Commit 7420263

Browse files
authored
revert: add common supbackages back (#1008)
Adding back `com/expediagroup/graphql` package folders to keep it consistent with other modules.
1 parent 529a0ef commit 7420263

File tree

6 files changed

+0
-0
lines changed

6 files changed

+0
-0
lines changed

clients/graphql-kotlin-client/src/main/kotlin/GraphQLClient.kt renamed to clients/graphql-kotlin-client/src/main/kotlin/com/expediagroup/graphql/client/GraphQLClient.kt

File renamed without changes.

clients/graphql-kotlin-client/src/main/kotlin/converter/ScalarConverter.kt renamed to clients/graphql-kotlin-client/src/main/kotlin/com/expediagroup/graphql/client/converter/ScalarConverter.kt

File renamed without changes.

clients/graphql-kotlin-ktor-client/src/main/kotlin/GraphQLKtorClient.kt renamed to clients/graphql-kotlin-ktor-client/src/main/kotlin/com/expediagroup/graphql/client/ktor/GraphQLKtorClient.kt

File renamed without changes.

clients/graphql-kotlin-ktor-client/src/test/kotlin/GraphQLKtorClientTest.kt renamed to clients/graphql-kotlin-ktor-client/src/test/kotlin/com/expediagroup/graphql/client/ktor/GraphQLKtorClientTest.kt

File renamed without changes.

clients/graphql-kotlin-spring-client/src/main/kotlin/GraphQLWebClient.kt renamed to clients/graphql-kotlin-spring-client/src/main/kotlin/com/expediagroup/graphql/client/spring/GraphQLWebClient.kt

File renamed without changes.

clients/graphql-kotlin-spring-client/src/test/kotlin/GraphQLWebClientTest.kt renamed to clients/graphql-kotlin-spring-client/src/test/kotlin/com/expediagroup/graphql/client/spring/GraphQLWebClientTest.kt

File renamed without changes.

0 commit comments

Comments
 (0)