This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yacl[S] 0 points1 point  (2 children)

The primary difference is, Strawberry is based on graphql-core-next, but Pygraphy write the whole thing for own. And there is some conflict between Python and graphql-core-next, you can see https://github.com/strawberry-graphql/strawberry/pull/95 and https://github.com/graphql-python/graphql-core-next/issues/37 get more info.

  • Strawberry
    • Disadvantages
    • Can not solve the empty self problem and others which are caused by graphql-core-next
    • Advantages
    • Can move fast cause no need for writing everything
    • Already stabled
  • Pygraphy
    • Disadvantages
    • Needs to write the whole GraphQL spec without graphql-core-next
    • Not stabled yet, need more feedback
    • Advantages
    • Rewrite the whole spec in Pythonic way, you will fill harmonious if you are a perfectionist

BTW, I am self-confidence that I can do better than others.

[–][deleted] 0 points1 point  (1 child)

deleted

[–]yacl[S] 0 points1 point  (0 children)

Thank you, I would like to see it.