create user faunadb

Solutions on MaxInterview for create user faunadb by the best coders in the world

showing results for - "create user faunadb"
Chris
20 Aug 2019
1Create(
2  Collection("users"),
3  {
4    credentials: { password: "password" },
5    data: {
6      email: "email@site.com",
7    },
8  }
9)
queries leading to this page
create user faunadbcreate user faunadb