graphbrainz/test/snapshots/extended-schema.js.md
Brian Beck f095cd4de7
Modernize dependencies, syntax, imports (#93)
* wip: Modernize dependencies, syntax, imports

* Use final release of ava-nock v2

* Update Travis config

* Remove Node 13 from test matrix

* Replace errorClass with parseErrorMessage in subclasses

* define exports, apply updated lint rules

* Remove markdown eslint plugin

* Update README

* v9.0.0-beta.1

* Add gql tag to exports

* v9.0.0-beta.2

* Bump ava-nock, add test

* Update dataloader loadMany usage

* Add modules note to README

* Add retry option to got calls
2021-04-15 21:34:29 -07:00

1 KiB

Snapshot report for test/extended-schema.js

The actual snapshot is saved in extended-schema.js.snap.

Generated by AVA.

areas have a type and typeID

Snapshot 1

{
  search: {
    areas: {
      nodes: [
        {
          name: 'Germany',
          type: 'Country',
          typeID: '06dd0ae4-8c74-30bb-b43d-95dcedf961de',
        },
        {
          name: 'East Germany',
          type: 'Country',
          typeID: '06dd0ae4-8c74-30bb-b43d-95dcedf961de',
        },
        {
          name: 'New Germany',
          type: 'City',
          typeID: '6fd8f29a-3d0a-32fc-980d-ea697b69da78',
        },
        {
          name: 'New Germany',
          type: 'City',
          typeID: '6fd8f29a-3d0a-32fc-980d-ea697b69da78',
        },
        {
          name: 'Pahlen',
          type: 'Municipality',
          typeID: '17246454-5ac4-36a1-b81a-4753eb2dab20',
        },
      ],
    },
  },
}