Build real-time apps by storing and querying relational data between your users with strong user-based security.
Read moreDeploy and run server-side logic without needing to spin up your own servers.
Read moreGet a smooth, easy-to-use experience when you build using our simple APIs (GraphQL/REST) and SDKs.
Read more1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21mutation { createCharacter(input: { fields: { name: "Luke Skywalker" birthYear: "19BBY" homeworld: { createAndLink: { name: "Tatooine" population: 200000 } } } }) { character { id homeworld { id } } } }
Need more information about the functions?