Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL output has some odd string escaping #1206

Open
kdawgwilk opened this issue Nov 14, 2022 · 0 comments
Open

SDL output has some odd string escaping #1206

kdawgwilk opened this issue Nov 14, 2022 · 0 comments

Comments

@kdawgwilk
Copy link
Contributor

Environment

  • Elixir version (elixir -v): 1.14
  • Absinthe version (mix deps | grep absinthe): master
  • Client Framework and version (Relay, Apollo, etc): N/A

Expected behavior

schema @link(url: \"https://specs.apollo.dev/federation/v2.0\") {
  ...
}

Actual behavior

schema @link(url: \"https:\/\/specs.apollo.dev\/federation\/v2.0\") {
  ...
}

Relevant Schema/Middleware Code

defmodule MyAppWeb.Schema do
  use Absinthe.Schema

  import_sdl """
    schema @link(url: "https://specs.apollo.dev/federation/v2.0") {
      query: RootQueryType
      mutation: RootMutationType
    }
  """
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant