OBJECT

AddressBookConnection

link GraphQL Schema definition

  • type AddressBookConnection implements Connection {
  • # Array with all the Address Book items
  • items: [AddressBook!]
  • # nextToken for pagination. Not used for now.
  • nextToken: String
  • }

link Require by