QueryStoragePolicy queries the "storage_policy" edge of the Node entity.
()
| 186 | |
| 187 | // QueryStoragePolicy queries the "storage_policy" edge of the Node entity. |
| 188 | func (n *Node) QueryStoragePolicy() *StoragePolicyQuery { |
| 189 | return NewNodeClient(n.config).QueryStoragePolicy(n) |
| 190 | } |
| 191 | |
| 192 | // Update returns a builder for updating this Node. |
| 193 | // Note that you need to call Node.Unwrap() before calling this method if this Node |
nothing calls this directly
no test coverage detected