mattkrick / cashay

:moneybag: Relay for the rest of us :moneybag:
MIT License
453 stars 28 forks source link

Update README.md #122

Closed helfer closed 7 years ago

helfer commented 7 years ago

Clarify that Apollo supports all features of the official spec since subscriptions are not yet part of it.

helfer commented 7 years ago

Sorry, I just couldn't stop myself from doing it! 😁

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 76.543% when pulling 412e220e4e40e23ba28dc45d435c65bea2d9bf7a on helfer:patch-2 into 793d7fe44ccbe6392d05085a01634791923fddb6 on mattkrick:master.

mattkrick commented 7 years ago

Mmmm, 4.2.2.9?

helfer commented 7 years ago

Yeah, afaik apollo supports arbitrary nesting of lists and non-nulls, even more than 7 levels, which is the limit for GraphiQL.

mattkrick commented 7 years ago

2.4 as it relates to 2.3. You support multiple mutations under the same mutation operation?

helfer commented 7 years ago

Yeah, we do.

mattkrick commented 7 years ago

That's amazing! You gotta brag about that in your docs Seeing the submitRepository mutation and the operation submitRepository make it appear that a mutation can only have 1 child. :wink: