Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"strawberryshake.tools": {
"version": "13.4.0",
"commands": [
"dotnet-graphql"
]
}
}
}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.vs/
.vscode/
bin/
obj/
*.user
12 changes: 12 additions & 0 deletions Examples/ReadAndWrite/.graphqlrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"schema": "schema.graphql",
"documents": "**/*.graphql",
"extensions": {
"strawberryShake": {
"name": "CWGQLClient",
"namespace": "ContractingWorks.ReadApi",
"url": "https://contracting-extest-clientapi-graphql.azurewebsites.net/client/001-demo-pog/graphql",
"dependencyInjection": true
}
}
}
1,138 changes: 1,138 additions & 0 deletions Examples/ReadAndWrite/AuthenticationApi/DevincoConnect.cs

Large diffs are not rendered by default.

Loading