Michael Bridge

Results 4 issues of Michael Bridge

For apps with less than 100% test coverage, is there any means of recording deprecations while running the app normally (i.e., in local development or a staging environment)? I've added...

Great extension, thank you! After clicking the **Add to Linear** button, the issue is created in Linear and becomes visible in the Github sidebar. In an ideal world, the Linear...

Let's say there's a GraphQL mutation: ``` type Mutation { update_company(id: ID!, display_name: String!, description: String): CompanyUpdate } ``` Currently, this generates the type: ``` update_company ... ``` I'm creating...

Thank you. This is a really phenomenal library -- I can't believe it's not seen more traffic! There is no comparable library that properly handles query and response typing consistently....