GraphQL Developers Reference Guide

This will server as living reference as I learn more about GraphQL. It will include links for learning GraphQL, naming conventions, and best practices.

Fundamentals

graphql.orq

Great place to learn the basics.

GraphQl .Net

C# implementation of GraphQL. This is a comprehension GraphQL server with very good documention.

GraphQL .Net Server

GraphQL ASP.Net Core (works ontop of GraphQL .Net)

Naming Conventions

Apollo Mutation Naming Conventions

Excerpt

Names like createUser, likePost, updateComment, and reloadUserFeed are preferable to names like userCreate, postLike, commentUpdate, and userFeedReload.

Published 17 Feb 2021

Build something cool
Rob Brodie on Twitter