Skip to content

Instantly share code, notes, and snippets.

View DanielRobinsonSoftware's full-sized avatar

Daniel Robinson DanielRobinsonSoftware

View GitHub Profile
@DanielRobinsonSoftware
DanielRobinsonSoftware / MutationCollectionTests.cs
Created December 12, 2016 01:01
Mutate a list of custom objects in GraphQL for .NET
using System.Collections.Generic;
using GraphQL.Types;
using Xunit;
namespace GraphQL.Tests.Execution.Collections
{
public class Foo
{
public Foo()
{