UNPKG

@nyteshade/lattice-legacy

Version:

OO Underpinnings for ease of GraphQL Implementation

15 lines (11 loc) 193 B
import { joinLines as gql } from 'graphql-lattice' export const schema = gql` type Car { make: String, wheels: Int } type Query { findQuad: Car } ` export default schema