Skip to content
addChildMutation
addChild(family: EntityRef!, input: ChildInput!): FamilyMemberResult!

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!

Returns

FamilyMemberResult!

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/graphql
addChild