Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Remove removal notes from README

+10 -34
+10 -34
README.md
··· 272 272 <details> 273 273 <summary><strong>Full List of Changes</strong></summary> 274 274 275 - | Export | Changes | Notes | 276 - | -------------------------- | ----------- | ------------------------------------------------------------------- | 277 - | `getVisitFn` | _unchanged_ | n/a | 278 - | `visitInParallel` | _unchanged_ | n/a | 279 - | `BREAK` | _unchanged_ | n/a | 280 - | `visit` | _modified_ | works recursively and does not detect invalid AST nodes | 281 - | `print` | _modified_ | won't output any schema nodes and does not detect invalid AST nodes | 282 - | `printLocation` | _modified_ | won't output source snippets | 283 - | `printSourceLocation` | _modified_ | won't output source snippets | 284 - | `parse` | _modified_ | won't parse schema nodes or throw precise syntax errors | 285 - | `parseType` | _modified_ | won't throw precise syntax errors | 286 - | `parseValue` | _modified_ | won't throw precise syntax errors | 287 - | `GraphQLError` | _modified_ | doesn't handle locations and Error stacks | 288 - | `syntaxError` | _removed_ | n/a | 289 - | `printType` | _removed_ | n/a | 290 - | `printSchema` | _removed_ | n/a | 291 - | `printIntrospectionSchema` | _removed_ | n/a | 292 - | `lexicographicSortSchema` | _removed_ | n/a | 293 - | `isSchema` | _removed_ | n/a | 294 - | `isInterfaceType` | _removed_ | n/a | 295 - | `getDescription` | _removed_ | n/a | 296 - | `findDeprecatedUsages` | _removed_ | n/a | 297 - | `buildSchema` | _removed_ | n/a | 298 - | `buildASTSchema` | _removed_ | n/a | 299 - | `assertSchema` | _removed_ | n/a | 300 - | `assertInterfaceType` | _removed_ | n/a | 301 - | `assertCompositeType` | _removed_ | n/a | 302 - | `assertAbstractType` | _removed_ | n/a | 303 - | `TokenKind` | _removed_ | n/a | 304 - | `Token` | _removed_ | n/a | 305 - | `Lexer` | _removed_ | n/a | 306 - | `GraphQLUnionType` | _removed_ | n/a | 307 - | `GraphQLInterfaceType` | _removed_ | n/a | 308 - | `GraphQLInputObjectType` | _removed_ | n/a | 275 + | Export | Changes | Notes | 276 + | --------------------- | ---------- | ------------------------------------------------------------------- | 277 + | `visit` | _modified_ | works recursively and does not detect invalid AST nodes | 278 + | `print` | _modified_ | won't output any schema nodes and does not detect invalid AST nodes | 279 + | `printLocation` | _modified_ | won't output source snippets | 280 + | `printSourceLocation` | _modified_ | won't output source snippets | 281 + | `parse` | _modified_ | won't parse schema nodes or throw precise syntax errors | 282 + | `parseType` | _modified_ | won't throw precise syntax errors | 283 + | `parseValue` | _modified_ | won't throw precise syntax errors | 284 + | `GraphQLError` | _modified_ | doesn't handle locations and Error stacks | 309 285 310 286 </details> 311 287