CardFilterInput
No description
input CardFilterInput {
id: ID!
individualId: ID
}
Fields
CardFilterInput.id ● ID! non-null scalar
The ID of the card.
CardFilterInput.individualId ● ID scalar
When specified, the card is only returned if it belongs to this Individual. A card that exists but belongs to a different Individual returns the same not-found response as a card that does not exist.
Member Of
card query