This will server as living reference as I learn more about GraphQL. It will include links for learning GraphQL, naming conventions, and best practices.
Great place to learn the basics.
C# implementation of GraphQL. This is a comprehension GraphQL server with very good documention.
GraphQL ASP.Net Core (works ontop of GraphQL .Net)
Apollo Mutation Naming Conventions
Excerpt
Names like createUser, likePost, updateComment, and reloadUserFeed are preferable to names like userCreate, postLike, commentUpdate, and userFeedReload.