Skip to content

Commit 47d2cc9

Browse files
jwaldripclaude
andcommitted
feat: Update dependency to use remote git branch for incremental delivery
Point to gigsmart/absinthe branch gigmart/defer-stream-incremental for testing the @defer and @stream directive implementation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 27414a2 commit 47d2cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ defmodule AbsintheRelay.Mixfile do
5454

5555
defp deps do
5656
[
57-
{:absinthe, path: "../absinthe"},
57+
{:absinthe, git: "https://github.com/gigsmart/absinthe.git", branch: "gigmart/defer-stream-incremental"},
5858
{:ecto, "~> 2.0 or ~> 3.0", optional: true},
5959
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
6060
]

0 commit comments

Comments
 (0)