We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f74146 commit 157f1b9Copy full SHA for 157f1b9
.gitignore
@@ -3,6 +3,8 @@
3
##
4
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
6
+.vscode/
7
+
8
# User-specific files
9
*.suo
10
*.user
Server/Server.csproj
@@ -5,7 +5,6 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="GraphQL.Relay" Version="0.5.0" />
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="2.0.0" />
<PackageReference Include="GraphQL.Server.Transports.WebSockets" Version="2.0.0" />
11
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.1" />
0 commit comments