(typ *pb.TypeUpdate, typeName string)
| 185 | } |
| 186 | |
| 187 | func logTypeUpdate(typ *pb.TypeUpdate, typeName string) string { |
| 188 | return fmt.Sprintf("Setting type definition for type %s: %v\n", typeName, typ) |
| 189 | } |
| 190 | |
| 191 | // Set sets the schema for the given predicate in memory. |
| 192 | // Schema mutations must flow through the update function, which are synced to the db. |
no outgoing calls
no test coverage detected
searching dependent graphs…