{
  type: 'Query',
  fields: [{
    type: 'FieldReference',
    path: ['Id'],
  }, {
    type: 'FieldReference',
    path: ['Name'],
  }, {
    type: 'FieldReference',
    path: ['Owner', 'Name'],
  }],
  object: {
    type: 'ObjectReference',
    name: 'Account',
  },
}
