Graphql-ruby: NoMethodError Exception: undefined method 'delete' for #<#<Class:0x00007f9682c998a0>

Created on 30 Oct 2019  路  3Comments  路  Source: rmosolgo/graphql-ruby

Most helpful comment

Hi, sorry for the hangup.

It sounds like the dreaded

def resolve_field(obj, args, ctx)
  resolve(obj, args,  ctx)
end 

issue. Although, it's hard for me to tell because instead of sharing the _full_ stack trace, you only shared the top few lines.

Do you have code like 鈽濓笍 that in your BaseField class? Try removing it, it was part of the generator, but it's not _supposed_ to be there!

If it doesn't fix it for you, please share the full stack trace.

All 3 comments

Hi, sorry for the hangup.

It sounds like the dreaded

def resolve_field(obj, args, ctx)
  resolve(obj, args,  ctx)
end 

issue. Although, it's hard for me to tell because instead of sharing the _full_ stack trace, you only shared the top few lines.

Do you have code like 鈽濓笍 that in your BaseField class? Try removing it, it was part of the generator, but it's not _supposed_ to be there!

If it doesn't fix it for you, please share the full stack trace.

@rmosolgo thank you! solved indeed

image

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EAdeveloper picture EAdeveloper  路  3Comments

pareeohnos picture pareeohnos  路  3Comments

ecomuere picture ecomuere  路  3Comments

yumikohey picture yumikohey  路  4Comments

jturkel picture jturkel  路  3Comments