addChildMutation
Add a managed child to a family the viewer manages. Creates a login-less users row (no email) and a child membership. Requires a date of birth (YYYY-MM-DD) for age-eligibility.
Arguments
familyEntityRef!inputChildInput!Returns
See FamilyMemberResult for the full shape.
Try it
Example
Query
mutation AddChild($family: EntityRef!, $input: ChildInput!) {
addChild(family: $family, input: $input) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqladdChild