Warning from graphql-codegen or typescript when using deprecated graphql fields

Warning from graphql-codegen or typescript when using deprecated graphql fields

TestTypeFragment.ts. import { gql } from ‘@apollo/client’; export default gql` fragment TestType on TestType { deprecated nonDeprecated } `;. graphql …

 

Read More