NOTE This branch is for the latest version of this plugin that supports Umbraco version 11.
For other versions, check out:
An implementation of GraphQL for Umbraco using GraphQL for .NET.
Please note this should not be used in production, since there are no security and all you data will be publicly available.
GraphQL types are dynamically generated for all Umbraco document types (content and media), with all the properties as fields.
The preferred way to install GraphQL for Umbraco is through NuGet
GraphQL for Umbraco is available as a NuGet package.
To install run the following command in the Package Manager Console
PM> Install-Package Our.Umbraco.GraphQL
Clone the repository and run the Website (F5 in Visual Studio), install Umbraco with the starter kit and start exploring the API using the GraphQL Playground by opening /umbraco/graphql
.
The docs can be found here
- GraphQL Playground
- Schema Stitching (extending types)
- Metrics
- Published Content
- Published Media
- Dictionary
- Statistics (field usage etc.)
- Deprecation (Content Types and Properties)
- API Tokens (OAUTH) with permissions (for content types and properties)
- Data Types
- Document Types
- Media Types
- Member Types
- Content
- Media
- Members
- Documentation
Anyone can help make this project better - check out our Contributing guide
Copyright © 2018 Rasmus John Pedersen
GraphQL for Umbraco is released under the MIT License