Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

feat(Boot): Use type information in boot loader #80

Merged
merged 8 commits into from
Sep 8, 2022
Merged

Conversation

manishrjain
Copy link
Contributor

@manishrjain manishrjain commented Sep 8, 2022

The type information can be generated by either passing in the type of the root object as a flag or by having a @type field in the objects. Once a type for the parent object is determined, the children object types are deduced from the GraphQL Schema.

All this info is used to generate UIDs for the objects if none is provided.


This change is Reviewable

@manishrjain manishrjain marked this pull request as ready for review September 8, 2022 22:36
@manishrjain manishrjain merged commit 8702387 into main Sep 8, 2022
@manishrjain manishrjain deleted the mrjn/use-types branch September 8, 2022 22:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant