silverstripe-admin
silverstripe-admin copied to clipboard
`buildApolloGraphqlContainer` - investigate do we still need to implement logic of `scaffold()` function
Description
There is a function scaffold()
in buildApolloGraphqlContainer.js that currently throws the new Error, because this function doesn't have any implementation. We should investigate, do we still need this function and should we implement it.
See: https://github.com/silverstripe/silverstripe-admin/blob/0f18b3d40972d421f2756b6b90b55283dfc6fea2/client/src/lib/dependency-injection/buildApolloGraphqlContainer.js#L36-L42