webpro-nl / knip
11,879 TypeScript✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it!
knip Specification
Located in packages/knip/fixtures/plugins/graphql-codegen-script-config/src/schema.graphql on branch HEAD
Unknown
GRAPHQL
0.1 KB
Raw GRAPHQL Specification
type Query {
viewer: User!
}
type User {
id: ID!
name: String!
}