Skip to content

Instantly share code, notes, and snippets.

View amanda-natallie's full-sized avatar
🎯
Focusing

Amanda Natallie amanda-natallie

🎯
Focusing
View GitHub Profile
@kellymears
kellymears / gutenberg-graphql-schema.txt
Created October 3, 2019 21:00 — forked from kellenmace/gutenberg-graphql-schema.txt
WordPress Gutenberg GraphQL Schema Definitions
type CoreArchivesBlock implements Block {
attributes: CoreArchivesBlockAttributes
name: String!
innerBlocks: [Block]!
isValid: Boolean!
originalContent: String!
parentId: Int
parent: PostObjectTypesUnion
renderedContent: String!
}