SetProps sets the "props" field.
(tp *types.FileProps)
| 3525 | |
| 3526 | // SetProps sets the "props" field. |
| 3527 | func (m *FileMutation) SetProps(tp *types.FileProps) { |
| 3528 | m.props = &tp |
| 3529 | } |
| 3530 | |
| 3531 | // Props returns the value of the "props" field in the mutation. |
| 3532 | func (m *FileMutation) Props() (r *types.FileProps, exists bool) { |
no outgoing calls
no test coverage detected