Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. > GraphQLError: Syntax Error: Unexpected Name "undefined"
  2.  
  3. this happened when I was trying to import an `gql fragment`
  4. it got solved by making another file and put fragment there to import
  5. looks like it was a `circular importing problem`
  6.  
  7. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement