Put GraphQL fragments in their own files in Gatsby📆2019-07-15🍱code
Gatsby uses GraphQL under the hood for managing data and it does this really well. It usually doesn't take long before the queries grow big and some duplicated code will occur. This is where fragments come in handy. A way to break out…