Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 861 Bytes

possible-type-extension.md

File metadata and controls

15 lines (10 loc) · 861 Bytes

possible-type-extension

  • Category: Schema
  • Rule name: @graphql-eslint/possible-type-extension
  • Requires GraphQL Schema: true ℹ️
  • Requires GraphQL Operations: false ℹ️

A type extension is only valid if the type is defined and has the same kind.

This rule is a wrapper around a graphql-js validation function. You can find its source code here.

Resources