File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
main/kotlin/com/apurebase/kgraphql/schema/execution
test/kotlin/com/apurebase/kgraphql/merge Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- package com.github.pgutkowski .kgraphql.schema.execution
1
+ package com.apurebase .kgraphql.schema.execution
2
2
3
3
import com.fasterxml.jackson.databind.JsonNode
4
4
import com.fasterxml.jackson.databind.node.ObjectNode
Original file line number Diff line number Diff line change 1
- package com.github.pgutkowski .kgraphql.merge
1
+ package com.apurebase .kgraphql.merge
2
2
3
3
import com.fasterxml.jackson.databind.JsonNode
4
4
import com.fasterxml.jackson.databind.node.JsonNodeFactory
5
- import com.github.pgutkowski .kgraphql.expect
6
- import com.github.pgutkowski .kgraphql.schema.execution.merge
5
+ import com.apurebase .kgraphql.expect
6
+ import com.apurebase .kgraphql.schema.execution.merge
7
7
import org.hamcrest.CoreMatchers.equalTo
8
8
import org.hamcrest.MatcherAssert.assertThat
9
9
import org.junit.Test
Original file line number Diff line number Diff line change 1
- package com.github.pgutkowski .kgraphql.merge
1
+ package com.apurebase .kgraphql.merge
2
2
3
3
import com.fasterxml.jackson.databind.JsonNode
4
4
import com.fasterxml.jackson.databind.node.JsonNodeFactory
5
- import com.github.pgutkowski .kgraphql.expect
6
- import com.github.pgutkowski .kgraphql.schema.execution.merge
5
+ import com.apurebase .kgraphql.expect
6
+ import com.apurebase .kgraphql.schema.execution.merge
7
7
import org.hamcrest.CoreMatchers.equalTo
8
8
import org.hamcrest.MatcherAssert.assertThat
9
9
import org.junit.Test
You can’t perform that action at this time.
0 commit comments