Add seperate types for settings vs graphql dashboard
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: unclejustin
I'm thinking that it makes more sense to create a new interface for the GraphQL API structure. There are enough differences that we will not want to keep these references in the UI.
For example, builtIn, owner, and settingsKey will all no longer be needed.
I think we would be better off using the new interface and a union type for all of the API calls. This will get a little messy at first because we will have to cover all of the missing properties, but I think it will be much better in the long run.
Push commits to the source branch or add previously merged commits to review them.