Skip to main content

UserGroupOptionalInput

No description

type UserGroupOptionalInput {
active: Boolean
membershipStart: GQLTDate
membershipEnd: GQLTDate
limited: Boolean
createdAt: GQLTDate
updatedAt: GQLTDate
groupId: ID
userId: ID
group: UserGroupGroupBelongsToInput
user: UserGroupUserBelongsToInput
}

Fields#

active (Boolean)#

This is an indicator if the user is still active in the group.

membershipStart (GQLTDate)#

This is the date of the membership start of the user in the group.

membershipEnd (GQLTDate)#

This is the date of the membership end of the user in the group.

limited (Boolean)#

This is an indicator if the user have a limited or not data.

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

groupId (ID)#

target for group

userId (ID)#

target for user

group (UserGroupGroupBelongsToInput)#

This is the mutation object for UserGroupGroupBelongsTo

user (UserGroupUserBelongsToInput)#

This is the mutation object for UserGroupUserBelongsTo