Dead-simple GraphQL client with subscriptions over websockets
37
stars
11
forks
source link
ImportError: cannot import name 'GraphQLClient' from partially initialized module 'graphql_client' (most likely due to a circular import) #30
Closed
jeremoquai closed 3 years ago
Hello.
I only put :
from graphql_client import GraphQLClient
in a .py file and I get this :ImportError: cannot import name 'GraphQLClient' from partially initialized module 'graphql_client' (most likely due to a circular import)
What is the problem ?
Thanks !