UNPKG

@accounter/server

Version:
15 lines (12 loc) 210 B
import { gql } from 'graphql-modules'; export default gql` extend type Query { allCountries: [Country!]! } " a country " type Country { id: ID! name: String! code: CountryCode! } `;