Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 488 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 488 Bytes

GraphQL Draftjs

GraphQL types for DraftJS

Install

yarn install graphql-draftjs

Usage

import { 
  DraftContentStateType,
  DraftContentStateInput,
  DraftBlock,
  DraftBlockInput,
  DraftEntity,
  DraftEntityInput,
  DraftData,
  DraftDataInput,
  DraftEntityRange,
  DraftEntityRangeInput,
  DraftInlineStyleRange,
  DraftInlineStyleRangeInput,
} from 'draftjs-graphql'

Based on https://medium.com/@wonderboymusic/using-draftjs-with-graphql-ec2ea55a7f8b