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

Adapters #2

Merged
merged 12 commits into from
Dec 17, 2015
Merged

Adapters #2

merged 12 commits into from
Dec 17, 2015

Conversation

bruce
Copy link
Contributor

@bruce bruce commented Dec 17, 2015

No description provided.

@bruce
Copy link
Contributor Author

bruce commented Dec 17, 2015

@benwilson512 Tests passing! Look at test/lib/ex_graphql/adapters/language_conventions_test.exs for examples of the LanguageConventions adapter being used, and read the @moduledoc for ExGraphQL.Adapters.LanguageConventions.


## Examples

iex> format_error(%{name: "foo", value: &"missing value '\#{&1}'" end}, [%{line: 2, column: 4}])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this has a spurious end here BTW.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh,yup -- artifact of a previous fn

bruce added a commit that referenced this pull request Dec 17, 2015
@bruce bruce merged commit 0a9bc61 into master Dec 17, 2015
@bruce bruce deleted the adapters branch December 17, 2015 19:01
benwilson512 pushed a commit that referenced this pull request Dec 24, 2020
benwilson512 pushed a commit that referenced this pull request Jul 11, 2024
[GRAPH-791] dedupe subscription resolution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants