module LMSGraphQL
The various types and input types generated for Canvas end up with circular dependencies We use a forward declaration here to overcome the problem. For example, the generate User class depends on Enrollment and Enrollment depends on User so we have a circular dependency.
The generate User class depends on Enrollment and Enrollment depends on User so we have a circular dependency. We use a forward declaration here to overcome the problem.
Constants
- VERSION