INPUT_OBJECT
MemberInviteFilter
Input filter for the 'MemberInvite' query. All filters provided will narrow the result set.
link GraphQL Schema definition
- input MemberInviteFilter {
- # The unique identifier of the member invitation. Once an invite is accepted, this
- # becomes a unique identifier for a Pluralsight user assigned to a specific plan.
- String :
- # The email that the invite was sent to.
- String :
- # The status of a member invitation.
- MemberInviteStatus :
- # Exclude any entries with a status of 'Redeemed'.
- Boolean :
- # Exclude any entries with a status of 'Expired'.
- Boolean :
- }