Skip to content

New way to describe a fragment

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrspartak mrspartak released this 20 May 15:09
· 134 commits to master since this release
//you can use nested array to do this
[
  'id',
  [
    'logo',
    [
      'url'
    ]
  ]
]
/*
  id
  logo {
    url
  }
*/