cape-io / graphql-schema-org

BSD 3-Clause "New" or "Revised" License
23 stars 7 forks source link

graphql-schema-org

Trying to convert schema.org definitions into graphql objects.

Usage

If you want access to the entire thing (The index import is 1MB in file size.) all in one import:

import { brand, Thing } from 'graphql-schema-org'

If you want to import specific fields:

import url from 'graphql-schema-org/lib/url'

TODO