UpdateRoot updates the Collection in the given root, returning the updated root.
(ctx context.Context, root RootValue)
| 100 | Serializer() RootObjectSerializer |
| 101 | // UpdateRoot updates the Collection in the given root, returning the updated root. |
| 102 | UpdateRoot(ctx context.Context, root RootValue) (RootValue, error) |
| 103 | } |
| 104 | |
| 105 | // RootValue is an interface to get around import cycles, since the core package references this package (and is where |
no outgoing calls
no test coverage detected