UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

9 lines (7 loc) 184 B
import { gql } from 'graphql-modules'; export default gql` extend type CreditcardBankCharge { creditCardTransactions: [Transaction!]! validCreditCardAmount: Boolean! } `;