Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 2, 2020 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/d9f1864f188ce314aa7b14bf148d428f to your computer and use it in GitHub Desktop.
Save velotiotech/d9f1864f188ce314aa7b14bf148d428f to your computer and use it in GitHub Desktop.
field :accounts_user, :accounts_user do
arg(:email, non_null(:string))
resolve(&Graphql.Accounts.UserResolver.find/2)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment