thecodingmachine / graphqlite

Use PHP Attributes/Annotations to declare your GraphQL API
https://graphqlite.thecodingmachine.io
MIT License
557 stars 98 forks source link

Improved description formatting for cost complexity #618

Closed oojacoboo closed 1 year ago

oojacoboo commented 1 year ago

This is a simple commit, we just add a new line prior to the cost complexity in the description. I've tested this on multiple GraphQL clients and it seems to be working well. The current formatting made it difficult to read and the cost complexity is jammed up against existing documentation.

@oprypkhantc let me know if you're aware of any issues where this formatting would be undesirable.

oprypkhantc commented 1 year ago

Looks good :)