mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 18:14:28 +00:00
* feat(graphql): predicates as type guards Predicates in `graphql/language/predicates` are used in Flow as type guards. Now they can be used in TS too: * isDefinitionNode * isExecutableDefinitionNode * isSelectionNode * isValueNode * isTypeNode * isTypeSystemDefinitionNode * isTypeDefinitionNode * isTypeSystemExtensionNode * isTypeExtensionNode * chore(graphql): add langpavel to "Definitions by"