mix ecto.drop
mix ecto.create
mix ecto.migrate
mix run priv/repo/seeds.exsOpen browser with this uri: http://localhost:4000/graphiql
query {
webpages {
name
links {
url
}
}
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
mix ecto.drop
mix ecto.create
mix ecto.migrate
mix run priv/repo/seeds.exsOpen browser with this uri: http://localhost:4000/graphiql
query {
webpages {
name
links {
url
}
}
}