Open
Description
Hello,
I have setup my iOS project as outlined in the steps and it generated both some files in a folder called AmplifyModels
and a file called API.swift
which I noticed I could remove and the project worked just the same.
I'm confused about this, which of the two generated things should I keep if I'm using Amplify? From my research it looks like the API.swift
file is generated if I'm using AppSync directly, but since I'm not why was it?
Thanks!