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

fix undefined constant GraphQL::Schema::Context #11

Merged
merged 1 commit into from Jan 5, 2018
Merged

fix undefined constant GraphQL::Schema::Context #11

merged 1 commit into from Jan 5, 2018

Conversation

Stanislav-Lapata
Copy link
Contributor

@Stanislav-Lapata Stanislav-Lapata commented Dec 23, 2017

expanding macro
in macro 'finished' expanded macro: injection:1, line 4:

   1.         #
   2.         # resolve a named field on this object with query arguments and context
   3.         #
>  4.         def resolve_field(name : String, arguments, context : GraphQL::Schema::Context)
   5.           
   6.           
   7.               case name
   8.                   
   9.                     when "__typename" #\\\\\Mafiozki::Api::GraphQL::Fields::User
  10.                       __typename_field(arguments, context)
...
undefined constant GraphQL::Schema::Context

@ziprandom ziprandom merged commit 82f909e into ziprandom:master Jan 5, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants