CreditCardsResult: { // root type
    data?: Array<NexusGenRootTypes['CreditCard'] | null> | null; // [CreditCard]
    pagination?: NexusGenRootTypes['Pagination'] | null; // Pagination
  }