createFamilyMutation
Create a family (household) owned by the viewer, who becomes its first manager. A viewer can create more than one family.
Arguments
nameStringReturns
See FamilyResult for the full shape.
Try it
Example
Query
mutation CreateFamily($name: String) {
createFamily(name: $name) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlcreateFamily