OBJECT
Information about a membership persistance
type Membership {# Unique identifierid: Int! # Start of the membershipstart: String! # End of the membership or null if still activeend: String }