|
8 | 8 | import com.apollographql.apollo.api.Input; |
9 | 9 | import com.apollographql.apollo.api.Response; |
10 | 10 | import com.apollographql.apollo.exception.ApolloException; |
11 | | -import net.openhft.chronicle.releasenotes.connector.github.graphql.GetTagsQuery.AsCommit; |
12 | | -import net.openhft.chronicle.releasenotes.connector.github.graphql.GetTagsQuery.AsCommit1; |
13 | | -import net.openhft.chronicle.releasenotes.connector.github.graphql.GetTagsQuery.AsTag; |
14 | | -import net.openhft.chronicle.releasenotes.connector.github.graphql.GetTagsQuery.Data; |
15 | | -import net.openhft.chronicle.releasenotes.connector.github.graphql.GetTagsQuery.Node; |
16 | | -import net.openhft.chronicle.releasenotes.connector.github.graphql.GetTagsQuery.Refs; |
17 | | -import net.openhft.chronicle.releasenotes.connector.github.graphql.GetTagsQuery.Repository; |
18 | | -import net.openhft.chronicle.releasenotes.connector.github.graphql.GetTagsQuery.Target; |
19 | 11 | import net.openhft.chronicle.releasenotes.connector.github.graphql.model.Tag; |
| 12 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery; |
| 13 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery.AsCommit; |
| 14 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery.AsCommit1; |
| 15 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery.AsTag; |
| 16 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery.Data; |
| 17 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery.Node; |
| 18 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery.Refs; |
| 19 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery.Repository; |
| 20 | +import net.openhft.chronicle.releasenotes.connector.github.internal.graphql.GetTagsQuery.Target; |
20 | 21 | import okhttp3.OkHttpClient; |
21 | 22 | import org.jetbrains.annotations.NotNull; |
22 | 23 |
|
|
0 commit comments